Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions modules/terms/partials/byoa.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion modules/terms/partials/declarative-agent.adoc
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions modules/terms/partials/self-managed-agent.adoc
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions modules/terms/partials/self-managed-mcp-server.adoc
Original file line number Diff line number Diff line change
@@ -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