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: 1 addition & 3 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
** xref:connect:architecture-patterns.adoc[Choose an Agent Architecture]
** xref:connect:system-prompts.adoc[Write Effective System Prompts]
** xref:connect:create-agent.adoc[Create an Agent]
** xref:connect:byoa-register.adoc[Register Your Own Agent (BYOA)]
** xref:connect:self-managed-agents.adoc[Set Up a Self-Managed Agent]
** xref:connect:triggers/overview.adoc[Trigger Agents from External Channels]
*** xref:connect:triggers/microsoft-teams.adoc[Connect an Agent to Microsoft Teams]

Expand Down Expand Up @@ -55,8 +55,6 @@
** xref:monitor:monitor-agents.adoc[Monitor Agent Activity]
** xref:monitor:transcripts.adoc[See What Your Agent Did]
** xref:monitor:troubleshoot-ai-agents.adoc[Troubleshoot Agents]
** xref:monitor:byoa-telemetry.adoc[Send BYOA Telemetry]
*** xref:monitor:ingest-custom-traces.adoc[Ingest OpenTelemetry Traces from Custom Agents]

* xref:control:index.adoc[Control & Govern]
** xref:control:guardrails/index.adoc[Set Up Guardrails]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/connect/pages/agents.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:description: Understand how AI agents work in the Agentic Data Plane, then create, register, and design them.
:page-layout: index

Agents are the workloads that call LLMs and tools through the Agentic Data Plane. Start with how agents work, then create a declarative agent, register one you run yourself, and apply architecture and system-prompt best practices.
Agents are the workloads that call LLMs and tools through the Agentic Data Plane. Start with how agents work, then create a declarative agent, set up an agent you host yourself, and apply architecture and system-prompt best practices.
127 changes: 0 additions & 127 deletions modules/connect/pages/byoa-register.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion modules/connect/pages/create-agent.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After reading this page, you will be able to:

. Open *Agents* in the sidebar.
. Click *Create agent*.
. Choose how the agent runs. Click *Redpanda manages it*, so Redpanda deploys, runs, and observes the agent for you. (To register an agent you build and run yourself, see xref:connect:byoa-register.adoc[].)
. Choose how the agent runs. Click *Redpanda manages it*, so Redpanda deploys, runs, and observes the agent for you. (To run an agent you host yourself, see xref:connect:self-managed-agents.adoc[].)
+
image::shared:create-agent-runtime-choice.png[The runtime choice in the create-agent flow, with a Redpanda manages it card for the managed runtime and an I host it myself card for self-managed agents]

Expand Down
Loading