@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.
- package/README.md +4 -10
- 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-
|
|
388
|
-
- [@aigne/afs-
|
|
389
|
-
- [@aigne/afs-
|
|
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.
|
|
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": {
|