Expand description
Core types and traits for agent-diva
This crate provides the foundational types, traits, and utilities used by all other agent-diva components.
Re-exports§
pub use attachment::FileAttachment;pub use error::Error;pub use error::Result;
Modules§
- attachment
- File attachment types for agent-diva
- bus
- Message bus for decoupled communication
- config
- Configuration management
- cron
- Cron scheduling module
- error
- Error types for agent-diva
- error_
context - Error context utilities for debugging
- heartbeat
- Heartbeat service for periodic agent wake-up
- logging
- memory
- Memory management for long-term storage.
- security
- Security module for agent-diva
- session
- Session management for conversation history
- soul
- Soul state helpers.
- utils
- Utility functions and helpers