datasphere 0.1.1

Background daemon that distills knowledge from Claude Code sessions into a searchable graph
Documentation
1
2
3
4
5
pub mod reader;
pub mod types;

pub use reader::{format_context, format_context_with_options, FormatOptions, read_transcript, TranscriptError};
pub use types::TranscriptEntry;