AgentFS

Agentfs

Local agent filesystem with contexts, registry, permissions, metadata hooks, sync, watchers, and atomic writes.

At a glance

FieldValue
Crate/packageagentfs
Version0.1.0
Sourcelocal/agentfs
Public structs27
Public enums10
Public traits1
Public functions94
Public method targets14

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

Source modules

  • src/agent.rs — local/agentfs/src/agent.rs
  • src/agent_refactored.rs — local/agentfs/src/agent_refactored.rs
  • src/config.rs — local/agentfs/src/config.rs
  • src/entry.rs — local/agentfs/src/entry.rs
  • src/error.rs — local/agentfs/src/error.rs
  • src/fs.rs — local/agentfs/src/fs.rs
  • src/fs_refactored.rs — local/agentfs/src/fs_refactored.rs
  • src/lib.rs — local/agentfs/src/lib.rs
  • src/lib_refactored.rs — local/agentfs/src/lib_refactored.rs
  • src/metadata.rs — local/agentfs/src/metadata.rs
  • src/permissions.rs — local/agentfs/src/permissions.rs
  • src/permissions_refactored.rs — local/agentfs/src/permissions_refactored.rs
  • src/sync.rs — local/agentfs/src/sync.rs
  • src/sync_refactored.rs — local/agentfs/src/sync_refactored.rs
  • src/watcher.rs — local/agentfs/src/watcher.rs
  • tests/integration_test.rs — local/agentfs/tests/integration_test.rs