-
Notifications
You must be signed in to change notification settings - Fork 138
docs: remove development language from python server SDK #1725
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
Summary of ChangesHello @jenna-winkler, 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 refines the documentation for the Python Server SDK by updating its language and directory structure. The primary goal is to clearly differentiate between building agents and integrating them into the platform. This is achieved by renaming documentation paths and updating terminology to emphasize the SDK's role in enabling the packaging and deployment of any agent, rather than focusing on agent development itself. Highlights
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 refactors the documentation to align with the new naming convention, changing 'Agent Development SDK' and 'Agent Stack SDK' to 'Server SDK'. It also renames the agent-development documentation directories to agent-integration. The changes in the modified files are correct and consistent with this goal.
However, to ensure full consistency, several occurrences of the old 'Agent Stack SDK' name should be updated to 'Server SDK' in the following files:
docs/development/agent-integration/agent-settings.mdx: line 18docs/stable/agent-integration/agent-settings.mdx: line 18docs/development/agent-integration/env-variables.mdx: line 22docs/stable/agent-integration/env-variables.mdx: line 22docs/development/agent-integration/error.mdx: line 8docs/stable/agent-integration/error.mdx: line 8docs/development/agent-integration/forms.mdx: lines 21, 97docs/stable/agent-integration/forms.mdx: lines 21, 97docs/development/agent-integration/messages.mdx: lines 12, 14docs/stable/agent-integration/messages.mdx: lines 12, 14docs/development/agent-integration/secrets.mdx: line 22docs/stable/agent-integration/secrets.mdx: line 22
Applying these changes will complete the refactoring and make the documentation fully consistent with the new terminology.
Signed-off-by: Jenna Winkler <[email protected]>
Summary
Goal: to use language that clearly separates concerns of building agents (not our focus) and enabling the packaging of any agent for platform deployment (our focus)
Linked Issues
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.