docs: add LLM.md project guide

This commit is contained in:
Hanzo Dev
2026-03-11 10:29:19 -07:00
parent c21276b98c
commit 2be7f9fcc3
+38
View File
@@ -0,0 +1,38 @@
# LLM.md - Hanzo Kv
## Overview
High-performance key-value store for the Hanzo ecosystem.<br/>
## Tech Stack
- **Language**: Unknown
## Build & Run
```bash
make build
make test
```
## Structure
```
kv/
00-RELEASENOTES
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
DEVELOPMENT_GUIDE.md
Dockerfile
GOVERNANCE.md
LLM.md
MAINTAINERS.md
Makefile
README.md
SECURITY.md
cmake/
codecov.yml
```
## Key Files
- `README.md` -- Project documentation
- `Makefile` -- Build automation
- `Dockerfile` -- Container build