Skip to content
Merged
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
12 changes: 8 additions & 4 deletions pypi/google_cloud_agentplatform/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Cloud Agent Platform
# Gemini Enterprise Agent Platform

This is the packaging directory for `google-cloud-agentplatform`.
Gemini Enterprise Agent Platform Client Library.

## Installation

Expand All @@ -9,9 +9,13 @@ This is the packaging directory for `google-cloud-agentplatform`.
pip install google-cloud-agentplatform

# With specific extras
pip install google-cloud-agentplatform[agent_engines]
pip install google-cloud-agentplatform[a2a]
pip install google-cloud-agentplatform[adk]
pip install google-cloud-agentplatform[langchain]
pip install google-cloud-agentplatform[ag2]
pip install google-cloud-agentplatform[llama_index]
pip install google-cloud-agentplatform[evaluation]
pip install google-cloud-agentplatform[bigquery]
pip install google-cloud-agentplatform[all]
```
pip install google-cloud-agentplatform[live]
pip install google-cloud-agentplatform[all]
Loading