List of all items
Structs
- auto_dream::AutoDreamContext
- auto_dream::AutoDreamRunResult
- auto_dream::ConsolidationSessionInfo
- auto_dream::DreamCandidateInfo
- auto_dream::DurableExtractionCandidate
- auto_dream::DurableExtractionEnvelope
- budget::CompressionPlan
- budget::ContextCompressionExposure
- budget::HeuristicSummarizer
- budget::HeuristicTokenCounter
- budget::LlmSummarizer
- budget::MessageSegmenter
- budget::ModelLimitsRegistry
- budget::PreparedContext
- budget::SummaryManager
- budget::TiktokenTokenCounter
- budget::TokenBudget
- budget::TokenUsageBreakdown
- memory::ExternalMemory
- memory_store::AuditLogEntry
- memory_store::GraphIndex
- memory_store::GraphIndexItem
- memory_store::LexicalIndex
- memory_store::LexicalIndexItem
- memory_store::RecentIndex
- memory_store::RecentIndexItem
- memory_store::StaleCandidateItem
- memory_store::StaleCandidatesIndex
- memory_store::TaxonomyIndex
- memory_store::paths::MemoryPathResolver
- memory_store::recall::MemoryRecallCandidate
- memory_store::recall::MemoryRecallOptions
- memory_store::recall::MemoryRecallRerankContext
- memory_store::recall::MemoryRecallSelection
- memory_store::store::MemoryStore
- memory_store::types::CreatedBy
- memory_store::types::DurableContentLocation
- memory_store::types::DurableMemoryDocument
- memory_store::types::DurableMemoryFrontmatter
- memory_store::types::DurableMemoryRef
- memory_store::types::DurableMemoryRelations
- memory_store::types::DurableMemoryRetrieval
- memory_store::types::DurableMemorySource
- memory_store::types::MemoryContradictionResult
- memory_store::types::MemoryInspectResult
- memory_store::types::MemoryMergeResult
- memory_store::types::MemoryPurgeResult
- memory_store::types::MemoryQueryCursor
- memory_store::types::MemoryQueryItem
- memory_store::types::MemoryQueryOptions
- memory_store::types::MemoryQueryResult
- memory_store::types::SessionState
Enums
- auto_dream::DreamGenerationMode
- budget::BudgetError
- budget::BudgetStrategy
- budget::CompressionPlanError
- budget::SummaryTrigger
- memory_store::freshness::FreshnessKind
- memory_store::recall::MemoryRecallStrategy
- memory_store::types::DurableMemoryStatus
- memory_store::types::DurableMemoryType
- memory_store::types::MemoryScope
Traits
Functions
- auto_dream::build_consolidation_prompt
- auto_dream::build_consolidation_prompt_with_existing_dream
- auto_dream::build_extraction_prompt
- auto_dream::build_rebuild_consolidation_prompt
- auto_dream::build_refine_consolidation_prompt
- auto_dream::derive_session_outline
- auto_dream::normalize_dream_notebook_body
- auto_dream::normalize_existing_dream_for_prompt
- auto_dream::parse_candidate_scope
- auto_dream::parse_candidate_type
- auto_dream::parse_extraction_candidates
- auto_dream::parse_last_consolidated_at
- auto_dream::parse_last_full_rebuild_at
- auto_dream::run_auto_dream_once
- auto_dream::run_project_auto_dream_once
- auto_dream::should_force_full_rebuild
- auto_dream::should_use_dream_refine_mode
- auto_dream::spawn_auto_dream_task
- auto_dream::strip_dream_notebook_wrapper
- auto_dream::strip_json_fence
- auto_dream::strip_markdown_fence
- auto_dream::truncate_chars
- budget::active_messages_for_budget
- budget::apply_compression_plan
- budget::build_compression_plan_with_summary
- budget::build_forced_compression_plan_with_summary
- budget::build_summary_prompt
- budget::compression_summary_message
- budget::context_window_usage_percent
- budget::create_budget_for_model
- budget::estimate_context_compression_exposure
- budget::normalized_trigger_percent
- budget::prepare_hybrid_context
- budget::summary_source_messages
- memory::format_summary_as_note
- memory_store::build_dream_view
- memory_store::build_memory_markdown_view
- memory_store::build_recent_markdown_view
- memory_store::build_stale_markdown_view
- memory_store::build_yaml_frontmatter
- memory_store::count_chars
- memory_store::derive_summary
- memory_store::detect_entities
- memory_store::extract_keywords
- memory_store::find_git_root
- memory_store::freshness::memory_age_days
- memory_store::freshness::memory_age_label
- memory_store::freshness::memory_freshness_text
- memory_store::freshness::render_memory_freshness_note
- memory_store::make_query_cursor
- memory_store::match_memory_query
- memory_store::normalize_tag
- memory_store::normalize_tags
- memory_store::now_rfc3339
- memory_store::parse_markdown_document
- memory_store::parse_query_cursor
- memory_store::parse_rfc3339
- memory_store::paths::memory_root
- memory_store::project_key_from_path
- memory_store::recall::select_relevant_memories
- memory_store::recall::shortlist_relevant_memories
- memory_store::render_markdown_document
- memory_store::sanitize_component
- memory_store::short_stable_hash
- memory_store::sort_memories_desc
- memory_store::summary_json
- memory_store::truncate_chars
- memory_store::validate_memory_title
- memory_store::validate_session_id
- memory_store::validate_session_topic
Constants
- memory::DEFAULT_TOPIC
- memory_store::CONTRADICTION_AUDIT_LOG
- memory_store::DEFAULT_MAX_CHARS
- memory_store::DEFAULT_QUERY_LIMIT
- memory_store::DEFAULT_SESSION_TOPIC
- memory_store::DREAM_VIEW_FILE
- memory_store::GRAPH_INDEX_FILE
- memory_store::LEXICAL_INDEX_FILE
- memory_store::MAX_MAX_CHARS
- memory_store::MAX_MEMORY_TAGS
- memory_store::MAX_MEMORY_TITLE_LEN
- memory_store::MAX_QUERY_LIMIT
- memory_store::MAX_SESSION_TOPIC_LEN
- memory_store::MEMORY_SCHEMA_VERSION
- memory_store::MEMORY_VIEW_FILE
- memory_store::MERGE_AUDIT_LOG
- memory_store::PURGE_AUDIT_LOG
- memory_store::RECENT_INDEX_FILE
- memory_store::RECENT_VIEW_FILE
- memory_store::STALE_CANDIDATES_INDEX_FILE
- memory_store::STALE_VIEW_FILE
- memory_store::TAXONOMY_INDEX_FILE
- memory_store::WRITE_AUDIT_LOG
- memory_store::paths::GLOBAL_DIR
- memory_store::paths::INDEXES_DIR
- memory_store::paths::LOCKS_DIR
- memory_store::paths::LOGS_DIR
- memory_store::paths::MEMORY_ROOT_DIR
- memory_store::paths::MEMORY_VERSION_DIR
- memory_store::paths::NOTE_DIR
- memory_store::paths::PROJECTS_DIR
- memory_store::paths::SCOPES_DIR
- memory_store::paths::SESSIONS_DIR
- memory_store::paths::STATE_DIR
- memory_store::paths::TOPICS_DIR
- memory_store::paths::VIEWS_DIR