1
Show HN: Clark-agent, a Rust library for LLM tool loops
Rust 编写的轻量 LLM 工具循环库,类型安全、提供者无关,支持自定义挂接与终止决策。
Hi HN, I wrote clark-agent, a small Rust library for running LLM tool loops. The loop is: context -> model -> tool call -> tool result -> repeat The p…