From dad22bc70d6524e683968511fb6f7764b4081099 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Mon, 22 Jun 2026 17:00:53 -0600 Subject: [PATCH] docs: retire BYOA glossary term, add self-managed agent and MCP server terms Replaces the BYOA glossary term with self-managed agent (and adds a self-managed MCP server term) to match adp-docs PR #102, which retired the BYOA pages in favor of a self-managed agent guide. Also updates the declarative agent term to contrast against self-managed agent. Co-Authored-By: Claude Opus 4.8 (1M context) --- modules/terms/partials/byoa.adoc | 4 ---- modules/terms/partials/declarative-agent.adoc | 2 +- modules/terms/partials/self-managed-agent.adoc | 4 ++++ modules/terms/partials/self-managed-mcp-server.adoc | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 modules/terms/partials/byoa.adoc create mode 100644 modules/terms/partials/self-managed-agent.adoc create mode 100644 modules/terms/partials/self-managed-mcp-server.adoc diff --git a/modules/terms/partials/byoa.adoc b/modules/terms/partials/byoa.adoc deleted file mode 100644 index 7b437fce67..0000000000 --- a/modules/terms/partials/byoa.adoc +++ /dev/null @@ -1,4 +0,0 @@ -=== BYOA -:term-name: BYOA -:hover-text: Bring Your Own Agent (BYOA) is an agent you build and run yourself, in your own runtime and language. You register it with ADP for governance and observability. ADP tracks and attributes its telemetry and cost but does not host or proxy it. -:category: Agentic Data Plane diff --git a/modules/terms/partials/declarative-agent.adoc b/modules/terms/partials/declarative-agent.adoc index ad9e31e87c..2404d90f48 100644 --- a/modules/terms/partials/declarative-agent.adoc +++ b/modules/terms/partials/declarative-agent.adoc @@ -1,4 +1,4 @@ === declarative agent :term-name: declarative agent -:hover-text: An AI agent that runs in Redpanda's managed runtime, where you configure its behavior (LLM, system prompt, and attached tools) instead of writing agent code. Contrast with a BYOA agent, which you build and run in your own runtime. +:hover-text: An AI agent that runs in Redpanda's managed runtime, where you configure its behavior (LLM, system prompt, and attached tools) instead of writing agent code. Contrast with a self-managed agent, which you build and run in your own runtime. :category: Agentic Data Plane diff --git a/modules/terms/partials/self-managed-agent.adoc b/modules/terms/partials/self-managed-agent.adoc new file mode 100644 index 0000000000..7bd7f8075a --- /dev/null +++ b/modules/terms/partials/self-managed-agent.adoc @@ -0,0 +1,4 @@ +=== self-managed agent +:term-name: self-managed agent +:hover-text: An AI agent you build and run yourself, in your own runtime and framework, registered with Redpanda ADP as an identity. The AI Gateway becomes the agent's LLM and MCP endpoint, so ADP attributes spend, tokens, latency, and traces back to the agent. ADP does not host or run the agent. Contrast with a declarative agent, which runs in Redpanda's managed runtime. +:category: Agentic Data Plane diff --git a/modules/terms/partials/self-managed-mcp-server.adoc b/modules/terms/partials/self-managed-mcp-server.adoc new file mode 100644 index 0000000000..8111d2da75 --- /dev/null +++ b/modules/terms/partials/self-managed-mcp-server.adoc @@ -0,0 +1,4 @@ +=== self-managed MCP server +:term-name: self-managed MCP server +:hover-text: An MCP server you host and operate yourself, registered with Redpanda ADP so the AI Gateway can proxy tool calls to it. Contrast with a managed MCP server, which Redpanda hosts in-process for you. +:category: Agentic Data Plane