ralph-coder 0.2.1

An agentic code generation CLI powered by multiple LLM backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod checkpoint;
pub mod compaction;
pub mod config;
pub mod context;
pub mod errors;
pub mod guardrails;
pub mod loop_runner;
pub mod lsp_client;
pub mod memory;
pub mod output;
pub mod prompts;
pub mod providers;
pub mod session;
pub mod symbol_index;
pub mod tools;