docs: fix README stats — 8 traits, 9 subcommands, 17,800+ lines, 7 lib modules
This commit is contained in:
parent
f8ea486210
commit
12112772c5
1 changed files with 3 additions and 3 deletions
|
|
@ -335,8 +335,8 @@ cargo test --test memory_comparison -- --nocapture
|
|||
|
||||
```
|
||||
src/
|
||||
├── main.rs # CLI (clap) — 10 subcommands
|
||||
├── lib.rs # Library exports (8 modules)
|
||||
├── main.rs # CLI (clap) — 9 subcommands
|
||||
├── lib.rs # Library exports (7 modules)
|
||||
├── agent/ # Agent loop + memory context injection
|
||||
│ ├── mod.rs
|
||||
│ └── loop_.rs
|
||||
|
|
@ -422,7 +422,7 @@ tests/
|
|||
└── memory_comparison.rs # SQLite vs Markdown benchmark
|
||||
```
|
||||
|
||||
**64 source files · 17,500 lines of Rust · 1,017 tests · 0 clippy warnings**
|
||||
**64 source files · 17,800+ lines of Rust · 1,017 tests · 0 clippy warnings**
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue