add requirements
This commit is contained in:
20
README.md
20
README.md
@@ -31,13 +31,25 @@ workspace/
|
||||
|
||||
## 环境搭建
|
||||
|
||||
### 1. 安装依赖
|
||||
### 1. 克隆项目
|
||||
|
||||
```bash
|
||||
pip install "google-adk[extensions]" python-dotenv
|
||||
git clone <your-repo-url>
|
||||
cd <project-directory>
|
||||
```
|
||||
|
||||
### 2. 配置环境变量
|
||||
### 2. 安装依赖
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
主要依赖:
|
||||
- `google-adk` — Google Agent Development Kit
|
||||
- `python-dotenv` — 环境变量管理
|
||||
- `litellm` — 多模型适配层
|
||||
|
||||
### 3. 配置环境变量
|
||||
|
||||
复制示例配置文件并填入你的 API Key:
|
||||
|
||||
@@ -58,7 +70,7 @@ MINIMAX_API_BASE=https://api.minimaxi.com/v1
|
||||
MINIMAX_MODEL=openai/MiniMax-M2.7
|
||||
```
|
||||
|
||||
### 3. 启动服务
|
||||
### 4. 启动服务
|
||||
|
||||
```bash
|
||||
cd agents
|
||||
|
||||
Reference in New Issue
Block a user