Aari ff0a6768c2
feat(subagents): add unified capacity and durable batch execution (#4998)
* feat(subagents): add capacity controls and durable batches

* fix(helm): sync subagent config schema version

* fix(subagents): preserve batch history without worker

* fix(subagents): support explicit factory runtimes

* fix: address durable batch review findings
2026-08-25 07:49:38 +08:00

6 lines
176 B
Python

"""Compatibility import for the harness-owned subagent batch service."""
from deerflow.subagents.batch_service import SubagentBatchService
__all__ = ["SubagentBatchService"]