Crate ceylon_local

Crate ceylon_local 

Source
Expand description

§Ceylon Local

Local mesh implementation for the Ceylon agent framework.

Provides LocalMesh for managing agents in a single-process environment.

§Example

use ceylon_local::LocalMesh;
use ceylon_core::Mesh;

let mesh = LocalMesh::new("my-mesh");
mesh.start().await?;

Structs§

AgentContext
Runtime context provided to agents during lifecycle and message handling.
LocalMesh
Message
A message for inter-agent communication.

Traits§

Agent
The core trait that defines an autonomous agent.
Mesh
Trait for agent coordination and message routing.