Subagent _create_agent() now passes checkpointer=False to prevent inheriting the parent run's synchronous checkpointer via copy_context(), which would cause NotImplementedError when aget_tuple() is called on the async path. Subagents are one-shot delegations that never resume, so persistence is unnecessary. |
||
|---|---|---|
| .. | ||
| builtins | ||
| __init__.py | ||
| config.py | ||
| executor.py | ||
| registry.py | ||
| status_contract.py | ||
| token_collector.py | ||