rslph 0.1.1

CLI tool for LLM-powered autonomous task execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod build;
pub mod cli;
pub mod config;
pub mod error;
pub mod eval;
pub mod planning;
pub mod progress;
pub mod prompts;
pub mod subprocess;
pub mod tui;
pub mod vcs;