git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
51 lines
1.9 KiB
Markdown
51 lines
1.9 KiB
Markdown
# Edge-Net Documentation
|
|
|
|
Comprehensive documentation for the Edge-Net distributed compute intelligence network.
|
|
|
|
## Documentation Structure
|
|
|
|
```
|
|
docs/
|
|
├── architecture/ # System design and architecture
|
|
│ └── README.md # Core design document
|
|
├── benchmarks/ # Performance benchmarks and analysis
|
|
│ ├── README.md # Benchmark overview
|
|
│ ├── BENCHMARK_RESULTS.md
|
|
│ ├── BENCHMARK_ANALYSIS.md
|
|
│ └── BENCHMARK_SUMMARY.md
|
|
├── performance/ # Performance optimization guides
|
|
│ ├── optimizations.md
|
|
│ ├── PERFORMANCE_ANALYSIS.md
|
|
│ └── OPTIMIZATION_SUMMARY.md
|
|
├── rac/ # RuVector Adversarial Coherence
|
|
│ ├── rac-validation-report.md
|
|
│ ├── rac-test-results.md
|
|
│ └── axiom-status-matrix.md
|
|
├── research/ # Research and feature analysis
|
|
│ ├── research.md
|
|
│ ├── EXOTIC_AI_FEATURES_RESEARCH.md
|
|
│ └── ECONOMIC_EDGE_CASE_ANALYSIS.md
|
|
├── reports/ # Project reports
|
|
│ └── FINAL_REPORT.md
|
|
└── security/ # Security documentation
|
|
└── README.md # Security model and threat analysis
|
|
```
|
|
|
|
## Quick Links
|
|
|
|
### Core Documentation
|
|
- [Architecture & Design](./architecture/README.md) - System design, modules, data flow
|
|
- [Security Model](./security/README.md) - Threat model, crypto, access control
|
|
|
|
### Performance
|
|
- [Benchmark Results](./benchmarks/README.md) - Performance test results
|
|
- [Optimization Guide](./performance/optimizations.md) - Applied optimizations
|
|
|
|
### RAC (Adversarial Coherence)
|
|
- [Validation Report](./rac/rac-validation-report.md) - RAC test validation
|
|
- [Axiom Status](./rac/axiom-status-matrix.md) - Axiom implementation status
|
|
|
|
### Research
|
|
- [Exotic AI Features](./research/EXOTIC_AI_FEATURES_RESEARCH.md) - Time Crystal, NAO, HDC
|
|
- [Economic Analysis](./research/ECONOMIC_EDGE_CASE_ANALYSIS.md) - Edge case economics
|