Skip to main content

Module backend

Module backend 

Source

Re-exports§

pub use state::StateBackend;
pub use store::StoreBackend;

Modules§

state
store

Structs§

DirEntry
A directory entry returned by Backend::ls.
ExecResult
Result of a shell command execution.
GrepMatch
A single grep match.

Enums§

GrepOutputMode
Output mode for grep operations.

Traits§

Backend
Pluggable filesystem backend for deep agents.