完整
AI智能体平台

Botpress是一个一体化平台,利用最新的大型语言模型构建AI智能体。

公告
2500万美元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令牌数
42,483,460
用户数
92.36万
真实成果

全球企业的信赖

了解我们的客户
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.