Re-exports§
pub use agents::agent::Agent;pub use ai::provider::AiProvider;pub use chat::ChatActor;pub use chat::ChatActorBuilder;pub use chat::ChatActorMessage;pub use chat::ChatEvent;pub use chat::ChatMessage;pub use module::Module;pub use settings::Settings;pub use settings::SettingsManager;pub use tools::trait::ToolExecutor;
Modules§
- agents
- ai
- analyzer
- chat
- file
- The file module provides a structured, secure interface to file system operations.
- formatter
- mcp
- module
- modules
- Modules bundle related prompt components, context components, and tools.
Each module is self-contained and can be installed via
ChatActorBuilder::with_module(). - persistence
- settings
- skills
- Skills system for extending agent capabilities.
- spawn
- Spawn module for agent lifecycle management.
- steering
- tools