Skip to content

Commit 5b25dc7

Browse files
leemthomporhr323
authored andcommitted
Publish agent builder docs (elastic#3544)
Remove hidden-ness
1 parent 6aa2701 commit 5b25dc7

File tree

14 files changed

+63
-103
lines changed

14 files changed

+63
-103
lines changed

solutions/search/agent-builder/a2a-server.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Agent-to-Agent (A2A) server
1612

1713
The [**Agent-to-Agent (A2A) server**](https://github.com/a2aproject/A2A) enables external A2A clients to communicate with {{agent-builder}} agents.

solutions/search/agent-builder/agent-builder-agents.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# {{agent-builder}}: Agents
1612

1713
Agents are AI models (LLMs) defined with custom instructions and a set of assigned [tools](tools.md). Users [chat](chat.md) with agents using natural language, in the Agent Builder UI or programmatically.

solutions/search/agent-builder/chat.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
2-
navigation_title: "Agent Chat UI"
2+
navigation_title: "Chat"
33
applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# {{agent-builder}}: Agent Chat
1612

17-
**Agent Chat** is the synchronous chat interface for natural language conversations with your [agents](agent-builder-agents.md).
13+
**Agent Chat** is the chat interface for natural language conversations with your [agents](agent-builder-agents.md).
1814

1915
The chat GUI and programmatic interfaces enable real-time communication where you can ask questions, request data analysis, and receive immediate responses from your configured agents.
2016

solutions/search/agent-builder/get-started.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Get started with {{agent-builder}}
1612

17-
:::{tip}
18-
Refer to the [overview page](../elastic-agent-builder.md) for the full list of Agent Builder docs.
19-
:::
20-
% TODO: Remove this tip when unhide pages
21-
2213
Learn how to get started by enabling the {{agent-builder}} features and begin chatting with your data.
2314

2415
::::::{stepper}
@@ -37,6 +28,14 @@ You can set up a new [space](/deploy-manage/manage-spaces.md) to use the solutio
3728

3829
::::{applies-switch}
3930

31+
:::{applies-item} { "serverless": "preview", "elasticsearch" }
32+
33+
{{agent-builder}} is enabled by default in serverless {{es}} projects.
34+
35+
Find **Agents** in the navigation menu to begin using the feature, or search for **Agents** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
36+
37+
:::
38+
4039
:::{applies-item} stack: preview 9.2
4140

4241
You have to enable {{agent-builder}} to get started on non-serverless deployments.
@@ -51,14 +50,6 @@ Find **Agents** in the navigation menu to begin using the feature, or search for
5150

5251
:::
5352

54-
:::{applies-item} serverless:
55-
56-
{{agent-builder}} is enabled by default in serverless deployments.
57-
58-
Find **Agents** in the navigation menu to begin using the feature, or search for **Agents** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
59-
60-
:::
61-
6253
::::
6354

6455
:::::

solutions/search/agent-builder/kibana-api.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Work with {{agent-builder}} using the APIs
1612

1713
This page provides a quick overview of the main Kibana API endpoints for {{agent-builder}}. For complete details including all available parameters, request/response schemas, and error handling, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-agent-builder).

solutions/search/agent-builder/limitations-known-issues.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,25 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Limitations and known issues in {{agent-builder}}
1612

1713
## Limitations
1814

19-
### Agent Builder not enabled by default
15+
### Feature availability
16+
17+
#### Non-serverless deployments
18+
19+
{{agent-builder}} is enabled by default in {{serverless-full}} for {{es}} projects.
20+
21+
However, it must be enabled for non-serverless deployments {applies_to}`stack: preview 9.2`. Refer to [Get started](get-started.md#enable-agent-builder) for instructions.
22+
23+
#### Serverless deployments
2024

21-
{{agent-builder}} must be enabled for non-serverless deployments {applies_to}`stack: preview 9.2`. Refer to [Get started](get-started.md#enable-agent-builder) for instructions.
25+
In the first release of {{agent-builder}} on serverless, the feature is **only available on {{es}} projects**.
2226

2327
## Known issues
2428

solutions/search/agent-builder/mcp-server.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

911
# Model Context Protocol (MCP) server
1012

11-
:::{warning}
12-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
13-
14-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
15-
:::
16-
1713
The [**Model Context Protocol (MCP) server**](https://modelcontextprotocol.io/docs/getting-started/intro) provides a standardized interface for external clients to access {{agent-builder}} tools.
1814

1915
## MCP server endpoint

solutions/search/agent-builder/models.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
2-
navigation_title: "Use different models"
2+
navigation_title: "Models"
33
applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Using different models in {{agent-builder}}
1612

1713
{{agent-builder}} uses large language models (LLMs) to power agent reasoning and decision-making. By default, agents use the Elastic Managed LLM, but you can configure other models through Kibana connectors.

solutions/search/agent-builder/programmatic-access.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Work programmatically with {{agent-builder}}
1612

1713
{{agent-builder}} provides comprehensive integration options for programmatic access and automation.

solutions/search/agent-builder/tools.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Tools in {{agent-builder}}
1612

1713
[Agents](agent-builder-agents.md) use tools to search, retrieve, and take meaningful steps on your behalf.

0 commit comments

Comments
 (0)