Expand description
Atheneum: Agent Coordination Graph Database
A graph-based memory system for tracking multi-agent workflows, decisions, and their provenance.
Re-exports§
pub use meta::MetaRouter;pub use meta::ProjectInfo;pub use config::default_config_path;pub use config::expand_tilde;pub use config::load as load_config;pub use config::load_from as load_config_from;pub use config::save as save_config;pub use config::save_to as save_config_to;pub use config::Config;pub use config::EmbedProvider;pub use config::EmbeddingsConfig;pub use config::IntegrationConfig;pub use config::IntegrationsConfig;pub use config::LlmConfig;pub use config::LlmProvider;pub use config::SwapGuardMode;pub use graph::AtheneumGraph;pub use graph::BrokenLinkMode;pub use graph::ClaudeTranscriptImportParams;pub use graph::ClaudeTranscriptImportSummary;pub use graph::ConsolidationConfig;pub use graph::ConsolidationReport;pub use graph::DisambiguationResult;pub use graph::DiscoveryPreview;pub use graph::DreamConfig;pub use graph::DreamFinding;pub use graph::DreamMode;pub use graph::DreamPhase;pub use graph::DreamReport;pub use graph::EdgeType;pub use graph::EntityType;pub use graph::HandoffPreview;pub use graph::JournalSection;pub use graph::KanbanStatus;pub use graph::KanbanUpdate;pub use graph::LintConfig;pub use graph::LintReport;pub use graph::MaintainConfig;pub use graph::MaintainReport;pub use graph::MemoryPatch;pub use graph::MemoryPreview;pub use graph::ModelInfo;pub use graph::ProvenanceData;pub use graph::QueryIntent;pub use graph::ResolvedEntity;pub use graph::RuntimeStats;pub use graph::SearchResult;pub use graph::SeedMemory;pub use graph::UpsertAction;pub use graph::UpsertResult;pub use graph::WikiPage;pub use graph::WikiSearchResult;pub use graph::wiki::content_hash;pub use graph::wiki::extract_kanban_updates;pub use graph::wiki::extract_wikilinks;pub use graph::wiki::parse_journal_sections;
Modules§
Structs§
- Cross
Edge - Edge from a cross-project subgraph walk.
- Cross
Router - Cross-project query router.
- Cross
Search Result - Symbol hit from a cross-project search.
- Cross
Subgraph - Subgraph view returned by cross-project navigate.
- Graph
Edge - Graph
Entity