已比較的版本

索引鍵

  • 此行已新增。
  • 此行已移除。
  • 格式已變更。

1. Composio 介紹

...

  1. 創建 Composio 帳號:進入 Composio ,進行註冊及登入。

    image-20240926-061156.png

  2. APP 驗證:打開命令提示字元(cmd) *若未執行此綁定步驟,後續達哥將無法協助執行 action

    1. 輸入 pip install composio_core composio_openai

    2. 輸入 composio add [APP] -e entity [ID] 進行綁定

      1. APP:請到 Composio All Tools 網頁查看

      2. ID:任意取一個代表該 APP 的某一個 Account,如:AIDE

  3. 取得 Composio API Key:進入 Composio Settings 的 API Keys 即可取得 API Key。

    composio_apikey.png

  4. 取得 DaVinci API Key:進入 DaVinci Personal Settings,取得 API Key。

    DaVinci_apikey.png

  5. 下載

    View file
    nameweb.zip
    此 zip 檔,解壓縮過後利用瀏覽器開啟 index.html 。

  6. 填入 Plugin Configuration:根據各項目填寫相關資訊,使用此 Plugin Generator 即可馬上透過 No-Code 的方式產生 Plugin。

    image-20240926-061418.png

  7. 選擇 APP:選取所需串接的 APP。

    image-20240926-061453.png

  8. 獲取 Plugin:提交後,會自動生成一個 JSON 檔,將該檔案上傳至達哥平台即可使用。欲使用此 Plugin 必須先架設 Server,請先執行 檔,將該檔案上傳至達哥平台。

  9. 執行

    View file
    nameapp.py
    後即可與達哥進行對話。

...