cascade-agent 0.1.1

Async LLM agentic engine with tool execution, memory management, and dynamic skills
Documentation
1
2
3
4
5
6
7
8
9
pub mod agent;
pub mod config;
pub mod error;
pub mod knowledge;
pub mod memory;
pub mod orchestrator;
pub mod planning;
pub mod skills;
pub mod tools;