Skip to content

Commit 7731f35

Browse files
os-zhuangclaude
andauthored
docs(ai): link the framework AI docs' cloud pointers to the cloud AI section (#2829)
Now that the cloud docs ship a complete AI & Agents section (docs.objectos.app/docs/ai), turn the two "documented separately in the cloud docs" / "no built-in in-product chat" prose pointers into concrete links — fulfilling the cross-reference the open-edition honesty pass promised. Docs-only. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent e2c05d6 commit 7731f35

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

content/docs/ai/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AI in ObjectStack is a **cross-protocol capability layer**: agents, tools, and k
2020
- **Knowledge & RAG → the Knowledge Protocol + adapter plugins** (`knowledge-memory`, `knowledge-ragflow`, `embedder-openai`) — permission-aware retrieval over your own objects.
2121
- **Agents, tools, skills → typed metadata** (`defineAgent` / `defineTool` / `defineSkill`) plus the Model Registry. Author them as source (`*.agent.ts`, `*.tool.ts`, …) with your own AI coding agent (Claude Code, Cursor), aided by the ObjectStack [skills](/docs/ai/skills-reference) and MCP introspection.
2222

23-
The **cloud / Enterprise** tier adds an in-product chat *runtime* on top of these same primitives — the `ask` data-query assistant, the `build` Studio authoring assistant, and the `/api/v1/ai/*` chat endpoints (`@objectstack/service-ai`, cloud [ADR-0025](https://github.com/objectstack-ai/cloud/blob/main/docs/adr/0025-service-ai-to-cloud-open-mcp-only.md)). The open edition has no built-in in-product chat.
23+
The **cloud / Enterprise** tier adds an in-product chat *runtime* on top of these same primitives — the `ask` data-query assistant, the `build` Studio authoring assistant, and the `/api/v1/ai/*` chat endpoints (`@objectstack/service-ai`, cloud [ADR-0025](https://github.com/objectstack-ai/cloud/blob/main/docs/adr/0025-service-ai-to-cloud-open-mcp-only.md)). The open edition has no built-in in-product chat — that runtime is documented in the [cloud AI & Agents docs](https://docs.objectos.app/docs/ai).
2424
</Callout>
2525

2626
## What's in this module

content/docs/ai/natural-language-queries.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ AI runtime (`@objectstack/service-ai`, closed) — the `ask` data-query assistan
5757
and the `/api/v1/ai/*` chat endpoints — that registers these same data tools,
5858
plus the group-by/roll-up `aggregate_data` tool, into its own chat loop. That
5959
package is not part of the open framework and is documented separately in the
60-
cloud docs; this page covers the open path only. On the open edition, use
60+
[cloud docs](https://docs.objectos.app/docs/ai); this page covers the open path
61+
only. On the open edition, use
6162
`@objectstack/mcp` above to get the same natural-language querying with your
6263
own AI.
6364
</Callout>

0 commit comments

Comments
 (0)