rusty_agent 0.1.1

multi-agent systems framework.
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../README.md")]

/// The basic agent implementation.
pub mod agent;

/// The builder for the agent.
pub mod builder;