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
+32
View File
@@ -0,0 +1,32 @@
# Terraphim AI Knowledge Graph
## Role: Terraphim AI Developer
Specialized knowledge for developing the Terraphim AI assistant.
## Thesaurus
- **Source**: `thesaurus.json`
- **Concepts**: Rust, Knowledge Graph, Agent, Search, Role
## Key Technologies
### Rust Ecosystem
- Async programming with Tokio
- Type-safe systems programming
- Cargo package management
### Knowledge Graph
- Thesaurus-based synonym expansion
- Ontology and taxonomy
- Semantic search
### AI/Agent
- LLM integration
- Claude API
- Assistant patterns
## Sources
- Crates: `terraphim-ai/crates/`
- Docs: `terraphim-ai/docs/`