Skip to content

Commit 6d08f52

Browse files
authored
DOC-1962 (#505)
* DOC-1962 * update admonitions * update admonition * service account (singular) in UI * move up admonition in agents files
1 parent a1806ec commit 6d08f52

17 files changed

+37
-42
lines changed

modules/ai-agents/pages/adp-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more information, see xref:ai-agents:mcp/overview.adoc[MCP Servers Overview]
4545

4646
Every agent action is recorded in an end-to-end execution log. A single glossterm:transcript[] can span multiple agents, tools, and models, covering interactions that last minutes to days.
4747

48-
Transcripts are the keystone of agent governance. They are built on Redpanda's immutable log with glossterm:transcript[] consensus and TLA+ correctness proofs. No gaps, no tampering. For regulated industries that require multi-year audit trails, this provides a compliance-grade record of every decision an agent makes and every data source it uses.
48+
Transcripts are the keystone of agent governance. They are built on Redpanda's immutable log with transcript consensus and TLA+ correctness proofs. No gaps, no tampering. For regulated industries that require multi-year audit trails, this provides a compliance-grade record of every decision an agent makes and every data source it uses.
4949

5050
Redpanda captures 100% of agent actions through OpenTelemetry standards, with end-to-end lineage across the entire execution chain. You can materialize execution logs to Iceberg tables for long-term retention and analysis, or replay them to evaluate and improve agent performance over time.
5151

modules/ai-agents/pages/agents/a2a-concepts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Explain how agent cards enable discovery
77
:learning-objective-3: Identify how authentication secures agent communication
88

9-
The Agent-to-Agent (A2A) protocol is an open standard for agent communication and discovery. Redpanda Cloud uses A2A for both external integration and internal pipeline-to-agent communication.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
The Agent-to-Agent (A2A) protocol is an open standard for agent communication and discovery. Redpanda Cloud uses A2A for both external integration and internal pipeline-to-agent communication.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/architecture-patterns.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Choose appropriate LLM models based on task requirements
77
:learning-objective-3: Apply agent boundary design principles for maintainability
88

9-
This topic helps you design agent systems that are maintainable, discoverable, and reliable by choosing the right architecture pattern and applying clear boundary principles.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
This topic helps you design agent systems that are maintainable, discoverable, and reliable by choosing the right architecture pattern and applying clear boundary principles.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/concepts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Describe how agents manage context and state across interactions
77
:learning-objective-3: Identify error handling strategies for agent failures
88

9-
After you declaratively configure an agent's behavior (its LLM, system prompt, and tools), the framework manages execution through a reasoning loop. The LLM analyzes context, decides which tools to invoke, processes results, and repeats until the task completes. Understanding this execution model helps you fine-tune agent settings like iteration limits and tool selection.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
After you declaratively configure an agent's behavior (its LLM, system prompt, and tools), the framework manages execution through a reasoning loop. The LLM analyzes context, decides which tools to invoke, processes results, and repeats until the task completes. Understanding this execution model helps you fine-tune agent settings like iteration limits and tool selection.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/create-agent.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Connect MCP servers and select tools for your agent
77
:learning-objective-3: Set agent execution parameters including max iterations
88

9-
Create a new AI agent declaratively through the Redpanda Cloud Console. No Python or JavaScript code required. This guide walks you through configuring the agent's model, writing the system prompt, connecting tools from built-in connectors, and setting execution parameters.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
Create a new AI agent declaratively through the Redpanda Cloud Console. No Python or JavaScript code required. This guide walks you through configuring the agent's model, writing the system prompt, connecting tools from built-in connectors, and setting execution parameters.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:page-layout: index
33
:description: Declare agent behavior using built-in connectors in Redpanda Cloud. No custom agent code required.
44

5-
include::ai-agents:partial$ai-gateway-byoc-note.adoc[]
5+
include::ai-agents:partial$byoc-aws-requirement.adoc[]

modules/ai-agents/pages/agents/integration-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Apply appropriate authentication for internal versus external integration
77
:learning-objective-3: Select the right communication protocol for your integration scenario
88

9-
Redpanda Cloud supports multiple integration patterns for agents, pipelines, and external applications. Choose the pattern that matches your integration scenario.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
Redpanda Cloud supports multiple integration patterns for agents, pipelines, and external applications. Choose the pattern that matches your integration scenario.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/monitor-agents.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Track token usage and performance metrics
77
:learning-objective-3: pass:q[Debug agent execution using *Transcripts*]
88

9-
Use monitoring to track agent performance, analyze conversation patterns, debug execution issues, and optimize token costs.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
Use monitoring to track agent performance, analyze conversation patterns, debug execution issues, and optimize token costs.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: Explain how Redpanda Cloud streaming infrastructure benefits agent architectures
77
:learning-objective-3: Identify use cases where Redpanda Cloud agents provide value
88

9-
AI agents in Redpanda Cloud take a declarative approach: instead of writing Python or JavaScript agent code, you declare the behavior you want by selecting an LLM, writing a system prompt, and connecting tools drawn from 300+ built-in Redpanda Connect connectors. The framework handles execution, tool orchestration, and scaling, backed by real-time streaming infrastructure and built-in filtering and data enrichment.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
AI agents in Redpanda Cloud take a declarative approach: instead of writing Python or JavaScript agent code, you declare the behavior you want by selecting an LLM, writing a system prompt, and connecting tools drawn from 300+ built-in Redpanda Connect connectors. The framework handles execution, tool orchestration, and scaling, backed by real-time streaming infrastructure and built-in filtering and data enrichment.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

modules/ai-agents/pages/agents/pipeline-integration-patterns.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
:learning-objective-2: pass:q[Design event-driven agent invocation using the `a2a_message` processor]
77
:learning-objective-3: Implement streaming enrichment with AI-generated fields
88

9-
Build Redpanda Connect pipelines that invoke agents for automated, event-driven processing. Pipelines use the `a2a_message` processor to call agents for each event in a stream when you need AI reasoning, classification, or enrichment at scale.
10-
119
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1210

11+
Build Redpanda Connect pipelines that invoke agents for automated, event-driven processing. Pipelines use the `a2a_message` processor to call agents for each event in a stream when you need AI reasoning, classification, or enrichment at scale.
12+
1313
After reading this page, you will be able to:
1414

1515
* [ ] {learning-objective-1}

0 commit comments

Comments
 (0)