Update README.md

This commit is contained in:
MarkLo 2025-11-22 04:36:05 +08:00 committed by GitHub
parent 3dccd7cb28
commit 9278c3e831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 12 deletions

View File

@ -619,18 +619,6 @@ pnpm -C frontend build
pnpm -C frontend start
```
### 新增 AI 代理
若要擴充系統功能,可參考以下步驟新增自訂代理:
1. 在 `tradingagents/agents/` 建立新的代理類別
2. 定義代理的提示詞與任務邏輯
3. 在 `tradingagents/graph/` 更新工作流程圖
4. 更新後端 API 以支援新代理
5. 更新前端 UI 提供選項
詳細開發文檔請參考 `docs/` 目錄(開發中)。
---
## 🙏 致謝