-
Notifications
You must be signed in to change notification settings - Fork 139
Update README with agent examples #1886
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
base: main
Are you sure you want to change the base?
Conversation
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 enhances the project's documentation by integrating two new AgentStack examples into 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. 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the README file to include two new reference agent examples: the Vulnerability Agent and the Healthcare Agent. The changes are good, but I have a couple of minor suggestions to improve consistency in the descriptions. I've recommended capitalizing 'GitHub' for consistency and rephrasing the Healthcare Agent's description to better align with the style of other entries in the list.
| - [Agent Stack Showcase](https://github.com/jenna-winkler/agentstack-showcase) - Full-featured chat assistant demonstrating RequirementAgent with conditional tool use, web search (DuckDuckGo), advanced reasoning (ThinkTool), file handling (PDF/CSV/JSON), streaming, UI feature toggles, trajectory logging, and citation extraction. | ||
| - [Serper Search Agent](https://github.com/jenna-winkler/serper-search-agent) - Web search agent showing runtime secrets management (Secrets Extension), custom tool creation (SerperSearchTool), automatic query term extraction, and structured results with citations. | ||
| - [GitHub Issue Writer](https://github.com/jenna-winkler/github_issue_writer) - Single-turn workflow using the Form Extension for multi-field input, AI-enhanced issue drafting with ThinkTool, and Markdown formatting. | ||
| - [Vulnerability Agent](https://github.com/sandijean90/VulnerabilityAgent) - Single-turn workflow that scans a GitHub repository's Python dependencies for known vulnerabilities, writes remediation issues, and posts them on your behalf in the github repo. Uses form extension, UI features, secret management, MCP tools, trajectory logging, and citation formatting. |
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.
For consistency with other mentions of 'GitHub' in this document (e.g., 'GitHub Issue Writer'), please capitalize 'GitHub' here.
| - [Vulnerability Agent](https://github.com/sandijean90/VulnerabilityAgent) - Single-turn workflow that scans a GitHub repository's Python dependencies for known vulnerabilities, writes remediation issues, and posts them on your behalf in the github repo. Uses form extension, UI features, secret management, MCP tools, trajectory logging, and citation formatting. | |
| - [Vulnerability Agent](https://github.com/sandijean90/VulnerabilityAgent) - Single-turn workflow that scans a GitHub repository's Python dependencies for known vulnerabilities, writes remediation issues, and posts them on your behalf in the GitHub repo. Uses form extension, UI features, secret management, MCP tools, trajectory logging, and citation formatting. |
| - [Dynamic Form Request Agent](https://github.com/i-am-bee/agentstack/blob/main/apps/agentstack-sdk-py/examples/form_request_agent.py) - Multi-step form workflow showing both static and dynamic form generation, where the agent conditionally requests additional input mid-conversation. | ||
| - [Flight Search and Visualization Agent](https://github.com/jezekra1/agentstack-workshop) - Agent that queries the Kiwi.com MCP API for flight results, requests missing parameters through the Form Extension, and optionally generates PNG or HTML route visualizations using geospatial helpers. It uses RequirementAgent to orchestrate tool calls (data validation and visualization) and streams a final answer with any generated files and citations. | ||
|
|
||
| - [Healthcare Agent](https://github.com/sandijean90/AgentStack-HealthcareAgent/tree/main) - A healthcare focused project showcasing one agent discovering and invoking other agents managed by Agent Stack. A multi-turn workflow using context management, trajectory, UI components and Agent Stack managed agents as tools. |
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.
To maintain consistency with the other agent descriptions in this list, which typically start by describing the agent's function (e.g., 'Web search agent...'), consider rephrasing this description. The current phrasing describes the project rather than the agent's direct capabilities.
| - [Healthcare Agent](https://github.com/sandijean90/AgentStack-HealthcareAgent/tree/main) - A healthcare focused project showcasing one agent discovering and invoking other agents managed by Agent Stack. A multi-turn workflow using context management, trajectory, UI components and Agent Stack managed agents as tools. | |
| - [Healthcare Agent](https://github.com/sandijean90/AgentStack-HealthcareAgent/tree/main) - A healthcare-focused agent that discovers and invokes other agents managed by Agent Stack, featuring a multi-turn workflow with context management, trajectory, and UI components. |
Summary
Updates the main ReadMe to include 2 new AgentStack examples.
Linked Issues
closes #1885
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.