Initial commit: Multi-repository role-based knowledge graphs

This commit is contained in:
Kimi Claw
2026-02-19 04:11:57 +08:00
commit 3720b9e325
19 changed files with 1218 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# OpenClaw Knowledge Graph
## Role: OpenClaw Developer
Specialized knowledge for developing the OpenClaw gateway and agent platform.
## Thesaurus
- **Source**: `thesaurus.json`
- **Concepts**: TypeScript, Gateway, Channel, Skill, Config
## Key Technologies
### TypeScript/JavaScript
- Node.js runtime
- NPM package management
- Modern JS/TS patterns
### Gateway
- WebSocket server
- API endpoints
- Real-time communication
### Channels
- Telegram integration
- Discord integration
- Slack integration
- Generic IM support
### Skills
- Extension system
- Tool capabilities
- Plugin architecture
## Sources
- Source: `openclaw/src/`
- Docs: `openclaw/docs/`