mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-14 16:08:41 +00:00
* 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
6 lines
176 B
Python
6 lines
176 B
Python
"""Compatibility import for the harness-owned subagent batch service."""
|
|
|
|
from deerflow.subagents.batch_service import SubagentBatchService
|
|
|
|
__all__ = ["SubagentBatchService"]
|