- 步驟1:複製 GitHub內容:git clone https://github.com/EveryOneIsGross/defaultmodeAGENT.git
- 步驟2:安裝依賴項:pip install -r requirements.txt
- 步驟3:將你的 OpenAI API 密鑰設為環境變數
- 步驟4:在 tools.py 中定義並註冊你的自訂工具
- 步驟5:在 config.json 中設定預設模式參數
- 步驟6:初始化並運行代理:python run_agent.py --config config.json
- 步驟7:監控記錄,並針對提示或工具整合進行迭代