collet 0.1.1

Relentless agentic coding orchestrator with zero-drop agent loops
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod bash;
pub mod error_hint;
pub mod file_read;
pub mod file_write;
pub mod git_patch;
pub mod rag_search;
pub mod registry;
pub mod search;
pub mod skill;
pub mod subagent;
pub mod tool_index;
pub mod tool_search;