List of all items
Structs
- AppState
- activity::ActivityEntry
- activity::ActivityFilter
- attribution::CreatorInfo
- bm25_supervisor::Bm25Supervisor
- bootstrap::BootstrapResult
- bootstrap::BootstrapTriple
- bootstrap::ScannedFile
- commands::doctor::PalaceAuditEntry
- commands::kg_rebuild::PalaceRebuildSummary
- commands::kuzu_migrate::KuzuEntity
- commands::kuzu_migrate::KuzuRelation
- commands::migrate::ConfigMigrateResult
- discovery::AliasDiscovery
- hook_emit::HookEventPayload
- kg_extract::ExtractInput
- kg_extract::KgExtractConfig
- mcp_service::MemoryMcpService
- messaging::Message
- project_root::ProjectPin
- prompt_facts::PromptFactsCache
- prompt_log::PromptLogConfig
- prompt_log::PromptLogEntry
- prompt_log::PromptLogger
- service::CreateDrawerBody
- service::CreatePalaceBody
- service::DreamStatusPayload
- service::KgAssertBody
- service::KgGraphPayload
- service::ListDrawersQuery
- service::LoadedUserConfig
- service::MemoryService
- service::PalaceInfo
- service::StatusPayload
- tools::Bm25IndexRequest
- tools::MemoryMcpServer
- transport::rpc::JsonRpcError
- transport::rpc::JsonRpcRequest
- transport::rpc::JsonRpcResponse
- web::KnowledgeGapResponse
Enums
- DaemonEvent
- HookType
- InjectionKind
- activity::ActivityLog
- activity::ActivitySource
- attribution::CreatorSource
- commands::doctor::PalaceAuditStatus
- commands::migrate::ConfigMigrateStatus
- commands::migrate::MigrateTarget
- commands::service::ServiceAction
- discovery::DiscoverySource
- service::ServiceError
Functions
- attribution::is_creator_tag
- attribution::session_tag_from_tags
- bind_dynamic_port
- bootstrap::bootstrap_palace
- bootstrap::is_kg_empty_for_subject
- bootstrap::result_to_json
- bootstrap::scan_project
- commands::doctor::audit_palaces
- commands::doctor::handle_doctor
- commands::doctor::handle_doctor_fix_palaces
- commands::inbox_check::handle_inbox_check
- commands::kg_rebuild::handle_kg_rebuild
- commands::kg_rebuild::rebuild_palaces
- commands::kuzu_migrate::discover_schema
- commands::kuzu_migrate::entity_to_drawer
- commands::kuzu_migrate::entity_uuid
- commands::kuzu_migrate::handle_kuzu_data_migrate
- commands::kuzu_migrate::read_entities
- commands::kuzu_migrate::read_relations
- commands::kuzu_migrate::relation_to_triple
- commands::link::handle_link
- commands::link::resolve_link_root
- commands::migrate::handle_migrate
- commands::migrate::migrate_config_file
- commands::migrations::migrate_default_palace_name
- commands::monitor::handle_palaces
- commands::monitor::handle_status
- commands::note::handle_note
- commands::prompt_context::handle_prompt_context
- commands::send_message::handle_send_message
- commands::service::handle_service
- commands::setup::handle_setup
- commands::start::handle_start
- commands::stop::handle_stop
- discovery::discover_project_aliases
- handle_message
- hook_emit::post_hook_event
- hook_prompt_excerpt
- http_addr_path
- kg_extract::drawer_subject
- kg_extract::extract_triples
- kg_extract::extract_triples_with_config
- messaging::build_message_tags
- messaging::cwd_palace_slug
- messaging::cwd_palace_slug_at
- messaging::list_messages
- messaging::list_unread_messages
- messaging::mark_message_read
- messaging::send_message_to_palace
- messaging::slugify_for_palace
- messaging::slugify_string
- openrpc::build_discover_response
- openrpc::scopes_for_tool
- project_root::find_project_root
- project_root::project_slug
- project_root::project_slug_at
- project_root::project_slug_from_basename
- project_root::read_project_pin
- project_root::validate_palace_name
- project_root::write_project_pin
- prompt_facts::build_prompt_context
- prompt_facts::gather_hot_triples
- prompt_facts::is_hot_predicate
- prompt_facts::rebuild_prompt_cache
- resolve_palace_registry_dir
- run_http
- run_http_dynamic
- run_http_on
- service::drawer_content_preview
- service::drawer_snippet
- service::enrich_gap_exploration
- service::load_user_config
- service::palace_info_from
- service::recall_entry_json
- service::refresh_gaps_cache
- service::service_result_to_anyhow
- tools::dispatch_tool
- tools::spawn_bm25_index_worker
- tools::tool_definitions
- tools::tool_definitions_with
- transport::rpc::dispatch
- transport::uds::bind_uds
- transport::uds::clean_stale_socket
- transport::uds::run_uds
- transport::uds::socket_path
- transport::uds::socket_path_for
- transport::uds::write_uds_addr_file
- web::router
Type Aliases
Constants
- DEFAULT_HTTP_PORT
- HOOK_PROMPT_EXCERPT_CHARS
- activity::ACTIVITY_DB_FILENAME
- activity::MAX_ENTRIES
- attribution::CLI_CLIENT_NAME
- attribution::CREATOR_CLIENT_PREFIX
- attribution::CREATOR_CWD_PREFIX
- attribution::CREATOR_SESSION_PREFIX
- attribution::CREATOR_SOURCE_PREFIX
- attribution::CREATOR_VERSION_PREFIX
- attribution::HOOK_CLIENT_NAME
- attribution::HTTP_DEFAULT_CLIENT
- attribution::MCP_CLIENT_NAME
- attribution::X_TRUSTY_CLIENT_CWD
- attribution::X_TRUSTY_CLIENT_NAME
- bm25_supervisor::ENV_EXTERNAL_BM25
- bootstrap::KG_EMPTY_HINT
- commands::kuzu_migrate::ENTITIES_TABLE
- commands::kuzu_migrate::RELATIONS_TABLE
- commands::prompt_context::ENV_RECALL_DENY_TAGS
- commands::prompt_context::ENV_TOP_K
- hook_emit::HOOK_EVENT_PATH
- kg_extract::AUTO_CONFIDENCE
- kg_extract::AUTO_PROVENANCE
- kg_extract::DEFAULT_DENY_TAGS
- kg_extract::DRAWER_SUBJECT_PREFIX
- kg_extract::ROOM_SUBJECT_PREFIX
- kg_extract::TAG_SUBJECT_PREFIX
- kg_extract::TOPIC_SUBJECT_PREFIX
- messaging::MSG_MARKER_TAG
- messaging::TAG_FROM_PREFIX
- messaging::TAG_PURPOSE_PREFIX
- messaging::TAG_READ_PREFIX
- messaging::TAG_SENT_AT_PREFIX
- messaging::TAG_TO_PREFIX
- project_root::PERSONAL_PALACE
- project_root::PIN_FILE_REL
- project_root::PIN_SCHEMA_VERSION
- project_root::PROJECT_MARKERS
- project_root::TRUSTY_TOOLS_DIR
- prompt_facts::HOT_PREDICATES
- prompt_log::DEFAULT_MAX_BYTES
- prompt_log::DEFAULT_RETENTION_DAYS
- prompt_log::ENV_DIR
- prompt_log::ENV_ENABLED
- prompt_log::ENV_HASH_PROMPTS
- prompt_log::ENV_MAX_BYTES
- prompt_log::ENV_RETENTION_DAYS
- service::DRAWER_PREVIEW_MAX_CHARS
- service::DRAWER_SNIPPET_MAX_CHARS
- tools::BM25_INDEX_QUEUE_CAPACITY
- transport::rpc::error_codes::INTERNAL_ERROR
- transport::rpc::error_codes::INVALID_PARAMS
- transport::rpc::error_codes::INVALID_REQUEST
- transport::rpc::error_codes::METHOD_NOT_FOUND
- transport::rpc::error_codes::PARSE_ERROR
- transport::uds::SOCKET_FILE_NAME
- transport::uds::UDS_ADDR_FILE