Add initial project documentation

This commit is contained in:
Storme-bit
2026-04-04 05:22:36 -07:00
parent 41a8bb3875
commit ebbeecfa1a
8 changed files with 256 additions and 0 deletions

12
docs/README.md Normal file
View File

@@ -0,0 +1,12 @@
# NexusAI Documentation
## Contents
- [Architecture Overview](architecture/overview.md)
- [Services](services/)
- [Shared Package](services/shared.md)
- [Memory Service](services/memory-service.md)
- [Embedding Service](services/embedding-service.md)
- [Inference Service](services/inference-service.md)
- [Orchestration Service](services/orchestration-service.md)
- [Deployment](deployment/homelab.md)