Agentfs
AgentFS
Agentfs
Local agent filesystem with contexts, registry, permissions, metadata hooks, sync, watchers, and atomic writes.
At a glance
| Field | Value |
|---|---|
| Crate/package | weave-agentfs |
| Version | 0.1.0 |
| Source | local/agentfs |
| Public structs | 27 |
| Public enums | 10 |
| Public traits | 1 |
| Public functions | 94 |
| Public method targets | 14 |
What developers should learn here
Local agent filesystem with contexts, registry, permissions, metadata hooks, sync, watchers, and atomic writes. The pages in this section are shaped around this package's real modules and exported symbols, not a fixed template. Use the API Surface page as the coverage ledger and the workflow pages for how to compose the primitives.
Page map
Agents and Permissions
Agent identities and per-path permissions.
Files and Metadata
File contents and metadata model.
Sync
Two-way sync between agentfs instances.
Watching
Watch agentfs paths for changes.
API Surface
Complete ledger of exported types, traits, and functions.
Source modules
src/agent.rs— local/agentfs/src/agent.rssrc/agent_refactored.rs— local/agentfs/src/agent_refactored.rssrc/config.rs— local/agentfs/src/config.rssrc/entry.rs— local/agentfs/src/entry.rssrc/error.rs— local/agentfs/src/error.rssrc/fs.rs— local/agentfs/src/fs.rssrc/fs_refactored.rs— local/agentfs/src/fs_refactored.rssrc/lib.rs— local/agentfs/src/lib.rssrc/lib_refactored.rs— local/agentfs/src/lib_refactored.rssrc/metadata.rs— local/agentfs/src/metadata.rssrc/permissions.rs— local/agentfs/src/permissions.rssrc/permissions_refactored.rs— local/agentfs/src/permissions_refactored.rssrc/sync.rs— local/agentfs/src/sync.rssrc/sync_refactored.rs— local/agentfs/src/sync_refactored.rssrc/watcher.rs— local/agentfs/src/watcher.rstests/integration_test.rs— local/agentfs/tests/integration_test.rs