@aigne/afs 1.11.0-beta.1 → 1.11.0-beta.2

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.
Files changed (2) hide show
  1. package/README.md +4 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -384,17 +384,11 @@ const result = await context.invoke(agent, {
384
384
 
385
385
  ## Related Packages
386
386
 
387
- - [@aigne/afs-history](../history/README.md) - History tracking module
388
- - [@aigne/afs-local-fs](../local-fs/README.md) - Local file system module
389
- - [@aigne/afs-user-profile-memory](../user-profile-memory/README.md) - User profile memory module
390
-
391
- ## Examples
392
-
393
- - [AFS Memory Example](../../examples/afs-memory/README.md) - Conversational memory with user profiles
394
- - [AFS LocalFS Example](../../examples/afs-local-fs/README.md) - File system access with AI agents
395
- - [AFS MCP Server Example](../../examples/afs-mcp-server/README.md) - Mount MCP servers as AFS modules
387
+ - [@aigne/afs-fs](../../providers/fs/README.md) - Local file system module
388
+ - [@aigne/afs-git](../../providers/git/README.md) - Git repository module
389
+ - [@aigne/afs-json](../../providers/json/README.md) - JSON file module
390
+ - [@aigne/afs-sqlite](../../providers/sqlite/README.md) - SQLite database module
396
391
 
397
392
  ## TypeScript Support
398
393
 
399
394
  This package includes full TypeScript type definitions.
400
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs",
3
- "version": "1.11.0-beta.1",
3
+ "version": "1.11.0-beta.2",
4
4
  "description": "Agentic File System (AFS) is a virtual file system that supports various storage backends and provides a unified API for file operations.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {