Skip to content

Commit a20b42f

Browse files
Paulo BorgesPaulo Borges
authored andcommitted
Merge branch 'ai-agents-documentation' into adp-pkg1
# Conflicts: # modules/ai-agents/pages/index.adoc
2 parents 3a3671d + a483af3 commit a20b42f

6 files changed

Lines changed: 17 additions & 19 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= Agent Concepts
2-
:description: Understand how agents execute, manage context, invoke tools, and handle errors.
2+
:description: Understand how declaratively configured agents execute reasoning loops, manage context, invoke tools, and handle errors.
33
:page-topic-type: concepts
44
:personas: agent_developer, streaming_developer, data_engineer
55
:learning-objective-1: Explain how agents execute reasoning loops and make tool invocation decisions
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-
Agents execute through a reasoning loop where the LLM analyzes context, decides which tools to invoke, processes results, and repeats until the task completes. Understanding this execution model helps you design reliable agent systems.
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.
1010

1111
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= Create an Agent
2-
:description: Configure agents with model selection, system prompts, tool connections, and execution parameters.
2+
:description: Declaratively configure an agent by choosing an LLM, writing a system prompt, connecting tools from built-in connectors, and setting execution parameters.
33
:page-topic-type: how-to
44
:personas: agent_developer, app_developer, streaming_developer
55
:learning-objective-1: Configure an agent with model selection and system prompt
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 through the Redpanda Cloud Console. This guide walks you through configuring the agent's model, system prompt, tools, and execution settings.
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.
1010

1111
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1212

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Get Started with AI Agents
22
:page-layout: index
3-
:description: Learn what AI agents are and build your first agent in Redpanda Cloud.
3+
:description: Get started with declarative AI agents in Redpanda Cloud. Connect tools, configure behavior, and deploy without writing agent code.
44

5-
Start here to understand AI agents and build your first one.
5+
Start here to create your first declarative AI agent. Select an LLM, define behavior, and connect tools from built-in connectors.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= AI Agents
22
:page-layout: index
3-
:description: Build AI agents that use Redpanda Cloud for real-time streaming data and tool execution.
3+
:description: Declare agent behavior using built-in connectors in Redpanda Cloud. No custom agent code required.
44

5-
Build AI agents that combine large language models with MCP tools to process streaming data and execute actions.
5+
Declare agent behavior by selecting an LLM and connecting tools from 300+ built-in Redpanda Connect connectors with filtering and data enrichment built in. No Python or JavaScript agent code required.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= AI Agents Overview
2-
:description: Learn what AI agents are and how Redpanda Cloud supports agent development with real-time streaming.
2+
:description: Learn how Redpanda Cloud agents use a declarative approach backed by 300+ built-in connectors to replace custom agent code.
33
:page-topic-type: overview
44
:personas: evaluator, agent_developer, app_developer, streaming_developer
55
:learning-objective-1: Describe what AI agents are and their essential components
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 are systems that combine large language models (LLMs) with the ability to execute actions and process data. Redpanda Cloud provides real-time streaming infrastructure and standardized tool access to support agent development.
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.
1010

1111
include::ai-agents:partial$byoc-aws-requirement.adoc[]
1212

@@ -18,11 +18,11 @@ After reading this page, you will be able to:
1818
1919
== What is an AI agent?
2020

21-
An AI agent is a system built around a glossterm:large language model (LLM)[] that can interpret user intent, decide which actions are required, invoke external tools, process live and historical data, and chain multiple steps into a workflow. AI agents differ from text-only LLMs by executing actions and invoking external tools.
21+
An AI agent is a system built around a glossterm:large language model (LLM)[] that interprets user intent, selects the right tools, and chains multiple steps into a workflow. In Redpanda Cloud, agents are declarative: you configure what the agent should do (its role, constraints, and available tools) rather than writing imperative agent code. This is possible because Redpanda Connect provides 300+ connectors and robust data processing capabilities that the framework orchestrates for you.
2222

2323
== How agents work
2424

25-
Every AI agent consists of four essential components:
25+
When you create an agent, you configure these four components through the Redpanda Cloud Console rather than writing code:
2626

2727
* *System prompt*: Defines the agent's role, responsibilities, and constraints
2828
* *LLM*: Interprets user intent and decides which tools to invoke
@@ -37,7 +37,7 @@ For a deeper understanding of how agents execute, manage context, and maintain s
3737

3838
== Key benefits
3939

40-
Redpanda Cloud provides real-time streaming data so agents access live events instead of batch snapshots. xref:ai-agents:mcp/remote/overview.adoc[Remote MCP] support enables standardized tool access. Managed infrastructure handles deployment, scaling, and security for you. Low-latency execution means tools run close to your data. Integrated secrets management securely stores API keys and credentials.
40+
A declarative approach means you configure agent behavior instead of coding it, with access to 300+ built-in Redpanda Connect connectors for data sources, APIs, and services. Real-time streaming data ensures agents access live events instead of batch snapshots. xref:ai-agents:mcp/remote/overview.adoc[Remote MCP] support enables standardized tool access. Managed infrastructure handles deployment, scaling, and security for you. Low-latency execution means tools run close to your data. Integrated secrets management securely stores API keys and credentials.
4141

4242
== Use cases
4343

modules/ai-agents/pages/index.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
= Agentic AI
2-
:description: Learn about the Redpanda Agentic Data Plane. Keep AI-powered apps highly available, control costs across providers, and govern access for teams, apps, and service accounts.
1+
= AI Agents in Redpanda Cloud
2+
:description: Build AI agents declaratively in Redpanda Cloud using 300+ built-in connectors. Configure behavior instead of writing custom agent code.
33
:page-layout: index
44
:page-aliases: develop:agents/about.adoc, develop:ai-agents/about.adoc
55

6-
glossterm:AI agent[,AI agents] are configurable assistants that autonomously perform specialist tasks by leveraging large language models (LLMs) and connecting to external data sources and tools.
6+
glossterm:AI agent[,AI agents] in Redpanda Cloud are declarative assistants that perform specialist tasks without requiring you to write Python or JavaScript agent code. You declare the behavior you want by choosing an LLM, defining a system prompt, and connecting tools powered by 300+ built-in Redpanda Connect connectors with robust filtering and data enrichment. The framework handles execution, orchestration, and scaling.
77

8-
Redpanda's xref:ai-agents:adp-overview.adoc[Agentic Data Plane (ADP)] provides enterprise-grade infrastructure for building, deploying, and governing AI agents at scale with four key components that deliver enterprise governance, cost controls, and compliance-grade audit trails.
9-
10-
Redpanda Cloud provides two complementary Model Context Protocol (MCP) options to help you build AI agents.
8+
Redpanda Cloud provides two complementary Model Context Protocol (MCP) options to connect agents to data sources and external services.

0 commit comments

Comments
 (0)