TrueForge: The Open-Source Agent Harness for LLM-Powered Agents
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
TrueForge is an open-source agent harness designed to transform large language models (LLMs) into fully functional agents. It provides the essential runtime layer, handling complex aspects like streaming, session persistence, tool servers, and sandboxing. Developers can leverage TrueForge to build and deploy robust, scalable AI agents with ease.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
TrueForge is an open-source agent harness that serves as the runtime layer to convert a Large Language Model (LLM) into a working agent. It manages the entire agent execution loop, including model calls, MCP tools, skills, sandboxing, approvals, context management, and session state. TrueForge provides a comprehensive solution for running AI agents effectively, offering a chat UI, an HTTP API with a TypeScript SDK, and an embeddable UI SDK.
Why Use and Key Benefits
Building an agent is straightforward, but running one efficiently requires robust infrastructure for streaming, session persistence, tool servers, sandboxing, approvals, and a user interface. TrueForge delivers these capabilities out-of-the-box, simplifying agent deployment and management.
Key benefits include:
- Initial setup from catalogs: Configure models, MCP servers, skills, and a sandbox once, with agents picking from connected resources. Presets come from customizable YAML catalogs.
- Any model provider: Supports OpenAI, Anthropic, Google Gemini, and other catalog providers, or any OpenAI-compatible endpoint.
- MCP tools: Remote MCP servers with header authentication or OAuth, including in-chat authorization.
- Skills: Git-backed
SKILL.mdinstruction packs, loaded on demand in the sandbox. - Sandbox as a tool: Isolated code/file execution (Daytona today, with more providers planned), provisioned only when needed. Secrets remain within the harness.
- Human checkpoints: Features like tool approval, ask-user-questions, and Generative UI in chat.
- Context engineering: Includes subagents, deferred tool loading, Code Mode, large-result offloading, and compaction.
- Chat UI + SDK: Use the bundled UI, automate with
@truefoundry/trueforge-sdk, or embed@truefoundry/trueforge-ui. - Scalability: Scales from local mode (one process, SQLite) for personal use to hosted mode (Postgres + Redis, Docker Compose, Helm, or Railway) for teams and multi-replica deployments.
Installation
Getting started with TrueForge is quick and easy. You can run a local instance using npx:
npx @truefoundry/trueforge@latest
For more detailed installation methods, including Docker Compose, Kubernetes, or Railway, refer to the Quickstart guide on the official documentation. This guide will help you connect models, tools, skills, and build your first reusable agent.
Examples
TrueForge empowers developers to create and manage sophisticated AI agents. The Quickstart guide provides steps to build your first agent, connecting various resources like models, tools, and skills. For advanced use cases, the documentation covers topics such as creating agents with human checkpoints, utilizing harness capabilities like sandboxing and subagents, and integrating with the TypeScript SDK for programmatic control.
Links
- GitHub Repository: https://github.com/truefoundry/trueforge
- Official Documentation: https://trueforge.dev
- Quickstart Guide: https://trueforge.dev/quickstart
- TypeScript SDK: https://trueforge.dev/api/overview
- Community Discord: https://discord.com/invite/fHeGRvakb
Related repositories
Similar repositories that may be relevant next.

Agent-Sandbox: Enterprise-Grade Sandbox for AI Agents on Kubernetes
August 28, 2026
Agent-Sandbox provides an easy-to-use, enterprise-grade sandbox platform for AI Agents. It allows agents to securely run untrusted LLM-generated code, perform browser and computer use, and deploy websites with multi-session and multi-tenant isolation. This self-hosted solution wraps a robust Kubernetes foundation behind a simple RESTful API, making it accessible for developers.

awesome-a2a: A Curated List of Agent2Agent (A2A) Resources
August 21, 2026
The awesome-a2a repository is a comprehensive, curated list of Agent2Agent (A2A) protocol servers, clients, tools, and frameworks. It serves as a central hub for developers looking to explore and build interoperable AI agent systems. This resource helps in discovering various A2A-compliant implementations and related utilities.

AgentSkills: A Curated Collection for LLM Agent Skills and Resources
August 20, 2026
AgentSkills is an extensive curated collection of resources, papers, tools, projects, and frameworks focused on building and deploying skills for large language models. This repository serves as a central hub for understanding the LLM skills ecosystem, from Anthropic's official systems to academic research and open-source agent frameworks. It is an invaluable resource for anyone exploring the rapidly evolving field of AI agents.

ClawHub: The Public Skill and Plugin Registry for OpenClaw
August 19, 2026
ClawHub is the public skill and plugin registry for OpenClaw, designed for publishing, versioning, and searching text-based agent skills and code plugins. It offers fast browsing, a CLI-friendly API, moderation hooks, and vector search capabilities. This platform streamlines the discovery and management of resources for the OpenClaw ecosystem.
Source repository
Open the original repository on GitHub.