diff --git a/docs/images/agent-harness-definition.png b/docs/images/agent-harness-definition.png deleted file mode 100644 index 7e517500c..000000000 Binary files a/docs/images/agent-harness-definition.png and /dev/null differ diff --git a/docs/images/trueforge-overview.png b/docs/images/trueforge-overview.png new file mode 100644 index 000000000..54469df60 Binary files /dev/null and b/docs/images/trueforge-overview.png differ diff --git a/docs/introduction.mdx b/docs/introduction.mdx index db4a5e387..aa224781f 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -8,10 +8,10 @@ description: 'TrueForge is an open-source agent harness — the runtime layer th An agent harness is the runtime layer around an LLM that turns it into a reliable, long-running agent. Instead of only generating text, the harness runs the full execution loop — planning, tool routing and execution, context management for long tasks, security boundaries like sandboxing and human-in-the-loop approvals, and session state that survives reconnects and restarts. - + Diagram of the agent harness sitting between a user goal and the final response: the harness orchestrates the run, routes between model, tools and MCP servers, sandbox, and approval gates, and records every step