Skip to content

Commit e8c26f1

Browse files
committed
Publish agent builder docs
1 parent 5190a0f commit e8c26f1

File tree

14 files changed

+25
-99
lines changed

14 files changed

+25
-99
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# Agent-to-Agent (A2A) server
1610

1711
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# {{agent-builder}}: Agents
1610

1711
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: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
---
2-
navigation_title: "Agent Chat UI"
2+
navigation_title: "Agent Chat"
33
applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
77
---
88

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-
159
# {{agent-builder}}: Agent Chat
1610

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

1913
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.
2014

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,8 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# Get started with {{agent-builder}}
1610

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-
2211
Learn how to get started by enabling the {{agent-builder}} features and begin chatting with your data.
2312

2413
:::::{stepper}

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# Work with {{agent-builder}} using the APIs
1610

1711
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# Limitations and known issues in {{agent-builder}}
1610

1711
## Limitations

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ applies_to:
88

99
# Model Context Protocol (MCP) server
1010

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-
1711
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.
1812

1913
## MCP server endpoint

solutions/search/agent-builder/models.md

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

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-
159
# Using different models in {{agent-builder}}
1610

1711
{{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.
@@ -47,6 +41,12 @@ For detailed instructions on creating connectors, refer to [Connectors](https://
4741

4842
Learn more about [preconfigured connectors](https://www.elastic.co/docs/reference/kibana/connectors-kibana/pre-configured-connectors).
4943

44+
#### Connect a local LLM
45+
46+
You can connect a locally hosted LLM to Elastic using the OpenAI connector. This requires your local LLM to be compatible with the OpenAI API format.
47+
48+
Refer to the [OpenAI connector documentation](kibana://reference/connectors-kibana/openai-action-type.md) for detailed setup instructions.
49+
5050
## Connectors API
5151

5252
For programmatic access to connector management, refer to the [Connectors API documentation]({{kib-serverless-apis}}group/endpoint-connectors).
@@ -87,12 +87,6 @@ While any chat-completion-compatible connector can technically be configured, we
8787
GPT-4o-mini and similar smaller models are not recommended for {{agent-builder}} as they lack the necessary capabilities for reliable agent workflows.
8888
:::
8989

90-
## Connect a local LLM
91-
92-
You can connect a locally hosted LLM to Elastic using the OpenAI connector. This requires your local LLM to be compatible with the OpenAI API format.
93-
94-
Refer to the [OpenAI connector documentation](kibana://reference/connectors-kibana/openai-action-type.md) for detailed setup instructions.
95-
9690
## Related pages
9791

9892
- [Limitations and known issues](limitations-known-issues.md): Current limitations around model selection

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# Work programmatically with {{agent-builder}}
1610

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

solutions/search/agent-builder/tools.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ applies_to:
66
elasticsearch: preview
77
---
88

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-
159
# Tools in {{agent-builder}}
1610

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

0 commit comments

Comments
 (0)