前置條件
前置條件
- 01Docker
- 02Python 3.9+
- 03至少一組 LLM API Key,推薦先用免費的 Gemini
準備好 Docker、Python 和一組 LLM API Key,幾分鐘內就能把 AgentOffice 跑起來。
把專案 clone 到本機並進入目錄。
git clone https://github.com/DBell-workshop/AgentOffice.git && cd AgentOffice複製範例設定,然後填入你的 API Key。
cp .env.example .env # 填入你的 API Key啟動容器後,在瀏覽器打開本機工作台。
docker compose up -d # 打開 http://localhost:8001
本機服務正常運行時,介面效果會與下方示意一致。
安裝、API Key 或執行錯誤,都可以到 Telegram、GitHub Discussions 或微信群交流。