Back to browse
GitHub Repository

A recursive language-model (RLM) harness for Rust.

1 starsRust

TinyAgents – a Rust based recursive LLM harness

by enamakel·Jun 30, 2026·4 points·1 comment

AI Analysis

●●SolidBig BrainNiche Gem

Orchestrates recursive LLM agents in Rust when LangGraph dominates Python.

Strengths
  • Typed runtime prevents context rot by enabling recursive sub-agent calls.
  • Rust transpiler builds on-demand LLM graphs without Python dependencies.
  • Recursion depth tracking and cost rollup built into the core.
Weaknesses
  • Rust AI ecosystem remains tiny compared to Python's LangChain.
  • Cited research paper date (2025) appears suspicious or potentially futuristic.
Category
Target Audience

Rust developers building AI agents

Similar To

LangGraph · LangChain · AutoGen

Post Description

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.

Similar Projects

AI/ML●●Solid

Quoracle, a recursive consensus-based multi-agent orchestrator (Elixir)

Quoracle forces you to stop trusting one model and instead runs every decision through an explicit consensus pipeline, with per-model conversation history persisted to Postgres and a LiveView dashboard for realtime inspection. Agents can spawn children recursively and communicate via messages, which makes it a neat sandbox for studying emergent behaviors or building robust multi-model workflows — heavy, opinionated, and clearly aimed at folks who want to experiment rather than ship a lightweight chatbot.

WizardryNiche Gem
shelvick
114mo ago
AI/ML●●Solid

Clark-agent, a Rust library for LLM tool loops

Typed, hookable agent loop in Rust when LangChain dominates Python.

Ship ItNiche Gem
stan_kirdey
101mo ago