Botpress | 完整的人工智能代理平台

完整的
人工智能代理平台

Botpress 是一个用于构建由最新LLMs 支持的人工智能代理的一体化平台。

宣布
2,500 万美元 B 轮融资
Botpress 轮融资公告的主要视觉效果
能力

Botpress 提供在生产中构建和运行人工智能代理所需的核心基础设施。

Botpress 如何工作
每个Botpress 代理的核心都是 LLMz,它是一个自定义推理引擎。它负责协调代理的行为:解释指令、管理内存、选择正确的工具、执行代码并返回可用的响应。

与依赖于死板的提示和外部协调的标准工具调用框架不同,Botpress 的自定义推理引擎在内部运行一切。它可以处理复杂的多步骤逻辑,在安全沙箱中执行 JavaScript,并生成结构化响应,而无需额外配置。
发动机
自主
步骤 1
说明
##身份
你是一名客户支持代理。您的目标是根据用户在今天的对话中想要实现的目标,将他们引导到正确的路径。
退款
问题
添加卡片
退款
生成内容
生成图像
转录音频
语言模型列表
添加卡片
行动
开始对话
创建问题
添加卡片
建筑学
Botpress 采用完全隔离的运行时架构: 每个部署的代理都运行自己的独立环境。
他们
版本化
,
经久耐用
,

兼容的

未来
平台
变化、
那么
什么

构建
今天

静止的
工作
明天
开发者

由开发者提供,为开发者服务。

自定义代码
在代理的生命周期事件中注入自定义代码。
检查
对代理的行动和执行保持完全可观察性。
应用程序接口
访问构建和管理代理所需的 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 令牌数
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
,
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
,
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
用户
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
.
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
K
实际结果

深受全球企业信赖
深受全球企业的信赖。

了解我们的客户
红宝石实验室
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
%
分辨率
我们发现Botpress预建的工作流程和执行人工智能任务的能力特别有价值。我们无需花费时间从头开始训练一个模型,而是可以快速部署满足我们确切需求的人工智能功能。
博格丹-亚历山德鲁
支持主管,RubyLabs
ABLE
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
%
票面偏差
延长
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
%
减少通话
社区

加入最大的机器人构建社区。

加入我们的discord
建设
更好
使用Botpress
启动
一幅桌子上摆放着书籍、植物和笔记本电脑的插图。