Expand description
§Rust AI Agents Core
Core types and traits for the cortex framework.
This crate provides the fundamental building blocks for creating high-performance multi-agent systems in Rust.
Re-exports§
Modules§
- errors
- Error types for the agent framework
- message
- Message types for agent communication
- tool
- Tool/function definitions for agent capabilities
- types
- Core type definitions for the agent framework
Macros§
- define_
tool - Macro to easily define tools