-
Notifications
You must be signed in to change notification settings - Fork 162
[WIP] Agent Builder initial docs (hidden from TOC and search engines) #2857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is really great, thank you @leemthompo!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for starting this, Liam!
For the programmatic bit - in Elasticsearch, I'd expect us to link to an API Reference that would be in a separate area of the docs. Is there not an existing pattern for this with Kibana APIs?
applies_to: | ||
stack: preview 9.2 | ||
deployment: | ||
self: unavailable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Self-managed will most likely be kept in sync with "Stack"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx @danajuratoni! I wasn't sure whether usage of EIS meant it wouldn't be available to self-managed users, so just stuck this in the first draft as a placeholder :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of nits! looking good
|
||
### A2A protocol endpoint | ||
|
||
Interact with agents following the A2A protocol specification: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Endpoint where the A2A service can be accessed for a2a communication. This is what you point other agents to.
We should mention that both a2a endpoints also require api key authentication! classic for ES
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding as comment TODOs 👍
@seanstory yup we'll just have an overview here in the narrative docs and then we'll link to the Kibana API docs |
…ogrammatic access into separate API/MCP/A2A pages **Major changes:** - Renamed "Conversations" to "Agent Chat" throughout - Expanded agent management section with detailed UI instructions and screenshots - Added comprehensive step-by-step agent creation guide with visual elements - Restructured getting started guide to be more user-friendly - Updated programmatic access to be overview-only, with separate dedicated pages for APIs, MCP, and A2A - Renamed system tools to "built-in tools" consistently - Updated API endpoints from `/api/chat/` to `/api/agent_builder/` - Enhanced tool configuration examples with better parameter descriptions - Added troubleshooting for SQL vs ES|QL syntax confusion - Removed self-deployment references (serverless/cloud only) - Updated model details (Claude Sonnet 3.7 via Elastic Inference Service) - Reorganized table of contents with new file structure for programmatic access **Key improvements:** - Better user onboarding flow - More detailed UI guidance with screenshots - Clearer separation between built-in and custom tools - Enhanced API documentation structure - More comprehensive limitations section
We are going to merge these changes with the pages hidden from the TOC and they also won't be indexed by search engines That will allow us to add docs URLs in Kibana and we can cut tickets for the follow up work for these pages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't reviewed, just approving as per your last comment @leemthompo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve to unblock.
Warning
We are merging this in
hidden
mode. The pages will be live but not indexed by search engines or visible in the docs TOC/nav.Information architecture
IA for this very early draft:
elastic-agent-builder.md
providing an overview of the featureget-started.md
- Setup instructions for enabling and using the featurechat.md
- Information about the chat interfaceagent-builder-agents.md
- Documentation on creating and configuring AI agentstools.md
- Detailed guide for creating and using toolsprogrammatic-access.md
- APIs and integration options (MCP and A2A servers)limitations-known-issues.md
- Current limitations and known issuesDo we need more granular subpages?
This would change the IA to the following: