Skip to content
全部能力
AI 运行时packages/ai/content-store

content-store 能力包

Headless CMS 适配器 — Sanity / Strapi / Notion 统一为一个 ContentEntry<T> 读 API;驱动营销页面与产品文案。

打开文档
稳定性
稳定
作用域
全局
边界
packages/ai/content-store

content-store

packages/ai/content-store

AI 运行时 · 工具注册表 · MCP 边界

就绪

能力图谱

ai/content-store
content-store
工具策略
流式 UI
输出

执行账本

  1. 1
    输入
    packages/ai/content-store/request
  2. 2
    规划
    message reducer -> model turn
  3. 3
    工具策略
    tool schema · auth scope · rate limit
  4. 4
    流式 UI
    events -> UI state machine
  5. 5
    输出
    @nebutra/agents response envelope
p50 延迟
171 毫秒
事件/秒
310/秒
提供方
6
评测分
80
使用方式content-store.ts
typescript
content-store.ts
1import { contentStore } from "@nebutra/content-store";
2
3const result = await contentStore.run({
4  tenantId: org.id,
5  // content-store is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});