Skip to content

docs(readme): add Agent-native architecture section - #167

Merged
363045841 merged 1 commit into
mainfrom
docs/agent-native-architecture
Sep 11, 2026
Merged

363045841 merged 1 commit into
mainfrom
docs/agent-native-architecture

Conversation

@363045841

Copy link
Copy Markdown
Owner

Summary

Add a bilingual Agent-Native Architecture section to the READMEs, placed directly after the hero screenshots.

Changes

  • New fragments docs/fragments/_agent-native.md and _agent-native.zh-CN.md.
  • Wired into root, vue, react, and angular templates (en + zh-CN where applicable).
  • Regenerated all READMEs (pnpm docs:generate); pnpm docs:check passes.

Content

The section states the project's Agent positioning in six points:

  1. Agent and user are equal citizens with identical entry points.
  2. The Agent serves the chart and user interaction, not a stream of text.
  3. AI-Native architecture: tools are woven into chart API primitives as aspects, not a parasitic layer (Zed native vs VS Code extension-based contrast).
  4. The Agent work pushes the architecture toward SSOT consistency and testability.
  5. MCP is deliberately not used; the project moved from JSON config to MCP and finally to an AI-Native design.
  6. StateKernel is the foundation that lets the Agent share the user's exact state at near-zero cost, with tools as a subset of actions.

Document the project's Agent philosophy as a new fragment placed after the hero screenshots: Agent and user are equal citizens, the Agent serves the chart rather than a text stream, tools are AI-native aspects over chart API primitives (not a parasitic layer), the Agent work raises architectural consistency, MCP is deliberately not used, and the reactive StateKernel is the foundation. Bilingual fragment wired into the root, vue, react, and angular templates.
@363045841
363045841 merged commit cd84413 into main Sep 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant