Skip to main content

Module agent_context

Module agent_context 

Source
Expand description

Agent-scoped context for namespace-isolated memory operations.

AgentContext wraps a HirnDB reference and enforces that all operations respect namespace boundaries. An agent can only access its private namespace, the shared namespace, and any team namespaces it belongs to.

Structsยง

AgentContext
Agent-scoped database context enforcing namespace isolation.
AgentRecallBuilder
Builder for namespace-scoped recall queries.
AgentThinkBuilder
Builder for namespace-scoped think queries.