1. Composio 介紹
...
創建 Composio 帳號:進入 Composio ,進行註冊及登入。
APP 驗證:打開命令提示字元(cmd) *若未執行此綁定步驟,後續達哥將無法協助執行 action
輸入
pip install composio_core composio_openai
輸入
composio add [APP] -e entity [ID]
進行綁定APP:請到 Composio All Tools 網頁查看
ID:任意取一個代表該 APP 的某一個 Account,如:AIDE
取得 Composio API Key:進入 Composio Settings 的 API Keys 即可取得 API Key。
下載
此 zip 檔,解壓縮過後利用瀏覽器開啟 index.html 。View file name web.zip 填入 Plugin Configuration:根據各項目填寫相關資訊,使用此 Plugin Generator 即可馬上透過 No-Code 的方式產生 Plugin。
選擇 APP:選取所需串接的 APP。
獲取 Plugin:提交後,會自動生成一個 JSON 檔,將該檔案上傳至達哥平台。
執行
後即可與達哥進行對話。View file name app.py
...