| ▲ | Show HN: TinyAgents – a Rust based recursive LLM harness(github.com) | |
| 4 points by enamakel 11 hours ago | 1 comments | ||
Hey Guys, I would like to showcase Tiny Agents, which is an entirely Rust-based RLM. RLMs are a recent and fantastic new innovation on how LLMs can be reimagined by designing the LLM agent itself to define how it will orchestrate or create its own sub-agent. 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. | ||
| ▲ | da-x an hour ago | parent [-] | |
Everyone is cooking their own harnesses (e.g. mine is a very simple tool-use loop: https://github.com/da-x/da-harness ). | ||