OpenSIN-AI — The world's most comprehensive autonomous AI agent ecosystem.
Important
Single Source of Truth (SSOT): Die kanonische OpenCode-Konfiguration liegt unter Delqhi/upgraded-opencode-stack.
Nach jeder Änderung an opencode.json MUSS sin-sync ausgeführt werden.
| Section | Description |
|---|---|
| Guide | User guides and tutorials |
| Agent Configuration | 🆕 All agent config files documented |
| API | API reference |
| Architecture | System architecture |
| Plugins | Plugin documentation |
| SDK | SDK documentation |
| Fleet | A2A Agent Fleet |
| Governance | Zeus, Hermes, PR-Watcher |
| Migrations | Migration guides |
| Best Practices | Best practices |
| Examples | Code examples |
| Tutorials | Step-by-step tutorials |
| Bridges | Bridge documentation |
| Component | Repository |
|---|---|
| OpenSIN CLI | OpenSIN |
| OpenSIN Code | OpenSIN-Code |
| OpenSIN Backend | OpenSIN-backend |
| OpenSIN Website | website-opensin.ai |
| My OpenSIN | website-my.opensin.ai |
| Upgraded Stack | upgraded-opencode-stack |
| Canonical Flow Runtime | SIN-InkogniFlow |
bun install
bun run docs:dev
# Note: "bun run docs:build" is broken on this machine (bun script-runner SIGKILL).
# Use either of these instead:
node node_modules/vitepress/bin/vitepress.js build docs
bun x vitepress build docs
bun testMIT