kota 0.1.3

A lightweight, highly extensible ai code agent, built in Rust.
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod dyn_tools_loader;
pub mod hooks;
pub mod tool_registry;

pub use config::{CommandDef, KotaConfig};
pub use hooks::SessionIdHook;
pub use tool_registry::ToolRegistry;