Show HN: TinyAgents – a Rust based recursive LLM harness(github.com)
github.com
Show HN: TinyAgents – a Rust based recursive LLM harness
https://github.com/tinyhumansai/tinyagents
1 comments
Everyone is cooking their own harnesses (e.g. mine is a very simple tool-use loop: https://github.com/da-x/da-harness ).
I also could not find any good LLM harness workflow in Rust, so I built this one, taking massive inspiration from LangGraph and LangChain but also incorporating a Rust-based transpiler to build on-demand LLM graphs all in Rust following the RLM idea.
This is the harness that we are currently using in production in openhuman.