Module context

Module context 

Source
Expand description

Context management for agents.

This module provides context management capabilities for agents, including shared working memory for maintaining state across agent interactions.

Re-exports§

pub use shared_working_memory::SharedWorkingMemory;

Modules§

shared_working_memory
Shared working memory for agent communication.