Update documentation and examples for Claude Agent SDK and VOICEVOX#33
Merged
Update documentation and examples for Claude Agent SDK and VOICEVOX#33
Conversation
…pose.yml for VOICEVOX service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and refactorings to the documentation and sample applications, focusing on better organization, clearer instructions, and improved code structure for Claude Agent SDK and Gemini integration. The most important changes are summarized below.
Documentation improvements:
docs/create_your_claude_agent_sdk_apps.mdfor developing AI agent applications using Claude Agent SDK, including setup, workspace configuration, and server startup instructions.docs/setup_ja.mdanddocs/run_sample_app_ja.mdto clarify sample app execution, Docker usage for Voicevox, and to reference the new Claude Agent SDK guide. Also improved links and marked optional sections more clearly. [1] [2] [3] [4] [5] [6] [7] [8]Claude Agent SDK sample refactor:
example_apps/claude_agent_sdk/claude_agent_sdk.pytoexample_apps/claude_agent_sdk/app.py, removed unused tool/MCP server code, and simplified the client setup for clarity and maintainability. [1] [2] [3]Gemini and echo sample improvements:
example_apps/gemini.pyandexample_apps/echo_with_move.pyto include more expressive servo movements (listening, nodding, off poses) and robust handling of empty transcripts, improving user interaction. [1] [2] [3] [4]if __name__ == "__main__":blocks from sample apps, streamlining how they are executed. [1] [2] [3] [4]Minor code and doc fixes:
README.md) and code to ensure consistency. [1] [2]These changes collectively improve the developer experience, code maintainability, and documentation clarity for users building on this repository.