Expand description
Swarms-rs is a Rust implementation of the Swarms framework for building multi-agent systems. This crate provides core abstractions and implementations for agents, workflows and swarms.
Re-exports§
pub use structs::agent::Agent;pub use swarms_macro;
Modules§
Macros§
- log_
agent - Macro for logging with agent context
- log_
error_ ctx - Macro for logging errors with context
- log_llm
- Macro for logging LLM interactions with agent context
- log_
memory - Macro for logging memory operations with agent context
- log_
perf - Macro for logging performance metrics
- log_
swarm - Macro for logging swarm operations
- log_
task - Macro for logging task-related events with agent context
- log_
tool - Macro for logging tool execution with agent context
- log_
workflow - Macro for logging workflow events with agent context