Skip to main content

Module adapters

Module adapters 

Source
Expand description

Default adapter implementations โ€” wrap existing runner functions behind manager traits.

Structsยง

DefaultLifecycleManager
Default lifecycle manager that delegates to existing runner functions.
DefaultLlmManager
Default LLM manager that delegates to existing runner functions.
DefaultMemoryManager
Default memory manager that delegates to existing runner functions.
DefaultMiniLoopExecutor
Default mini-loop executor โ€” placeholder that returns empty decisions.
DefaultPromptManager
Default prompt manager that delegates to existing runner functions.
DefaultToolManager
Default tool manager that delegates to existing runner functions.
LLMMiniLoopExecutor
Production MiniLoopExecutor backed by a real LLM provider.