Skip to main content

Crate agent_diva_core

Crate agent_diva_core 

Source
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 error::Error;
pub use error::Result;

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