Skip to main content

Crate openhawk_memory

Crate openhawk_memory 

Source

Structs§

A2aMemoryCard
Exposes memory operations as A2A agent card endpoints.
AuraMemoryItem
Aura memory entry as returned by GET /memory/ls.
AuraMemoryStore
AuraMemoryStore — delegates to the Aura daemon when running, falls back to InMemoryStore otherwise.
InMemoryStore
McpMemoryProvider
Exposes memory operations as MCP tool provider endpoints.
MemoryEntry

Enums§

MemoryError
MemoryScope

Traits§

SharedMemory

Functions§

aura_available
Returns true if the Aura daemon is reachable at localhost:7437.
aura_cli_available
Returns true if the aura CLI binary is on PATH.
aura_memory_add
Call aura memory add <key> <value> via CLI.
aura_memory_get
Call aura memory get <key> via CLI and return the value.
aura_memory_ls
Call aura memory ls --json and return all entries.
aura_memory_rm
Call aura memory rm <key> via CLI.