Skip to main content

Crate cortexai_core

Crate cortexai_core 

Source
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§

pub use errors::*;
pub use message::*;
pub use tool::*;
pub use types::*;

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