Skip to content

Conversation

@sandijean90
Copy link

Summary

Updates the main ReadMe to include 2 new AgentStack examples.

Linked Issues

closes #1885

Documentation

  • No Docs Needed: This is a modification of the docs

If this PR adds new feature or changes existing. Make sure documentation is adjusted accordingly. If the docs is not needed, please explain why.

@sandijean90 sandijean90 added the docs Improvements or additions to documentation label Jan 22, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 22, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 README.md file. These additions aim to showcase a broader range of agent capabilities, including a vulnerability scanning agent and a healthcare-focused agent, thereby providing users with more comprehensive reference implementations and use cases.

Highlights

  • New Agent Examples Added: Two new AgentStack examples, 'Vulnerability Agent' and 'Healthcare Agent,' have been integrated into the README.md file to showcase additional capabilities.
  • Documentation Enhancement: The README.md now provides more diverse use cases and reference implementations, enriching the project's overall documentation.

🧠 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 Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other mentions of 'GitHub' in this document (e.g., 'GitHub Issue Writer'), please capitalize 'GitHub' here.

Suggested change
- [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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
- [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Docs: Adding existing agent examples to the Repo's ReadMe

2 participants