Conversation
Signed-off-by: Sandi Besen <sandibesen@gmail.com>
Summary of ChangesHello @sandijean90, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a new llm.txt file which serves as a machine-readable index for the Agent Stack documentation. The file is well-structured and provides a comprehensive list of resources. I've found a few areas for improvement regarding duplicate content and a minor typo. Please see my detailed comments. Also, there's a small typo in the pull request title ('Ehancing' should be 'Enhancing').
Signed-off-by: Sandi Besen <sandibesen@gmail.com>
Signed-off-by: Sandi Besen <sandibesen@gmail.com>
|
@tomkis please review but do not merge yet |
|
|
||
| ## Deploying Agents to Agent Stack | ||
|
|
||
| - [Build New Agents](https://agentstack.beeai.dev/stable/deploy-agents/building-agents): Create a new agent using the official starter template, implement custom logic with the Agent Stack SDK, and register it with the platform for local execution. |
There was a problem hiding this comment.
Please make sure all the references are to .md version.
|
|
||
| > Agent Stack is open infrastructure for turning AI agents into running services. | ||
|
|
||
| This document provides a machine-readable index for the Agent Stack platform. AI agents and developers should utilize these links to discover how to make your agents Agent Stack ready, how to work with agent stack services, how to deploy your agent to a local or hosted version of Agent Stack, and how to self-host Agent Stack itself. |
There was a problem hiding this comment.
This section is not needed it won't tell agents much. Instead focus on giving a gist about what agenstack is
The idea is that this is root for the agent - it should give agent enough info to be able to navigate further.
for example
"Agentstack is a platform (server) that is running on your machine for purposes of development of AI agents. It is built on top of [agent ot agent a2A protocol](ink to google). It provide opinionated extended version of the A2A protocol that is defined in the SDK..."
There was a problem hiding this comment.
But honestly if we do great job on describing each link it should be enough so maybe just skiping this entirely will do.
| ## Deploying Agents to Agent Stack | ||
|
|
||
| - [Build New Agents](https://agentstack.beeai.dev/stable/deploy-agents/building-agents): Create a new agent using the official starter template, implement custom logic with the Agent Stack SDK, and register it with the platform for local execution. | ||
| - [Wrap Existing Agents](https://agentstack.beeai.dev/stable/deploy-agents/wrap-existing-agents): Deploy agents built with any framework to Agent Stack by adding a server wrapper to gain instant access to the UI, observability, and deployment infrastructure. |
There was a problem hiding this comment.
I am not particualrly happy about Deploy -it may mislead the agent. It has nothing to do with deployment.
| - [Build New Agents](https://agentstack.beeai.dev/stable/deploy-agents/building-agents): Create a new agent using the official starter template, implement custom logic with the Agent Stack SDK, and register it with the platform for local execution. | ||
| - [Wrap Existing Agents](https://agentstack.beeai.dev/stable/deploy-agents/wrap-existing-agents): Deploy agents built with any framework to Agent Stack by adding a server wrapper to gain instant access to the UI, observability, and deployment infrastructure. | ||
| - [Deploy Your Agents](https://agentstack.beeai.dev/stable/deploy-agents/deploy-your-agents): Containerize and deploy your agent to the platform as a managed service by connecting your GitHub repository, building Docker images, and verifying execution via the CLI or UI. | ||
| - [Connect A2A Agents](https://agentstack.beeai.dev/stable/deploy-agents/a2a-agents): Integrate existing A2A agents into Agent Stack by connecting Docker images or external URLs, and understand the requirements for agent card metadata and lifecycle management. |
There was a problem hiding this comment.
Mention that these are plain A2A (not using Agentstack SDK)
Summary
ehances the llm.txt file by adding action oriented page definitions, adds missing pages, structures the file into sections
Linked Issues
closes #2101
Documentation
If this PR adds new feature or changes existing. Make sure documentation is adjusted accordingly. If the docs is not needed, please explain why.
Mintlify
0 threads from 0 users in Mintlify