This repository has been archived on 2026-06-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
agent-builder/agent_builder/__init__.py
robert 87eedb47a4
All checks were successful
build / build (push) Successful in 31s
initial: deepagents-driven agent generator + deployer
2026-05-11 21:26:52 -03:00

7 lines
206 B
Python

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