Skip to content

API reference

Auto-generated from the live docstrings in lazybridge.*. Pair with the Guides for narrative explanations and the Recipes for runnable examples.

Primary

  • Agent + Envelope — the universal wrapper and the typed result object every run produces.

Tools

  • Tool familyTool + the Tool.wrap() classmethod factory, the ToolProvider protocol, NativeTool enum.

State

Engines & orchestration

  • EnginesLLMEngine, Plan, Step, PlanCompileError, ToolTimeoutError, StreamStallError.
  • Multi-agent graphsAgentPool, conclude, ConcludeSignal for dynamic, LLM-routed agent systems.
  • Sentinels & predicatesfrom_* sentinels and the when DSL for routing.

Extensions

  • Extension enginesHumanEngine, SupervisorEngine, MCP integration, EvalSuite, Visualizer, OTelExporter.
  • Custom providersBaseProvider + the LLMEngine.register_provider_* registry.

Configuration & testing

  • Runtime configs & testingCacheConfig (kept) and MockAgent. The 0.7-era AgentRuntimeConfig / ResilienceConfig / ObservabilityConfig were deleted in 0.7.9; fleet config uses a flat-kwarg dict spread now.