092_agent_api / README.md
anhkhoiphan's picture
chore: add Dockerfile and requirements for HF Space deployment
9b816ef
---
title: 092 Agent API
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
---
# 092 Agent API
REST API cho Study Group Assistant — AI agent tóm tắt hội thoại, tra cứu lịch trình và quản lý ghi nhớ.
## Endpoints
| Method | Path | Mô tả |
|--------|------|-------|
| GET | `/health` | Trạng thái hệ thống |
| POST | `/api/v1/chat` | Gửi câu hỏi đến agent |
| GET | `/docs` | Swagger UI |
## Secrets cần cấu hình trong HF Space Settings
| Tên | Bắt buộc | Mô tả |
|-----|----------|-------|
| `GEMINI_API_KEY` | ✅ | Google Gemini API key |
| `REDIS_URL` | Khuyến nghị | URL kết nối Redis (ví dụ: Upstash) |
| `OPENROUTER_API_KEY` | Tùy chọn | Fallback LLM qua OpenRouter |
| `DEFAULT_MODEL` | Tùy chọn | Model mặc định (mặc định: `google/gemma-2-9b-it:free`) |