mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Move adk knowledge agent out of adk agent builder folder
PiperOrigin-RevId: 815771308
This commit is contained in:
committed by
Copybara-Service
parent
86de3ef7e3
commit
ca6a4340f4
@@ -0,0 +1,25 @@
|
||||
# Agent Knowledge Agent
|
||||
|
||||
An intelligent assistant for performing Vertex AI Search to find ADK knowledge
|
||||
and documentation.
|
||||
|
||||
## Deployment
|
||||
|
||||
This agent is deployed to Google Could Run as an A2A agent, which is used by
|
||||
the parent ADK Agent Builder Assistant.
|
||||
|
||||
Here are the steps to deploy the agent:
|
||||
|
||||
1. Set environment variables
|
||||
|
||||
```bash
|
||||
export GOOGLE_CLOUD_PROJECT=your-project-id
|
||||
export GOOGLE_CLOUD_LOCATION=us-central1 # Or your preferred location
|
||||
export GOOGLE_GENAI_USE_VERTEXAI=True
|
||||
```
|
||||
|
||||
2. Run the deployment command
|
||||
|
||||
```bash
|
||||
$ adk deploy cloud_run --project=your-project-id --region=us-central1 --service_name=adk-agent-builder-knowledge-service --with_ui --a2a ./adk_knowledge_agent
|
||||
```
|
||||
Reference in New Issue
Block a user