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 family —
Tool+ theTool.wrap()classmethod factory, theToolProviderprotocol,NativeToolenum.
State¶
- State primitives —
Memory,Store. - Session & observability —
Session,EventLog,EventType,GraphSchema, exporters. - Guards —
Guard,ContentGuard,GuardChain,LLMGuard,GuardError.
Engines & orchestration¶
- Engines —
LLMEngine,Plan,Step,PlanCompileError,ToolTimeoutError,StreamStallError. - Multi-agent graphs —
AgentPool,conclude,ConcludeSignalfor dynamic, LLM-routed agent systems. - Sentinels & predicates —
from_*sentinels and thewhenDSL for routing.
Extensions¶
- Extension engines —
HumanEngine,SupervisorEngine, MCP integration,EvalSuite,Visualizer,OTelExporter. - Custom providers —
BaseProvider+ theLLMEngine.register_provider_*registry.
Configuration & testing¶
- Runtime configs & testing —
CacheConfig(kept) andMockAgent. The 0.7-eraAgentRuntimeConfig/ResilienceConfig/ObservabilityConfigwere deleted in 0.7.9; fleet config uses a flat-kwarg dict spread now.