crabtalk 0.0.20

Run autonomous agents with built-in LLM inference
Documentation
1
2
3
4
5
6
7
//! Crabtalk CLI — thin client for the crabtalk daemon. Connects via Unix domain socket.

pub use cmd::{Cli, Command};

pub mod cmd;
pub mod repl;
pub mod tui;