#343 · Primary category: AI Agents & Automation
trueforge
The open-source agent harness - the runtime layer that turns an LLM into a working agent.
Project last updated:08/29/26
GitHub Stars
4.9K
Forks
319
Contributors
29
License
MIT
Why we included this project
Most agent frameworks treat a single model call as the whole job; TrueForge supplies the execution layer that sits between the LLM and a finished task. It runs the plan-act-observe loop end to end, routing tool calls over MCP, running generated code inside a sandbox, and keeping context and memory under control, so an agent can finish multi-step work instead of stalling after one reply. For anything that touches real systems, built-in human-in-the-loop approvals, per-run observability, and governance hooks give an agent room to act on sensitive actions without free rein. The project is a monorepo with a dedicated SDK and UI around the core, so you can embed it as a thin library in a local prototype or scale it into a distributed, multi-replica deployment. Engineers who want the agent to actually complete the work, not just loop the model again, get a working runtime here.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.