Skip to content

FAQ

Agiwo is an open-source Python AI agent framework and control plane for streaming execution, tool use, orchestration, tracing, and persistence.

Agiwo emphasizes explicit runtime boundaries between agent execution, tools, scheduler orchestration, and console projections. It is designed around a canonical agent runtime instead of a graph-centric programming model.

Yes. Agiwo supports both Agent.as_tool() composition and scheduler-managed child-agent workflows.

No. The SDK can be used on its own. The Console is a separate control plane.