Expand description
Conversation management utilities
This module provides functionality for managing conversation state, including undo/redo operations, branching, and checkpointing.
Re-exports§
pub use undo_redo::BranchInfo;pub use undo_redo::ConversationDiff;pub use undo_redo::ConversationSnapshot;pub use undo_redo::MemoryInfo;pub use undo_redo::SnapshotMetadata;pub use undo_redo::UndoRedoManager;
Modules§
- undo_
redo - Undo/Redo system for conversation management