kaynine-core 0.1.0

Core agent loop, messages, events, policies, and provider abstractions for Kaynine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod agent_loop;
pub mod assembler;
pub mod budget;
pub mod chain;
pub mod compaction;
pub mod context;
pub mod error;
pub mod event;
pub mod ids;
pub mod message;
pub mod policy;
pub mod prompt;
pub mod provider;
pub mod skill;
pub mod store;
pub mod testing;
pub mod tool;