forked from opentiny/tiny-engine
背景:当前各类软件提供CLI/MCP/Skill 让本地AI Agent能够快速接入使用已是大势所趋。 TinyEngine当前没有对外提供这类的工具或者能力,该PR主要 通过 标准Schema(JSON文件)做为桥梁,通过DSL Skill 来方便用户使用本地Agent工具来 快速生成页面/区块/应用,并同步到TinyEngine应用中。 主要特性: file启动模式:mockserver 新增file(默认为db)启动方式,使用该模式时,mockserver接口从文件(data/**/*.json文件)中获取数据,也会更新到文件中 使用方式:项目根目录执行 pnpm dev:file dsl-generator skill:添加项目级skill,可以在Claude Code/Cursor/OpenCode/Codex等本地Agent中使用该skill 生成页面/区块/应用的DSL到 data/**/*.json中,配合file启动模式,实现让本地AI Agent工具生成生成页面/区块/应用 |
||
|---|---|---|
| .. | ||
| imgs | ||
| route-capabilities | ||
| advanced-panel-settings.md | ||
| block-management.md | ||
| canvas-shortcuts.md | ||
| conditional-rendering.md | ||
| data-source-and-collection-mock-data.md | ||
| data-source-and-collection-remote-fields.md | ||
| data-source-and-collection-usage.md | ||
| how-to-use-slots.md | ||
| js-panel-and-event-binding.md | ||
| loop-rendering.md | ||
| new-ai-plugin-usage.md | ||
| theme-switch.md | ||
| using-skill-to-integrate-local-ai-agent.md | ||
| using-utils-methods.md | ||