Dockerization and Fixes for Gemini chunk issues #22
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.
Summary of Changes
This pull request introduces several enhancements and new features, primarily focused on improving deployment, setup, and developer experience.
🚀 Dockerization
Dockerfileanddocker-compose.ymlfor containerized deployment..dockerignorefile to optimize build context.docker-build.sh: Builds the Docker image.docker-compose-start.sh: Builds and starts services using Docker Compose.docker-push.sh: Tags and pushes the Docker image to a remote registry.⚙️ Setup and Development
setup.sh, a new script to automate the local development environment setup, including Python version checks,uvinstallation, virtual environment creation, dependency installation, and.envfile setup..gitattributesto enforce consistent line endings across different file types.📚 Documentation
CLAUDE.md: New file created to provide specific instructions and guidance for working with this repository using Claude Code. It covers project overview, key commands, dependencies, configuration, architecture, and development patterns.README.md: Significantly updated to include:Server Fixes
server.py:handle_streamingfunction to better handle and skip incomplete JSON chunks during streaming.