ニューホーム

完全な
AIエージェント・プラットフォーム

Botpress は、最新のLLMs を搭載したAIエージェントを構築するためのオールインワン・プラットフォームである。

9億9900万ドルのシリーズB資金調達

もっと見る

指示を書く。知識を加える。統合を接続する。すべて1つのワークフローで。

開発者による、
↪C_200D↩開発者のために

エージェントのライフサイクルイベントにカスタムコードを注入します。
エージェントの行動と実行に対する完全な観測可能性を維持する。
import { Integration } from "@Botpress/sdk";
import protonMailChannel from "./protonMailChannel";

export default new Integration({
  channels: {
    protonMailChannel: protonMailChannel,
  },
  actions: {
    sendEmail: ({ ctx }) => {
      console.info(`sending email for bot${ctx.botId}`);
    },
  },
  register: async ({ ctx }) => {
    console.info(`integration installed in bot ${ctx.botId}`);
  },
  handler: async ({ req }) => {
    console.info("received request from protonMail", req);
  },
});
import { Integration } from "@Botpress/sdk";
import protonMailChannel from "./protonMailChannel";

export default new Integration({
  channels: {
    protonMailChannel: protonMailChannel,
  },
  actions: {
    sendEmail: ({ ctx }) => {
      console.info(`sending email for bot${ctx.botId}`);
    },
  },
  register: async ({ ctx }) => {
    console.info(`integration installed in bot ${ctx.botId}`);
  },
  handler: async ({ req }) => {
    console.info("received request from protonMail", req);
  },
});
import { Integration } from "@Botpress/sdk";
import protonMailChannel from "./protonMailChannel";

export default new Integration({
  channels: {
    protonMailChannel: protonMailChannel,
  },
  actions: {
    sendEmail: ({ ctx }) => {
      console.info(`sending email for bot${ctx.botId}`);
    },
  },
  register: async ({ ctx }) => {
    console.info(`integration installed in bot ${ctx.botId}`);
  },
  handler: async ({ req }) => {
    console.info("received request from protonMail", req);
  },
});
エージェントの構築と管理に必要なAPIエンドポイントにアクセスします。

世界中のユーザーと企業から信頼されています

お客様について

1,054,284,234

700K