Circuit
Filesystem-Native Agent State Infrastructure
This circuit documents the pattern where agent state is managed as persistent, versioned, hierarchical file structures rather than ephemeral vector stores or chat logs.
This circuit begins one level above the execution layer, addressing the storage medium of agent state. While local-inference-baseline covers computation and inspectable-agent-operations covers visibility, none explicitly secure the persistence layer itself.
NeuronFS replaces vector memory with hierarchical directory structures and zero-byte files. This converts behavioral guardrails into deterministic OS-native operations.
GitAgent applies version control principles to agent logic and prompts. It treats agent evolution as a code-first operation rather than a procedural one.
Superset runs multiple CLI agents in parallel using isolated git worktrees. ClawWork manages parallel task sessions with local file persistence outside chat interfaces.
holaOS provides a persistent runtime environment for long-horizon workflows. It aggregates memory and tools into a single desktop application to maintain context across runs.
Paperclip introduces organizational primitives like budgets and approval gates into this file-based structure. It frames coordination as an organizational design problem rather than undifferentiated task running.
The circuit resists ephemeral chat logs and opaque vector databases. It avoids proprietary lock-in where state is trapped in cloud-hosted retrieval endpoints.
The circuit is complete when agent memory, logic, and constraints are auditable as filesystem artifacts without requiring external memory services.