|
29 | 29 | <a href="https://trendshift.io/repositories/25123" target="_blank"><img src="https://trendshift.io/api/badge/repositories/25123" alt="rohitg00/agentmemory | Trendshift" width="250" height="55"/></a> |
30 | 30 | </p> |
31 | 31 |
|
32 | | -<p align="center"> |
33 | | - <a href="https://www.star-history.com/?repos=rohitg00%2Fagentmemory&type=date&legend=top-left"> |
34 | | - <picture> |
35 | | - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=rohitg00/agentmemory&type=date&theme=dark&legend=top-left" /> |
36 | | - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=rohitg00/agentmemory&type=date&legend=top-left" /> |
37 | | - <img alt="Star History Chart" src="https://api.star-history.com/chart?repos=rohitg00/agentmemory&type=date&legend=top-left" /> |
38 | | - </picture> |
39 | | - </a> |
40 | | -</p> |
41 | | - |
42 | 32 | <p align="center"> |
43 | 33 | <a href="https://gist.github.com/rohitg00/2067ab416f7bbe447c1977edaaa681e2"><img src="https://img.shields.io/badge/Viral%20GitHub%20Gist-1.3k%20stars%20%2F%20182%20forks-FF6B35?style=for-the-badge&logo=github&logoColor=white&labelColor=1a1a1a" alt="Design doc: 1.3k stars / 182 forks on the gist" /></a> |
44 | 34 | </p> |
|
60 | 50 | <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tools.svg"><img src="assets/tags/stat-tools.svg" alt="53 MCP tools" height="38" /></picture> |
61 | 51 | <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-hooks.svg"><img src="assets/tags/stat-hooks.svg" alt="12 auto hooks" height="38" /></picture> |
62 | 52 | <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-deps.svg"><img src="assets/tags/stat-deps.svg" alt="0 external DBs" height="38" /></picture> |
63 | | - <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tests.svg"><img src="assets/tags/stat-tests.svg" alt="1,423+ tests passing" height="38" /></picture> |
| 53 | + <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tests.svg"><img src="assets/tags/stat-tests.svg" alt="1,428+ tests passing" height="38" /></picture> |
64 | 54 | </p> |
65 | 55 |
|
66 | 56 | <p align="center"> |
@@ -1211,7 +1201,7 @@ Full registry: [workers.iii.dev](https://workers.iii.dev). Every worker there co |
1211 | 1201 | | Prometheus / Grafana | iii OTEL + health monitor | |
1212 | 1202 | | Custom plugin systems | `iii worker add <name>` | |
1213 | 1203 |
|
1214 | | -**174 source files · ~37,800 LOC · 1,423+ tests · 258 functions · 44 KV scopes** — all on three primitives. No `agentmemory plugin install`. The plugin system is iii itself. |
| 1204 | +**175 source files · ~39,200 LOC · 1,428+ tests · 261 functions · 52 KV scopes** — all on three primitives. No `agentmemory plugin install`. The plugin system is iii itself. |
1215 | 1205 |
|
1216 | 1206 | --- |
1217 | 1207 |
|
@@ -1535,7 +1525,7 @@ Full endpoint list: [`src/triggers/api.ts`](src/triggers/api.ts) |
1535 | 1525 | ```bash |
1536 | 1526 | npm run dev # Hot reload |
1537 | 1527 | npm run build # Production build |
1538 | | -npm test # 1,423+ tests |
| 1528 | +npm test # 1,428+ tests |
1539 | 1529 | npm run test:integration # API tests (requires running services) |
1540 | 1530 | ``` |
1541 | 1531 |
|
|
0 commit comments