Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.venv/
.venv/
**__pycache__**
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python -m venv .venv
# Windows PowerShell: .venv\Scripts\Activate.ps1

pip install google-adk
pip install litellm


```
Expand Down Expand Up @@ -41,7 +42,7 @@ To deploy it to Google Cloud:
gcloud auth login

# Change the service_name to your own
adk deploy cloud_run --project=opentargets-hack25cam-309 --region=europe-west1 --service_name=paultestservice --app_name=opentargets-agent --with_ui ./
adk deploy cloud_run --project=opentargets-hack25cam-309 --region=europe-west1 --service_name=paultestservice --app_name=opentargets-agent --with_ui ./opentargets_agent
```

For Windows user, due to the bug in ADK, you need to use WSL. Also gcloud is the only way to authenticate, the API key simply does not work.
Binary file modified opentargets_agent/__pycache__/agent.cpython-311.pyc
Binary file not shown.