List of all items
Structs
- JoinHandle
- db::SkillRow
- init::InitReport
- mcp::EntityInput
- mcp::EntityOutput
- mcp::Graph
- mcp::JsonRpcRequest
- mcp::JsonRpcResponse
- mcp::ObservationDeletion
- mcp::ObservationInput
- mcp::RelationInput
- paths::MikuConfig
- paths::MikuPaths
- paths::XdgDirs
Enums
Macros
Functions
- backup::backup
- backup::effective_db_path
- backup::restore
- db::delete_topic
- db::init_db
- db::list_skills
- db::mcp_add_observations
- db::mcp_create_entities
- db::mcp_create_relations
- db::mcp_delete_entities
- db::mcp_delete_observations
- db::mcp_delete_relations
- db::mcp_open_nodes
- db::mcp_read_graph
- db::mcp_read_graph_eager
- db::mcp_reset
- db::mcp_search_nodes
- db::mcp_search_nodes_with_limit
- db::mcp_stats
- db::search_fts
- db::select_truths
- db::skill_body
- db::skill_upsert
- db::truth_delete
- db::truth_upsert
- db::upsert_topic
- init::init_workspace
- mcp::handle_tools_call
- mcp::run_server
- normalize::normalize_key
- normalize::slugify
- paths::xdg_dirs
- skills::derive_source_slug
- skills::install_skills_from_dir
- skills::parse_frontmatter
- skills::resolve_selection
Type Aliases
Constants
- constant::ENV_DATABASE_URL
- constant::ENV_OBSERVATION_LIMIT
- constant::PRAGMA_FOREIGN_KEYS_ON
- constant::SCHEMA_CREATE_CHUNKS
- constant::SCHEMA_CREATE_IDX_CHUNKS_TOPIC_ID
- constant::SCHEMA_CREATE_IDX_CHUNKS_VECTOR
- constant::SCHEMA_CREATE_IDX_MCP_OBSERVATIONS
- constant::SCHEMA_CREATE_MCP_ENTITIES
- constant::SCHEMA_CREATE_MCP_OBSERVATIONS
- constant::SCHEMA_CREATE_MCP_OBS_FTS
- constant::SCHEMA_CREATE_MCP_RELATIONS
- constant::SCHEMA_CREATE_MCP_SKILLS
- constant::SCHEMA_CREATE_MCP_TRUTHS
- constant::SCHEMA_CREATE_SESSIONS
- constant::SCHEMA_CREATE_TOPICS
- constant::SCHEMA_CREATE_TOPICS_FTS
- constant::SCHEMA_CREATE_TRIGGER_MCP_OBS_AD
- constant::SCHEMA_CREATE_TRIGGER_MCP_OBS_AI
- constant::SCHEMA_CREATE_TRIGGER_MCP_OBS_AU
- constant::SCHEMA_CREATE_TRIGGER_TOPICS_AD
- constant::SCHEMA_CREATE_TRIGGER_TOPICS_AI
- constant::SCHEMA_CREATE_TRIGGER_TOPICS_AU
- constant::SQL_COUNT_ENTITIES
- constant::SQL_COUNT_OBSERVATIONS
- constant::SQL_COUNT_RELATIONS
- constant::SQL_DELETE_ALL_ENTITIES
- constant::SQL_DELETE_ALL_OBSERVATIONS
- constant::SQL_DELETE_ALL_RELATIONS
- constant::SQL_DELETE_CHUNKS_BY_TOPIC
- constant::SQL_DELETE_ENTITY
- constant::SQL_DELETE_OBSERVATION
- constant::SQL_DELETE_RELATION
- constant::SQL_DELETE_TRUTH
- constant::SQL_EVICT_OBSERVATIONS
- constant::SQL_INSERT_CHUNK
- constant::SQL_INSERT_ENTITY
- constant::SQL_INSERT_OBSERVATION
- constant::SQL_INSERT_RELATION
- constant::SQL_INTEGRITY_CHECK
- constant::SQL_LIST_SKILLS
- constant::SQL_SEARCH_CHUNKS
- constant::SQL_SEARCH_ENTITIES_LIKE
- constant::SQL_SEARCH_FTS
- constant::SQL_SEARCH_OBSERVATIONS_FTS
- constant::SQL_SELECT_ALL_ENTITIES
- constant::SQL_SELECT_ALL_RELATIONS
- constant::SQL_SELECT_ALL_TOPIC_IDS
- constant::SQL_SELECT_ENTITIES_IN_TEMPLATE
- constant::SQL_SELECT_OBSERVATIONS_FOR_ENTITY
- constant::SQL_SELECT_OBSERVATIONS_IN_TEMPLATE
- constant::SQL_SELECT_RELATIONS_IN_TEMPLATE
- constant::SQL_SELECT_SKILL_BODIES_IN_TEMPLATE
- constant::SQL_SELECT_SKILL_BODY
- constant::SQL_SELECT_TRUTHS_FOR_ENTITIES
- constant::SQL_TABLE_EXISTS
- constant::SQL_UPSERT_SKILL
- constant::SQL_UPSERT_TOPIC
- constant::SQL_UPSERT_TRUTH
- constant::SQL_VACUUM_INTO_TEMPLATE
- db::DEFAULT_SEARCH_LIMIT
- paths::ENV_MIKU_HOME