docs: remove false ADK reference from submission docs (#121)#130
docs: remove false ADK reference from submission docs (#121)#130
Conversation
The project uses google.golang.org/genai (GenAI SDK) only. ADK (Agent Development Kit) was never added as a dependency in go.mod but was incorrectly listed in the tech stack tables. Closes #121 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello @ComBba, 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 focuses on updating the documentation to accurately reflect the project's technology stack. It removes a misleading reference to the Agent SDK (ADK) in the Highlights
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 correctly removes references to the Agent SDK (ADK) from README.md and CLAUDE.md. However, the change is incomplete as other documentation files still contain this incorrect reference. I've added a comment with details on the other files that need to be updated for consistency.
| | **Backend** | Go | 1.25+ | | ||
| | **Frontend** | Next.js (PWA, static export) | 15 | | ||
| | **AI SDK** | google.golang.org/genai | v1.47.0 | | ||
| | **Agent SDK** | google.golang.org/adk | v0.5.0 | |
There was a problem hiding this comment.
- Update 00-INDEX.md: mark ADK as unused, clarify GenAI SDK only - Update 06-GO-SAFETY.md: remove ADK from tech stack header Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
google.golang.org/adk(Agent SDK) row from tech stack tables in README.md and CLAUDE.mdgo.modIssue
Closes #121
Local CI
Test plan
go.modhas no ADK dependency (confirmed)🤖 Generated with Claude Code