initial: deepagents-driven agent generator + deployer
All checks were successful
build / build (push) Successful in 31s

This commit is contained in:
robert
2026-05-11 21:26:52 -03:00
commit 87eedb47a4
13 changed files with 883 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""Internal deepagents-based agent generator + deployer."""
from __future__ import annotations
from .builder import BuilderContext, build_agent_builder
__all__ = ["BuilderContext", "build_agent_builder"]