Skip to content

feat: add Agent Engine deployment to bidi-demo#1494

Open
kazunori279 wants to merge 3 commits intomainfrom
kaz-agent-engine-bidi-demo
Open

feat: add Agent Engine deployment to bidi-demo#1494
kazunori279 wants to merge 3 commits intomainfrom
kaz-agent-engine-bidi-demo

Conversation

@kazunori279
Copy link
Copy Markdown
Collaborator

Summary

  • Add agent_engine/ directory with deploy, test, and cleanup scripts for deploying to Vertex AI Agent Engine with bidirectional streaming support
  • Add .env.template for Agent Engine configuration
  • Add Dockerfile and .dockerignore for Cloud Run deployment
  • Add health check endpoint
  • Update README with Agent Engine and Cloud Run deployment documentation
  • Switch to uv for dependency management
  • Add agent-engine optional dependency group in pyproject.toml

- Add agent_engine/ directory with deploy, test, and cleanup scripts
  for deploying to Vertex AI Agent Engine with bidi streaming
- Add .env.template for Agent Engine configuration
- Add Dockerfile and .dockerignore for Cloud Run deployment
- Add health check endpoint
- Update README with Agent Engine and Cloud Run deployment docs
- Switch to uv for dependency management
- Update pyproject.toml with agent-engine optional dependencies
@kazunori279 kazunori279 requested a review from tommywagz April 10, 2026 22:45
@kazunori279
Copy link
Copy Markdown
Collaborator Author

The Ruff check failure is unrelated to this PR. All 3 remaining errors are pre-existing E402 violations in other agents:

  • python/agents/brand-aligner/brand_aligner_agent/__init__.py:27
  • python/agents/plumber-data-engineering-assistant/plumber_agent/__init__.py:15
  • python/agents/short-movie-agents/app/__init__.py:24

No lint or format issues in python/agents/bidi-demo/.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant