From d4f08d6c35edb1fb9f099d4126bcf312ea00ec23 Mon Sep 17 00:00:00 2001 From: Ahmed Rehan Date: Wed, 20 May 2026 00:54:15 +0500 Subject: [PATCH 1/2] Add agent-harness topic --- topics/agent-harness/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 topics/agent-harness/index.md diff --git a/topics/agent-harness/index.md b/topics/agent-harness/index.md new file mode 100644 index 000000000000..99b1485cd2f0 --- /dev/null +++ b/topics/agent-harness/index.md @@ -0,0 +1,9 @@ +--- +aliases: agent-harnesses +created_by: Agent harness engineering community +display_name: Agent Harness +related: ai-agents, coding-agents, autonomous-agents, agent-framework, mcp +short_description: Agent harnesses provide the runtime scaffolding that helps AI agents act reliably. +topic: agent-harness +--- +Agent harnesses are the runtime scaffolding around AI agents. They usually combine context delivery, tool interfaces, planning state, memory, sandboxes, permissions, evaluation, and observability so agents can complete longer tasks reliably. Agent harnesses are especially common in coding agents, research agents, and multi-agent workflows where repeatability, safety, and traceability matter. \ No newline at end of file From 56a7e750e5af7491e4793b3d2d2c7042e17ee729 Mon Sep 17 00:00:00 2001 From: Ahmed Rehan Date: Wed, 20 May 2026 13:05:53 +0500 Subject: [PATCH 2/2] Remove generic created_by metadata --- topics/agent-harness/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/topics/agent-harness/index.md b/topics/agent-harness/index.md index 99b1485cd2f0..26b802f52941 100644 --- a/topics/agent-harness/index.md +++ b/topics/agent-harness/index.md @@ -1,9 +1,8 @@ --- aliases: agent-harnesses -created_by: Agent harness engineering community display_name: Agent Harness related: ai-agents, coding-agents, autonomous-agents, agent-framework, mcp short_description: Agent harnesses provide the runtime scaffolding that helps AI agents act reliably. topic: agent-harness --- -Agent harnesses are the runtime scaffolding around AI agents. They usually combine context delivery, tool interfaces, planning state, memory, sandboxes, permissions, evaluation, and observability so agents can complete longer tasks reliably. Agent harnesses are especially common in coding agents, research agents, and multi-agent workflows where repeatability, safety, and traceability matter. \ No newline at end of file +Agent harnesses are the runtime scaffolding around AI agents. They usually combine context delivery, tool interfaces, planning state, memory, sandboxes, permissions, evaluation, and observability so agents can complete longer tasks reliably. Agent harnesses are especially common in coding agents, research agents, and multi-agent workflows where repeatability, safety, and traceability matter.