mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-17 05:20:23 -07:00
3e11913579
Remote agent accessible via Google Chat, built as a two-service architecture: - A2A server wrapping Gemini CLI agent (concurrency=1, Cloud Run) - Chat bridge translating Google Chat webhooks to A2A protocol (concurrency=80) Key features: - A2UI extension for tool approval surfaces and streaming text - Collapsible Cards V2 activity cards with interleaved narration and tool calls - Post-tool text extraction (final answer separated from narration) - GCS-backed session, workspace, conversation, and ~/.gemini persistence - YOLO mode (auto-approve tools), /esc (cancel running task), /reset, /yolo, /safe - Default GEMINI.md seeding for agent response style - Kubernetes deployment manifests for GKE - Cloud Build configs for both services
16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
.git
|
|
.github
|
|
.gcp
|
|
bundle
|
|
evals
|
|
integration-tests
|
|
docs
|
|
packages/cli
|
|
packages/vscode-ide-companion
|
|
packages/test-utils
|
|
**/*.test.ts
|
|
**/*.test.js
|
|
**/src/**/*.ts
|
|
!packages/a2a-server/dist/**
|
|
!packages/core/dist/**
|