Design documentation site for OpenSpace — a self-evolving AI agent engine that makes agents smarter, more cost-efficient, and capable of collective intelligence.
GitHub Repository: https://github.com/yeluo45/open-space-design
open-space-design/
├── docs-site/ # VitePress documentation site
│ ├── .vitepress/
│ │ ├── config.mjs # VitePress configuration
│ │ ├── theme/ # Custom theme
│ │ └── public/ # Static assets
│ ├── index.md # Home page
│ ├── architecture.md # Architecture overview
│ ├── self-evolution.md # Self-evolution engine
│ ├── skill-engine.md # Skill lifecycle management
│ ├── cloud-community.md # Cloud skill community
│ ├── benchmark.md # GDPVal benchmark results
│ ├── mcp-integration.md # MCP integration guide
│ ├── communication.md # Communication gateway
│ └── code-structure.md # Code structure
├── .github/
│ └── workflows/
│ └── deploy.yml # GitHub Pages deployment
└── package.json
cd docs-site
pnpm install
pnpm run dev # Development preview
pnpm run build # Production build
pnpm run preview # Preview build
https://yeluo45.github.io/open-space-design/
| Document | Description |
|---|---|
| Architecture | Core framework architecture |
| Self-Evolution | FIX/DERIVED/CAPTURED evolution modes |
| Skill Engine | Skill discovery, ranking, and lifecycle |
| Cloud Community | Skill sharing and collaboration |
| GDPVal Benchmark | 4.2× income, 46% token savings |
| MCP Integration | Claude Code, Codex, OpenClaw, nanobot |
| Communication | WhatsApp, Feishu multi-channel |
| Code Structure | Complete directory structure |
| Metric | Value |
|---|---|
| Token Savings | 46% |
| Income Improvement | 4.2× |
| Skills Evolved | 165+ |
| Value Capture | 72.8% |
HKUDS/OpenSpace — MIT License