feat: support function factory (#4)

This commit is contained in:
DanielWalnut
2026-01-15 22:05:54 +08:00
committed by GitHub
parent a39f799a7e
commit b44144dd2c
9 changed files with 133 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
from .lead_agent import lead_agent
from .lead_agent import make_lead_agent
from .thread_state import SandboxState, ThreadState
__all__ = ["lead_agent", "SandboxState", "ThreadState"]
__all__ = ["make_lead_agent", "SandboxState", "ThreadState"]