mindcache 3.8.0 → 3.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cloud/index.js.map +1 -1
- package/dist/cloud/index.mjs.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/dist/server.js.map +1 -1
- package/dist/server.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A TypeScript library for managing short-term memory in AI agents through an LLM-
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
7
|
* **[API Reference](./docs/mindcache-api.md)**: Detailed method signatures and type definitions. Optimized for AI agents (like Cursor, Claude, etc.) to understand the library's capabilities.
|
|
8
|
-
* **[Full Documentation](https://mindcache.dev/llms-full.
|
|
8
|
+
* **[Full Documentation](https://mindcache.dev/llms-full.txt)**: Comprehensive guide with examples and deep dives.
|
|
9
9
|
|
|
10
10
|
## Quick Start
|
|
11
11
|
|