acton-ai 0.26.0

An agentic AI framework where each agent is an actor
Documentation
1
2
3
4
5
6
7
8
//! Message types for inter-actor communication.
//!
//! This module defines all messages used in the Acton-AI framework.
//! Messages are marked with `#[acton_message]` for use with the actor system.

mod types;

pub use types::*;