docs: add LLM.md project guide
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user