Skip to content

Commit 75b4da9

Browse files
authored
DOC-1935 add glossterms for ADP (#1564)
1 parent 35bdc8d commit 75b4da9

26 files changed

+142
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== Agent2Agent (A2A) protocol
2+
:term-name: Agent2Agent (A2A) protocol
3+
:hover-text: Communication protocol that enables AI agents to discover, coordinate with, and delegate tasks to other agents in a distributed system.
4+
:category: Agentic Data Plane
5+
6+
The A2A protocol allows agents to work together by sharing capabilities, coordinating workflows, and distributing complex tasks across multiple specialized agents. It provides standardized messaging, capability discovery, and task delegation mechanisms for multi-agent systems.

modules/terms/partials/adp.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== Agentic Data Plane (ADP)
2+
:term-name: Agentic Data Plane (ADP)
3+
:hover-text: Infrastructure layer that enables AI agents to discover, connect to, and interact with data sources and tools through standardized protocols.
4+
:category: Agentic Data Plane
5+
6+
The Agentic Data Plane provides the underlying infrastructure for AI agents to access streaming data, invoke tools, and coordinate operations across distributed systems using protocols like MCP and A2A.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== AI agent
2+
:term-name: AI agent
3+
:hover-text: An autonomous program that uses AI models to interpret requests, make decisions, and interact with tools and data sources.
4+
:category: Agentic Data Plane
5+
6+
AI agents can understand natural language instructions, reason about tasks, invoke tools through MCP servers, and coordinate multiple operations to accomplish complex workflows.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== AI token
2+
:term-name: AI token
3+
:hover-text: A credential used specifically for authenticating AI agents and authorizing their access to resources in agentic systems.
4+
:category: Agentic Data Plane
5+
6+
AI tokens are specialized authentication credentials for AI agents, distinct from bearer tokens used in traditional API authentication. They enable agents to authenticate with MCP servers and access data plane resources while maintaining audit trails of agent operations.

modules/terms/partials/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== authentication
22
:term-name: authentication
3-
:hover-text: The process of verifying the identity of a principal, user, or service account.
3+
:hover-text: The process of verifying the identity of a principal, user, or service account. Also known as AuthN.
44
:category: Redpanda security
55

66
ifndef::env-cloud[]

modules/terms/partials/authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== authorization
22
:term-name: authorization
3-
:hover-text: The process of specifying access rights to resources. Access rights are enforced through roles or access-control lists (ACLs).
3+
:hover-text: The process of specifying access rights to resources. Access rights are enforced through roles or access control lists (ACLs). Also known as AuthZ.
44
:category: Redpanda security
55

66
ifndef::env-cloud[]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== context window
2+
:term-name: context window
3+
:hover-text: The maximum amount of text (measured in tokens) that an LLM can process in a single request.
4+
:category: Agentic Data Plane
5+
6+
The context window determines how much information an agent can consider at once, including the system prompt, conversation history, tool outputs, and retrieved documents. Larger context windows enable more sophisticated reasoning but may increase latency and cost. Common sizes range from 8K to 200K+ tokens.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== frontier model
2+
:term-name: frontier model
3+
:hover-text: The most advanced and capable AI models available, representing the current state-of-the-art in language understanding and reasoning.
4+
:category: Agentic Data Plane
5+
6+
Frontier models are cutting-edge large language models with exceptional reasoning, planning, and problem-solving capabilities. Examples include GPT-4, Claude 3, and Gemini Ultra. These models are commonly used to power sophisticated AI agents that require advanced decision-making and tool orchestration.

modules/terms/partials/idp.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== identity provider (IdP)
2+
:term-name: identity provider (IdP)
3+
:hover-text: A service that creates, maintains, and manages identity information while providing authentication services to applications.
4+
:category: Redpanda security
5+
6+
Identity providers authenticate users and issue tokens that applications can use to verify identity and access permissions. Common IdPs include Okta, Auth0, Azure AD, and Google Identity Platform.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Kakfa API
2-
:term-name: Kakfa API
1+
=== Kafka API
2+
:term-name: Kafka API
33
:hover-text: Producers and consumers interact with Redpanda using the Kafka API. It uses the default port 9092.
44
:category: Redpanda core

0 commit comments

Comments
 (0)