完整的
AI 智能代理平台

Botpress 是一個整合式平台,讓你能以最新的 LLM 打造 AI 智能代理。

最新公告
2,500 萬美元 B 輪融資
Key visual of Botpress Series B announcement
平台能力

Botpress 提供建置與運行 AI 智能代理所需的核心基礎架構。

Botpress 運作方式
每個 Botpress 智能代理的核心是 LLMz,一套自訂推理引擎。它負責協調代理行為:解讀指令、管理記憶、選擇合適工具、執行程式碼並回傳可用回應。

與依賴固定提示詞和外部協作的標準工具調用框架不同,Botpress 自訂推理引擎全程內部運作。它能處理複雜多步邏輯,在安全沙盒中執行 JavaScript,並產生結構化回應,無需額外設定。
引擎
自主
步驟1
指令
##身份
您是一位客服專員。您的目標是根據用戶今天想完成的事項,引導他們到正確路徑。
退款
提問
新增卡片
退款
產生內容
產生圖片
語音轉文字
列出語言模型
新增卡片
動作
開始對話
建立問題單
新增卡片
架構
Botpress 採用完全隔離的執行架構:每個已部署的智能代理都運行在獨立環境中。
它們
具備版本控制

持久


相容

未來
平台
變更,
因此

今天
建置的
內容
明天
依然
可運作。
開發者

由開發者打造,為開發者而生。

自訂程式碼
在智能代理生命週期事件中注入自訂程式碼。
監控
全面掌握智能代理的行為與執行狀況。
API
存取你建立與管理代理所需的 API 端點。

const options = {
  method: 'POST',
  headers: {
  'x-user-key':'<x-user-key>',
  'Content-Type': 'application/json'
  },
  body: '{
  "payload":{"audioUrl":"<string>", "type":"audio"},
  "conversationId":"<string>"
  }'
};

fetch('https://chat.botpress.cloud/{webhookUrl}/messages', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));

const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{
  "name":"<string>",
  "factor":1,"frozen":true,
  "schema":{},
  "tags":{},
  "isComputeEnabled":true}'
};

fetch('https://api.botpress.cloud/v1/tables', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));
  

const options = {
  method: 'POST', headers: {'Content-Type': 'application/json'},
  body: '{
  "states":{},"events":{},"recurringEvents":{},
  "subscriptions":{"events":{}},"actions":{},
  "configuration":{"data":{},"schema":{}},
  "user":{"tags":{}},"conversation":{"tags":{}},
  "message":{"tags":{}},"tags":{},"code":"<string>","name":"<string>",
  "medias":[{"url":"<string>","name":"<string>"}],
  "url":"<string>","dev":true}'
};

fetch('https://api.botpress.cloud/v1/admin/bots', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));
每小時處理的 LLM token 數
42,483,460
用戶數
92.4萬
真實成果

全球企業
的信賴之選。

了解我們的客戶
RUBY LABS
98%
解決率
我們認為 Botpress 預先建立的工作流程以及執行 AI 任務的能力特別有價值。 我們不需要從頭開始訓練模型,就能快速部署完全符合需求的 AI 功能。
Bogdan Alexandru
RubyLabs 支援主管
ABLE
65%
工單分流
EXTENDLY
30%
來電減少
社群

加入全球最大的機器人開發社群。

加入我們的 Discord
打造
更優質
使用 Botpress
立即
開始
An illustration of books, a plant, and a laptop on a table.