TrueForge – The open-source agent harness
1–8 of 8 posts
Re: TrueForge – The open-source agent harness
#2Re: TrueForge – The open-source agent harness
#3Why use this instead of the other more well-established open-source agent harnesses out there?
Re: TrueForge – The open-source agent harness
#4Why use this instead of the other more well-established open-source agent harnesses out there?
Re: TrueForge – The open-source agent harness
#5Why use this instead of the other more well-established open-source agent harnesses out there?
Especially Pi, that's kind of the gold standard for open harnesses
It's a CLI coding agent that lives in your terminal, built mainly for devs working on a codebase on their own machines.
TrueForge is a runtime for building and running general agents. It comes with a server and web UI, plus an SDK and API. So you can build production agents and run them for yourself or your org, self-hosted behind SSO.
The idea is providing an end-to-end path: build agents in the UI, access them via API, and deploy for your team.
Re: TrueForge – The open-source agent harness
#6Why use this instead of the other more well-established open-source agent harnesses out there?
Reason we opened TrueForge is most open harnesses out there do one of these 2 things: 1. Either a CLI coding agent that's great for individual devs 2. A framework that you assemble during runtime
That's the gap we're looking to solve. TrueForge provides full runtime. Build agents via UI/APIs, run them self-hosted with an out-of-the-box sandbox, MCP tools, approvals, session traces.
Also, we benchmarked ourselves against popular harnesses like Claude Managed Agents and deepagents; and we're significantly cheaper at similar accuracy because of the context engineering.
Would love it if you're check the repo. We're actively working on improving the core harness further in the coming weeks!
Re: TrueForge – The open-source agent harness
#7Re: TrueForge – The open-source agent harness
#8Can I bring my models from openrouter to start experimenting?
We support most of the popular frontier and open models directly + some models via inference platforms like Together and Fireworks.
Native OpenRouter support and more providers are coming soon.