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§
Modules§
- 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.
- session
- Session management for conversation history
- soul
- Soul state helpers.
- utils
- Utility functions and helpers