Files
hermes-agent/compat_manifest.json
teknium1 4cbf862abe chore(memory): remove the bundled hindsight provider (moved to the plugin catalog)
Hindsight now ships from its maintainer's repo (vectorize-io/hindsight,
hindsight-integrations/hermes) through plugin-catalog/hindsight.yaml, so the
in-tree copy under plugins/memory/hindsight goes away. Homes that still name
`memory.provider: hindsight` are migrated by hermes_cli/memory_provider_migration.py
(the `hermes update` hook and the first agent start install the catalog plugin);
that path is untouched here.

Core-side special cases that only made sense with the bundled copy go with it:
the `memory.hindsight` LAZY_DEPS feature, `_provider_pip_dependencies`'s
`hindsight-all` expansion in `hermes memory setup` (the plugin's own
`_ensure_local_runtime()` installs the embedded runtime now), the compat-manifest
pointers of the deleted module, and prose that listed hindsight among the in-tree
providers. Generic provider-name lists, the HINDSIGHT_* env hints and the API-key
redaction pattern stay — a catalog-installed hindsight still uses them.

Revert this commit alone to restore the bundled provider.
2026-09-23 01:16:41 -07:00

12516 lines
282 KiB
JSON

{
"schema": 1,
"note": "Plugin-compat pointers kept for external plugins; removed on schedule by reverting the commit that added them. scripts/check_compat_pointers.py forbids in-tree use.",
"entries": [
{
"facade": "acp_adapter.auth",
"name": "has_provider",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "acp_adapter.edit_approval",
"name": "FutureTimeout",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "acp_adapter.edit_approval",
"name": "clear_edit_approval_requester",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "acp_adapter.edit_approval",
"name": "get_edit_approval_requester",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "acp_adapter.events",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "acp_adapter.server",
"name": "ACP_MAX_MODELS_PER_PROVIDER",
"kind": "moved-lazy",
"target": "acp_adapter.model_catalog"
},
{
"facade": "acp_adapter.server",
"name": "AgentThoughtChunk",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "AudioContentBlock",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "AvailableCommand",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "AvailableCommandsUpdate",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "BlobResourceContents",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "EmbeddedResourceContentBlock",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "ImageContentBlock",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "acp_adapter.server",
"name": "ResourceContentBlock",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "TextResourceContents",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "UnstructuredCommandInput",
"kind": "import",
"target": "acp.schema"
},
{
"facade": "acp_adapter.server",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "acp_adapter.server",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "acp_adapter.server",
"name": "unquote",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "acp_adapter.server",
"name": "urlparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "acp_adapter.session",
"name": "Lock",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.agent_init",
"name": "ToolGuardrailDecision",
"kind": "moved-lazy",
"target": "agent.tool_guardrails"
},
{
"facade": "agent.agent_runtime_helpers",
"name": "agent_runtime_owns_post_tool_hook",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.agent_runtime_helpers",
"name": "intent_ack_continuation_enabled",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.anthropic_adapter",
"name": "CredentialPersistError",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "agent.anthropic_adapter",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.anthropic_adapter",
"name": "base_url_host_matches",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "agent.anthropic_adapter",
"name": "base_url_hostname",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "agent.anthropic_adapter",
"name": "claude_code_credentials_path",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "agent.anthropic_adapter",
"name": "get_hermes_home",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.anthropic_adapter",
"name": "is_claude_code_token_valid",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "is_rotation_consumed_uncommitted",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "agent.anthropic_adapter",
"name": "mark_rotation_consumed_uncommitted",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "agent.anthropic_adapter",
"name": "platform",
"kind": "import",
"target": "platform"
},
{
"facade": "agent.anthropic_adapter",
"name": "read_claude_code_credentials",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "read_hermes_oauth_credentials",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "refresh_anthropic_oauth_pure",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "resolve_anthropic_token",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "run_hermes_oauth_login_pure",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "run_oauth_setup_token",
"kind": "moved-lazy",
"target": "agent.anthropic_credentials"
},
{
"facade": "agent.anthropic_adapter",
"name": "secrets",
"kind": "import",
"target": "secrets"
},
{
"facade": "agent.anthropic_adapter",
"name": "stat",
"kind": "import",
"target": "stat"
},
{
"facade": "agent.anthropic_adapter",
"name": "urlparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "agent.aux_accounting",
"name": "get_accounting_context",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.auxiliary_client",
"name": "NOUS_EXTRA_BODY",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.auxiliary_client",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "agent.auxiliary_client",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "agent.auxiliary_client",
"name": "get_async_text_auxiliary_client",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.backend_identity",
"name": "_REASON_SCOPES",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of classify_failure_scope)"
},
{
"facade": "agent.backend_identity",
"name": "classify_failure_scope",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.background_review",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "agent.background_review",
"name": "is_background_review_enabled",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bedrock_adapter",
"name": "CONTEXT_OVERFLOW_PATTERNS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bedrock_adapter",
"name": "OVERLOAD_PATTERNS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bedrock_adapter",
"name": "THROTTLE_PATTERNS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bedrock_adapter",
"name": "call_converse_stream",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bedrock_adapter",
"name": "is_context_overflow_error",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of classify_bedrock_error)"
},
{
"facade": "agent.bedrock_adapter",
"name": "classify_bedrock_error",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bedrock_adapter",
"name": "is_context_overflow_error",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.bounded_response",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.bounded_response",
"name": "read_error_body_or_default",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.browser_provider",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.browser_provider",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.browser_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.browser_registry",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.browser_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.browser_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.codex_runtime",
"name": "run_codex_create_stream_fallback",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.coding_context",
"name": "coding_system_blocks",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.coding_context",
"name": "_PROFILES",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of get_profile)"
},
{
"facade": "agent.coding_context",
"name": "get_profile",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.context_compressor",
"name": "tool_result_id_variants",
"kind": "moved-lazy",
"target": "agent.message_sanitization"
},
{
"facade": "agent.conversation_compression",
"name": "CompressionExecutorSaturatedError",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.conversation_loop",
"name": "COMPRESSION_RETRY_CONTEXT_REDUCED_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "COMPRESSION_RETRY_MESSAGES_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "COMPRESSION_RETRY_TOKENS_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "COMPRESSION_RETRY_TOO_LARGE_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "FailoverReason",
"kind": "moved-lazy",
"target": "agent.error_classifier"
},
{
"facade": "agent.conversation_loop",
"name": "KawaiiSpinner",
"kind": "moved-lazy",
"target": "agent.display"
},
{
"facade": "agent.conversation_loop",
"name": "PARTIAL_STREAM_STUB_ID",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.conversation_loop",
"name": "PRE_API_COMPRESSION_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "adaptive_rate_limit_backoff",
"kind": "moved-lazy",
"target": "agent.retry_utils"
},
{
"facade": "agent.conversation_loop",
"name": "anchored_context_tokens",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "automatic_compaction_status_message",
"kind": "moved-lazy",
"target": "agent.context_engine"
},
{
"facade": "agent.conversation_loop",
"name": "capture_usage_anchor",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "classify_api_error",
"kind": "moved-lazy",
"target": "agent.error_classifier"
},
{
"facade": "agent.conversation_loop",
"name": "close_interrupted_tool_sequence",
"kind": "moved-lazy",
"target": "agent.message_sanitization"
},
{
"facade": "agent.conversation_loop",
"name": "coalesce_tool_call_id",
"kind": "moved-lazy",
"target": "agent.message_sanitization"
},
{
"facade": "agent.conversation_loop",
"name": "compose_user_api_content",
"kind": "moved-lazy",
"target": "agent.turn_context"
},
{
"facade": "agent.conversation_loop",
"name": "compression_blocked_transiently",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "compression_skipped_due_to_lock",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "context_compression_timed_out",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "conversation_history_after_compression",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.conversation_loop",
"name": "env_var_enabled",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "agent.conversation_loop",
"name": "estimate_messages_tokens_rough",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "estimate_request_tokens_rough",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "estimate_usage_cost",
"kind": "moved-lazy",
"target": "agent.usage_pricing"
},
{
"facade": "agent.conversation_loop",
"name": "get_context_length_from_provider_error",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "has_incomplete_scratchpad",
"kind": "moved-lazy",
"target": "agent.trajectory"
},
{
"facade": "agent.conversation_loop",
"name": "is_output_cap_error",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "is_repetition_dominated",
"kind": "moved-lazy",
"target": "agent.repetition_guard"
},
{
"facade": "agent.conversation_loop",
"name": "is_zai_coding_overload_error",
"kind": "moved-lazy",
"target": "agent.retry_utils"
},
{
"facade": "agent.conversation_loop",
"name": "jittered_backoff",
"kind": "moved-lazy",
"target": "agent.retry_utils"
},
{
"facade": "agent.conversation_loop",
"name": "normalize_usage",
"kind": "moved-lazy",
"target": "agent.usage_pricing"
},
{
"facade": "agent.conversation_loop",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "agent.conversation_loop",
"name": "parse_available_output_tokens_from_error",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "random",
"kind": "import",
"target": "random"
},
{
"facade": "agent.conversation_loop",
"name": "reanchor_current_turn_user_idx",
"kind": "moved-lazy",
"target": "agent.turn_context"
},
{
"facade": "agent.conversation_loop",
"name": "save_context_length",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "agent.conversation_loop",
"name": "serialized_messages_bytes",
"kind": "moved-lazy",
"target": "agent.message_sanitization"
},
{
"facade": "agent.conversation_loop",
"name": "splice_provider_projection",
"kind": "moved-lazy",
"target": "agent.provider_projection"
},
{
"facade": "agent.conversation_loop",
"name": "ssl",
"kind": "import",
"target": "ssl"
},
{
"facade": "agent.conversation_loop",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "agent.conversation_loop",
"name": "zai_coding_overload_retry_ceiling",
"kind": "moved-lazy",
"target": "agent.retry_utils"
},
{
"facade": "agent.credential_sources",
"name": "register",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.display",
"name": "get_friendly_tool_labels",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.error_surface",
"name": "LAYER_RUNTIME",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.estop",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "agent.file_safety",
"name": "PROFILE_SCOPED_AREAS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.file_safety",
"name": "classify_cross_profile_target",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.file_safety",
"name": "get_cross_profile_warning",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.image_gen_provider",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "agent.image_gen_provider",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "agent.image_gen_provider",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "agent.image_gen_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.image_gen_registry",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.image_gen_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.image_gen_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.learning_graph_render",
"name": "Grid",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.learning_graph_render",
"name": "Run",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.lsp.eventlog",
"name": "_announced_no_server",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of log_no_server_configured)"
},
{
"facade": "agent.lsp.eventlog",
"name": "_announce_once",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of log_no_server_configured)"
},
{
"facade": "agent.lsp.eventlog",
"name": "log_no_server_configured",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.lsp.protocol",
"name": "ERROR_REQUEST_CANCELLED",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.monitoring.cron_health",
"name": "GatewayHealthSnapshot",
"kind": "moved-lazy",
"target": "agent.monitoring.gateway_health"
},
{
"facade": "agent.monitoring.cron_health",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "agent.monitoring.emitter",
"name": "TelemetryEmitter",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.monitoring.gateway_health",
"name": "redact_gateway_message",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.monitoring.gateway_health_export",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "agent.nous_rate_guard",
"name": "atomic_replace",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "agent.nous_rate_guard",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "agent.outbound_webhooks",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "agent.outbound_webhooks",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "agent.outbound_webhooks",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "agent.pet.generate.atlas",
"name": "COLUMNS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.pet.generate.atlas",
"name": "FRAME_COUNTS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.pet.generate.atlas",
"name": "ROWS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.pet.generate.atlas",
"name": "io",
"kind": "restored-import",
"target": "io"
},
{
"facade": "agent.pet.generate.atlas",
"name": "atlas_to_webp_bytes",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.pet.generate.atlas",
"name": "io",
"kind": "import",
"target": "io"
},
{
"facade": "agent.prompt_builder",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.prompt_builder",
"name": "org_id_of_path",
"kind": "moved-lazy",
"target": "agent.skill_utils"
},
{
"facade": "agent.prompt_cache_boundary",
"name": "clear_stable_prefixes",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.proxy_sources.iron_proxy",
"name": "stat",
"kind": "import",
"target": "stat"
},
{
"facade": "agent.reasoning_effort",
"name": "CODEX_RESPONSES_EFFORTS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_llm",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "agent.relay_runtime",
"name": "auto",
"kind": "import",
"target": "enum"
},
{
"facade": "agent.relay_runtime",
"name": "emit_mark",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_runtime",
"name": "ensure_session",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_runtime",
"name": "get_host",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_runtime",
"name": "get_session_handle",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_runtime",
"name": "run_in_session",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_runtime",
"name": "run_in_session_async",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.relay_tools",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "agent.relay_tools",
"name": "inspect",
"kind": "import",
"target": "inspect"
},
{
"facade": "agent.review_idle_queue",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.secret_sources._cache",
"name": "FetchResult",
"kind": "moved-lazy",
"target": "agent.secret_sources.base"
},
{
"facade": "agent.secret_sources._cache",
"name": "is_valid_env_name",
"kind": "moved-lazy",
"target": "agent.secret_sources.base"
},
{
"facade": "agent.secret_sources.bitwarden",
"name": "DiskCache",
"kind": "moved-lazy",
"target": "agent.secret_sources._cache"
},
{
"facade": "agent.secret_sources.bitwarden",
"name": "apply_bitwarden_secrets",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.secret_sources.bitwarden",
"name": "stat",
"kind": "import",
"target": "stat"
},
{
"facade": "agent.secret_sources.command",
"name": "apply_command_secrets",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.secret_sources.command",
"name": "parse_secret_output",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of get_command_secret)"
},
{
"facade": "agent.secret_sources.command",
"name": "get_command_secret",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.secret_sources.command",
"name": "get_source_environment",
"kind": "moved-lazy",
"target": "agent.secret_sources.base"
},
{
"facade": "agent.secret_sources.command",
"name": "list_command_secrets",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.secret_sources.command",
"name": "parse_secret_output",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.secret_sources.onepassword",
"name": "DiskCache",
"kind": "moved-lazy",
"target": "agent.secret_sources._cache"
},
{
"facade": "agent.secret_sources.onepassword",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "agent.shell_hooks",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "agent.skill_bundles",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "agent.skill_utils",
"name": "get_scan_ordered_skills_dirs",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.ssl_guard",
"name": "verify_ca_bundle_with_fallback",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.system_prompt",
"name": "OPENAI_MODEL_EXECUTION_GUIDANCE",
"kind": "moved-lazy",
"target": "agent.prompt_builder"
},
{
"facade": "agent.terminal_env_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.terminal_env_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.terminal_env_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.transcript_repair",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transcription_provider",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transcription_provider",
"name": "logger",
"kind": "moved-lazy",
"target": "agent.i18n"
},
{
"facade": "agent.transcription_provider",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "agent.transcription_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transcription_registry",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transcription_registry",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transcription_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.transcription_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.transports.chat_completions",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transports.codex",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transports.codex",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transports.codex",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.transports.codex_app_server",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "agent.transports.codex_app_server",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "agent.tts_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.tts_registry",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.tts_registry",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.tts_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.tts_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.turn_context",
"name": "IDLE_COMPACTION_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.turn_context",
"name": "PREFLIGHT_COMPRESSION_STATUS_TEMPLATE",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.turn_context",
"name": "automatic_compaction_status_message",
"kind": "moved-lazy",
"target": "agent.context_engine"
},
{
"facade": "agent.turn_context",
"name": "compression_skipped_due_to_lock",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.turn_context",
"name": "conversation_history_after_compression",
"kind": "moved-lazy",
"target": "agent.conversation_compression"
},
{
"facade": "agent.turn_retry_state",
"name": "fields",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "agent.usage_pricing",
"name": "DEFAULT_PRICING",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "agent.video_gen_provider",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "agent.video_gen_provider",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "agent.video_gen_provider",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "agent.video_gen_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.video_gen_registry",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.video_gen_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.video_gen_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "agent.web_search_provider",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.web_search_registry",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.web_search_registry",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "agent.web_search_registry",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "agent.web_search_registry",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "cli",
"name": "AIAgent",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "cli",
"name": "CanonicalUsage",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "cli",
"name": "CompletionsMenu",
"kind": "import",
"target": "prompt_toolkit.layout.menus"
},
{
"facade": "cli",
"name": "Condition",
"kind": "import",
"target": "prompt_toolkit.filters"
},
{
"facade": "cli",
"name": "ConditionalContainer",
"kind": "import",
"target": "prompt_toolkit.layout"
},
{
"facade": "cli",
"name": "ConditionalProcessor",
"kind": "import",
"target": "prompt_toolkit.layout.processors"
},
{
"facade": "cli",
"name": "DEFAULT_BROWSER_CDP_URL",
"kind": "moved-lazy",
"target": "hermes_cli.browser_connect"
},
{
"facade": "cli",
"name": "Dimension",
"kind": "import",
"target": "prompt_toolkit.layout.dimension"
},
{
"facade": "cli",
"name": "FileHistory",
"kind": "import",
"target": "prompt_toolkit.history"
},
{
"facade": "cli",
"name": "FormattedTextControl",
"kind": "import",
"target": "prompt_toolkit.layout"
},
{
"facade": "cli",
"name": "HERMES_AGENT_LOGO",
"kind": "moved-lazy",
"target": "hermes_cli.banner"
},
{
"facade": "cli",
"name": "HERMES_CADUCEUS",
"kind": "moved-lazy",
"target": "hermes_cli.banner"
},
{
"facade": "cli",
"name": "HSplit",
"kind": "import",
"target": "prompt_toolkit.layout"
},
{
"facade": "cli",
"name": "KeyBindings",
"kind": "import",
"target": "prompt_toolkit.key_binding"
},
{
"facade": "cli",
"name": "Layout",
"kind": "import",
"target": "prompt_toolkit.layout"
},
{
"facade": "cli",
"name": "PTStyle",
"kind": "import",
"target": "prompt_toolkit.styles"
},
{
"facade": "cli",
"name": "Panel",
"kind": "import",
"target": "rich.panel"
},
{
"facade": "cli",
"name": "PasswordProcessor",
"kind": "import",
"target": "prompt_toolkit.layout.processors"
},
{
"facade": "cli",
"name": "Processor",
"kind": "import",
"target": "prompt_toolkit.layout.processors"
},
{
"facade": "cli",
"name": "SlashCommandAutoSuggest",
"kind": "moved-lazy",
"target": "hermes_cli.commands_completion"
},
{
"facade": "cli",
"name": "SlashCommandCompleter",
"kind": "moved-lazy",
"target": "hermes_cli.commands_completion"
},
{
"facade": "cli",
"name": "TextArea",
"kind": "import",
"target": "prompt_toolkit.widgets"
},
{
"facade": "cli",
"name": "Transformation",
"kind": "import",
"target": "prompt_toolkit.layout.processors"
},
{
"facade": "cli",
"name": "Window",
"kind": "import",
"target": "prompt_toolkit.layout"
},
{
"facade": "cli",
"name": "WindowAlign",
"kind": "import",
"target": "prompt_toolkit.layout"
},
{
"facade": "cli",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "cli",
"name": "build_welcome_banner",
"kind": "moved-lazy",
"target": "hermes_cli.banner"
},
{
"facade": "cli",
"name": "concurrent",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "cli",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "cli",
"name": "display_hermes_home",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "cli",
"name": "estimate_usage_cost",
"kind": "moved-lazy",
"target": "agent.usage_pricing"
},
{
"facade": "cli",
"name": "get_all_toolsets",
"kind": "moved-lazy",
"target": "toolsets"
},
{
"facade": "cli",
"name": "get_job",
"kind": "moved-lazy",
"target": "cron.jobs"
},
{
"facade": "cli",
"name": "get_toolset_for_tool",
"kind": "moved-lazy",
"target": "model_tools"
},
{
"facade": "cli",
"name": "get_toolset_info",
"kind": "moved-lazy",
"target": "toolsets"
},
{
"facade": "cli",
"name": "init_skin_from_config",
"kind": "moved-lazy",
"target": "hermes_cli.skin_engine"
},
{
"facade": "cli",
"name": "is_browser_debug_ready",
"kind": "moved-lazy",
"target": "hermes_cli.browser_connect"
},
{
"facade": "cli",
"name": "is_table_divider",
"kind": "moved-lazy",
"target": "agent.markdown_tables"
},
{
"facade": "cli",
"name": "looks_like_table_row",
"kind": "moved-lazy",
"target": "agent.markdown_tables"
},
{
"facade": "cli",
"name": "manual_chrome_debug_command",
"kind": "moved-lazy",
"target": "hermes_cli.browser_connect"
},
{
"facade": "cli",
"name": "print_config_warnings",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "cli",
"name": "prompt_for_secret",
"kind": "moved-lazy",
"target": "hermes_cli.callbacks"
},
{
"facade": "cli",
"name": "rich_box",
"kind": "import",
"target": "rich"
},
{
"facade": "cli",
"name": "set_friendly_tool_labels",
"kind": "moved-lazy",
"target": "agent.display"
},
{
"facade": "cli",
"name": "set_tool_preview_max_len",
"kind": "moved-lazy",
"target": "agent.display"
},
{
"facade": "cli",
"name": "setup_logging",
"kind": "moved-lazy",
"target": "hermes_logging"
},
{
"facade": "cli",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "cron.jobs",
"name": "clear_drift_alerted",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "cron.scheduler",
"name": "BOT_CHAT_PLATFORM",
"kind": "moved-lazy",
"target": "cron.scheduler_delivery"
},
{
"facade": "cron.scheduler",
"name": "SharedRouteAdapters",
"kind": "moved-lazy",
"target": "cron.scheduler_preflight"
},
{
"facade": "cron.scheduler",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "cron.scheduler",
"name": "cron_delivery_targets",
"kind": "moved-lazy",
"target": "cron.scheduler_delivery"
},
{
"facade": "cron.scheduler",
"name": "parse_bot_chat_deliver_token",
"kind": "moved-lazy",
"target": "cron.scheduler_delivery"
},
{
"facade": "cron.scheduler",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "cron.scheduler",
"name": "signal",
"kind": "import",
"target": "signal"
},
{
"facade": "cron.scheduler_provider",
"name": "provider_supports_fire_cancel",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.browser_control_artifacts",
"name": "ArtifactOverwrite",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.browser_control_broker",
"name": "BROWSER_CONTROL_ALL_CAPABILITIES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.config",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "gateway.delivery_ledger",
"name": "json",
"kind": "restored-import",
"target": "json"
},
{
"facade": "gateway.delivery_ledger",
"name": "debug_rows",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.delivery_ledger",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "gateway.disk_status",
"name": "logger",
"kind": "moved-lazy",
"target": "gateway.run"
},
{
"facade": "gateway.disk_status",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "gateway.hosted_room_discussion",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "gateway.hosted_room_driver",
"name": "Iterator",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.hosted_room_driver",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "gateway.hosted_room_driver",
"name": "contextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "gateway.hosted_room_driver",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "gateway.hosted_room_execution_policy",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "gateway.hosted_room_execution_policy",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "gateway.hosted_room_peer",
"name": "RoomLinkProbe",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.hosted_room_peer",
"name": "_LINK_PRIORITY",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of select_room_link)"
},
{
"facade": "gateway.hosted_room_peer",
"name": "RoomLinkProbe",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of select_room_link)"
},
{
"facade": "gateway.hosted_room_peer",
"name": "select_room_link",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.hosted_room_peer",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "gateway.hosted_room_replicas",
"name": "MAX_EVENT_JSON_BYTES",
"kind": "moved-lazy",
"target": "gateway.hosted_rooms"
},
{
"facade": "gateway.hosted_room_replicas",
"name": "MAX_ROOM_ID_CHARS",
"kind": "moved-lazy",
"target": "gateway.hosted_rooms"
},
{
"facade": "gateway.hosted_room_replicas",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "gateway.hosted_room_replicas",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "gateway.hosted_rooms",
"name": "Iterator",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.hosted_rooms",
"name": "NoReturn",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.hosted_rooms",
"name": "contextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "gateway.hosted_rooms",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "gateway.kanban_watchers",
"name": "Callable",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.kanban_watchers",
"name": "Context",
"kind": "import",
"target": "contextvars"
},
{
"facade": "gateway.kanban_watchers",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "gateway.kanban_watchers",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "gateway.kanban_watchers",
"name": "sqlite3",
"kind": "import",
"target": "sqlite3"
},
{
"facade": "gateway.kanban_watchers",
"name": "t",
"kind": "moved-lazy",
"target": "agent.i18n"
},
{
"facade": "gateway.memory_status",
"name": "logger",
"kind": "moved-lazy",
"target": "gateway.run"
},
{
"facade": "gateway.memory_status",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "gateway.platforms.helpers",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.platforms.helpers",
"name": "TYPE_CHECKING",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.platforms.helpers",
"name": "asyncio",
"kind": "restored-import",
"target": "asyncio"
},
{
"facade": "gateway.platforms.helpers",
"name": "TextBatchAggregator",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.helpers",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "gateway.platforms.qqbot.adapter",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "gateway.platforms.qqbot.adapter",
"name": "mimetypes",
"kind": "import",
"target": "mimetypes"
},
{
"facade": "gateway.platforms.qqbot.chunked_upload",
"name": "ApiRequestFn",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.qqbot.chunked_upload",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.platforms.qqbot.chunked_upload",
"name": "functools",
"kind": "import",
"target": "functools"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "logging",
"kind": "restored-import",
"target": "logging"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "Callable",
"kind": "restored-import",
"target": "typing"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "Awaitable",
"kind": "restored-import",
"target": "typing"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "logger",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of ApprovalSender)"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "PostMessageFn",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of ApprovalSender)"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "ApprovalSender",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "Awaitable",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "Callable",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "PostMessageFn",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "logger",
"kind": "moved-lazy",
"target": "gateway.platforms.qqbot.adapter"
},
{
"facade": "gateway.platforms.qqbot.keyboards",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "gateway.platforms.signal",
"name": "DEFAULT_EXT_TO_MIME",
"kind": "moved-lazy",
"target": "gateway.platforms.media_cache"
},
{
"facade": "gateway.platforms.signal",
"name": "TYPING_INTERVAL",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.weixin",
"name": "MSG_TYPE_USER",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.weixin",
"name": "struct",
"kind": "import",
"target": "struct"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "AUTH_FAILED_CODES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "AUTH_RETRYABLE_CODES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "FileUrlHandler",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "GroupQueryService",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "REPLY_REF_TTL_S",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "get_active_adapter",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao",
"name": "send_yuanbao_direct",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao_media",
"name": "COS_USE_ACCELERATE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "DEBUG_MODE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "_encode_forward_multimedia",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of encode_forward_msg_data)"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "_encode_forward_msg_content",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of encode_forward_msg_data)"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "_encode_forward_msg",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of encode_forward_msg_data)"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "encode_forward_msg_data",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "logger",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "gateway.platforms.yuanbao_proto",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "gateway.relay",
"name": "relay_bot_username",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.relay.adapter",
"name": "cast",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.relay.auth",
"name": "DELIVERY_SIG_HEADER",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.relay.auth",
"name": "DELIVERY_TS_HEADER",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.relay.auth",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.relay.auth",
"name": "Sequence",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.relay.auth",
"name": "_DEFAULT_MAX_SKEW_SECONDS",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of verify_delivery_signature)"
},
{
"facade": "gateway.relay.auth",
"name": "_hmac_hex",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of verify_delivery_signature)"
},
{
"facade": "gateway.relay.auth",
"name": "verify_signature",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of verify_delivery_signature)"
},
{
"facade": "gateway.relay.auth",
"name": "_delivery_payload",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of verify_delivery_signature)"
},
{
"facade": "gateway.relay.auth",
"name": "verify_delivery_signature",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.relay.auth",
"name": "verify_signature",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.relay.auth",
"name": "verify_token",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.response_filters",
"name": "SILENT_REPLY_TOKEN",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.restart_loop_guard",
"name": "is_restart_loop_tripped",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.run",
"name": "Awaitable",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.run",
"name": "Context",
"kind": "import",
"target": "contextvars"
},
{
"facade": "gateway.run",
"name": "DEFAULT_GATEWAY_POST_INTERRUPT_GRACE_TIMEOUT",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "DEFAULT_HEARTBEAT_INTERVAL_S",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "DEFAULT_LEASE_WAIT",
"kind": "moved-lazy",
"target": "gateway.turn_lease"
},
{
"facade": "gateway.run",
"name": "DEFAULT_LOOP_WATCHDOG_INTERVAL_S",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "DEFAULT_LOOP_WATCHDOG_MAX_STRIKES",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "DEFAULT_LOOP_WATCHDOG_TIMEOUT_S",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "EphemeralReply",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "gateway.run",
"name": "GATEWAY_FATAL_CONFIG_EXIT_CODE",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "GATEWAY_SERVICE_RESTART_EXIT_CODE",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "SessionEntry",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.run",
"name": "TranscriptReadError",
"kind": "moved-lazy",
"target": "gateway.session_transcript"
},
{
"facade": "gateway.run",
"name": "TurnContext",
"kind": "moved-lazy",
"target": "gateway.turn_context"
},
{
"facade": "gateway.run",
"name": "TurnLeaseTimeoutError",
"kind": "moved-lazy",
"target": "gateway.turn_lease"
},
{
"facade": "gateway.run",
"name": "TurnRunner",
"kind": "moved-lazy",
"target": "gateway.run_turn_runner"
},
{
"facade": "gateway.run",
"name": "Union",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.run",
"name": "arm_shutdown_watchdog",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "atomic_json_write",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "gateway.run",
"name": "base_url_hostname",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "gateway.run",
"name": "build_auto_tts_output_path",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "gateway.run",
"name": "build_channel_continuity_note",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.run",
"name": "build_session_context",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.run",
"name": "build_session_context_prompt",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.run",
"name": "consume_detached_task_result",
"kind": "moved-lazy",
"target": "agent.async_utils"
},
{
"facade": "gateway.run",
"name": "faulthandler",
"kind": "import",
"target": "faulthandler"
},
{
"facade": "gateway.run",
"name": "functools",
"kind": "import",
"target": "functools"
},
{
"facade": "gateway.run",
"name": "inspect",
"kind": "import",
"target": "inspect"
},
{
"facade": "gateway.run",
"name": "is_global_startup_conflict",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "is_shared_multi_user_session",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.run",
"name": "is_truthy_value",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "gateway.run",
"name": "load_dotenv",
"kind": "import",
"target": "dotenv"
},
{
"facade": "gateway.run",
"name": "looks_like_telegram_private_chat_id",
"kind": "moved-lazy",
"target": "gateway.delivery"
},
{
"facade": "gateway.run",
"name": "loop_heartbeat_forever",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "merge_pending_message_event",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "gateway.run",
"name": "neutralize_untrusted_inline_text",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.run",
"name": "parse_cron_drain_timeout",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "parse_restart_after_turn_timeout",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "parse_restart_drain_timeout",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "parse_signal_interrupt_grace_timeout",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "project_compaction_message_for_display",
"kind": "moved-lazy",
"target": "agent.compaction_display"
},
{
"facade": "gateway.run",
"name": "queue",
"kind": "import",
"target": "queue"
},
{
"facade": "gateway.run",
"name": "repair_explicit_computer_use_media_paths",
"kind": "moved-lazy",
"target": "gateway.media_repair"
},
{
"facade": "gateway.run",
"name": "resolve_cron_drain_budget",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "gateway.run",
"name": "resolve_delivery_transport",
"kind": "moved-lazy",
"target": "gateway.delivery"
},
{
"facade": "gateway.run",
"name": "resolve_shutdown_watchdog_delay",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "start_loop_liveness_watchdog",
"kind": "moved-lazy",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "gateway.run",
"name": "t",
"kind": "moved-lazy",
"target": "agent.i18n"
},
{
"facade": "gateway.run",
"name": "timedelta",
"kind": "import",
"target": "datetime"
},
{
"facade": "gateway.run",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "gateway.run",
"name": "utf16_len",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "gateway.session",
"name": "SessionResetPolicy",
"kind": "moved-lazy",
"target": "gateway.config"
},
{
"facade": "gateway.session",
"name": "TranscriptReadError",
"kind": "moved-lazy",
"target": "gateway.session_transcript"
},
{
"facade": "gateway.session",
"name": "atomic_replace",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "gateway.session",
"name": "auto_continue_freshness_window",
"kind": "moved-lazy",
"target": "gateway.session_lifecycle"
},
{
"facade": "gateway.session",
"name": "extract_api_content_sidecar",
"kind": "moved-lazy",
"target": "agent.turn_context"
},
{
"facade": "gateway.session",
"name": "normalize_whatsapp_identifier",
"kind": "moved-lazy",
"target": "gateway.whatsapp_identity"
},
{
"facade": "gateway.session",
"name": "replace",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "gateway.session",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "gateway.slash_access",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.slash_commands",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "gateway.slash_commands",
"name": "HISTORY_UNREADABLE",
"kind": "moved-lazy",
"target": "gateway.slash_commands_status"
},
{
"facade": "gateway.slash_commands",
"name": "MessageType",
"kind": "moved-lazy",
"target": "gateway.platforms.event"
},
{
"facade": "gateway.slash_commands",
"name": "SessionSource",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.slash_commands",
"name": "base_url_host_matches",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "gateway.slash_commands",
"name": "build_session_key",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.slash_commands",
"name": "clear_model_endpoint_credentials",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "gateway.slash_commands",
"name": "extract_api_content_sidecar",
"kind": "moved-lazy",
"target": "agent.turn_context"
},
{
"facade": "gateway.slash_commands",
"name": "fetch_account_usage",
"kind": "moved-lazy",
"target": "agent.account_usage"
},
{
"facade": "gateway.slash_commands",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "gateway.slash_commands",
"name": "is_shared_multi_user_session",
"kind": "moved-lazy",
"target": "gateway.session"
},
{
"facade": "gateway.slash_commands",
"name": "render_account_usage_lines",
"kind": "moved-lazy",
"target": "agent.account_usage"
},
{
"facade": "gateway.status",
"name": "clear_planned_stop_marker",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.status",
"name": "is_gateway_running",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "gateway.sticker_cache",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "gateway.sticker_cache",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "gateway.stream_consumer",
"name": "MEDIA_TAG_CLEANUP_RE",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "gateway.stream_consumer",
"name": "escape_code_fences_for_display",
"kind": "moved-lazy",
"target": "gateway.stream_consumer_fences"
},
{
"facade": "gateway.stream_dispatch",
"name": "ToolCallFinished",
"kind": "moved-lazy",
"target": "gateway.stream_events"
},
{
"facade": "gateway.systemd_notify",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.agent_import",
"name": "backup_memory_file",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.agent_import",
"name": "default_source_dir",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.auth",
"name": "BaseHTTPRequestHandler",
"kind": "import",
"target": "http.server"
},
{
"facade": "hermes_cli.auth",
"name": "CODEX_OAUTH_USER_AGENT",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "CODEX_QUOTA_PROBE_MIN_INTERVAL_SECONDS",
"kind": "moved-lazy",
"target": "hermes_cli.auth_codex"
},
{
"facade": "hermes_cli.auth",
"name": "DEFAULT_SPOTIFY_REDIRECT_URI",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "DEVICE_AUTH_POLL_INTERVAL_CAP_SECONDS",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "HTTPServer",
"kind": "import",
"target": "http.server"
},
{
"facade": "hermes_cli.auth",
"name": "MINIMAX_OAUTH_GRANT_TYPE",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "NOUS_INFERENCE_INVOKE_SCOPE",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "NOUS_SHARED_STORE_FILENAME",
"kind": "moved-lazy",
"target": "hermes_cli.auth_nous"
},
{
"facade": "hermes_cli.auth",
"name": "OAUTH_OVER_SSH_DOCS_URL",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "QWEN_OAUTH_CLIENT_ID",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "QWEN_OAUTH_TOKEN_URL",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "SINGLE_USE_OAUTH_SINGLETON_FILES",
"kind": "moved-lazy",
"target": "hermes_cli.auth_oauth_grants"
},
{
"facade": "hermes_cli.auth",
"name": "SPOTIFY_ACCESS_TOKEN_REFRESH_SKEW_SECONDS",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "SPOTIFY_DASHBOARD_URL",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "TYPE_CHECKING",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.auth",
"name": "XAI_OAUTH_DEVICE_CODE_URL",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "XAI_OAUTH_DISCOVERY_URL",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "XAI_OAUTH_ISSUER",
"kind": "moved-lazy",
"target": "hermes_cli.auth_constants"
},
{
"facade": "hermes_cli.auth",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "hermes_cli.auth",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "hermes_cli.auth",
"name": "parse_qs",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "hermes_cli.auth",
"name": "refresh_nous_oauth_pure",
"kind": "moved-lazy",
"target": "hermes_cli.auth_nous"
},
{
"facade": "hermes_cli.auth",
"name": "ssl",
"kind": "import",
"target": "ssl"
},
{
"facade": "hermes_cli.auth",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "hermes_cli.auth",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "hermes_cli.auth",
"name": "urlencode",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "hermes_cli.backup",
"name": "copy_db_and_verify",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.browser_connect",
"name": "try_launch_chrome_debug",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.callbacks",
"name": "approval_callback",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.callbacks",
"name": "clarify_callback",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.checkpoints",
"name": "cmd_list",
"kind": "moved-lazy",
"target": "hermes_cli.plugins_cmd"
},
{
"facade": "hermes_cli.checkpoints",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "hermes_cli.commands",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.commands",
"name": "Callable",
"kind": "import",
"target": "collections.abc"
},
{
"facade": "hermes_cli.commands",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.commands",
"name": "Mapping",
"kind": "import",
"target": "collections.abc"
},
{
"facade": "hermes_cli.commands",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.commands",
"name": "Sequence",
"kind": "import",
"target": "collections.abc"
},
{
"facade": "hermes_cli.commands",
"name": "SlashCommandAutoSuggest",
"kind": "moved-lazy",
"target": "hermes_cli.commands_completion"
},
{
"facade": "hermes_cli.commands",
"name": "SlashCommandCompleter",
"kind": "moved-lazy",
"target": "hermes_cli.commands_completion"
},
{
"facade": "hermes_cli.commands",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.commands",
"name": "_requires_argument",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of discord_skill_commands)"
},
{
"facade": "hermes_cli.commands",
"name": "_CMD_NAME_LIMIT",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of discord_skill_commands)"
},
{
"facade": "hermes_cli.commands",
"name": "_clamp_command_names",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of discord_skill_commands)"
},
{
"facade": "hermes_cli.commands",
"name": "_collect_gateway_skill_entries",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of discord_skill_commands)"
},
{
"facade": "hermes_cli.commands",
"name": "discord_skill_commands",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.commands",
"name": "discord_skill_commands_by_category",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "hermes_cli.commands",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.commands",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "hermes_cli.commands",
"name": "slack_app_manifest",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "slack_native_slashes",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "slack_subcommand_map",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "hermes_cli.commands",
"name": "telegram_bot_commands",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "telegram_menu_commands",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "telegram_menu_max_commands",
"kind": "moved-lazy",
"target": "hermes_cli.commands_platforms"
},
{
"facade": "hermes_cli.commands",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "hermes_cli.config",
"name": "normalize_route_base_url",
"kind": "moved-lazy",
"target": "hermes_cli.route_identity"
},
{
"facade": "hermes_cli.config",
"name": "_install_method_project_root",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of stamp_install_method)"
},
{
"facade": "hermes_cli.config",
"name": "stamp_install_method",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.console_engine",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "hermes_cli.curses_ui",
"name": "Protocol",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.dashboard_auth.audit",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.dashboard_auth.middleware",
"name": "DashboardAuthProvider",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth.base"
},
{
"facade": "hermes_cli.dingtalk_auth",
"name": "logger",
"kind": "moved-lazy",
"target": "hermes_cli.auth"
},
{
"facade": "hermes_cli.dingtalk_auth",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "hermes_cli.doctor",
"name": "FTS_STORAGE_VERSION",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_cli.doctor",
"name": "OPENROUTER_MODELS_URL",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.doctor",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "hermes_cli.doctor",
"name": "STATE_DB_SIZE_WARN_BYTES",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_state"
},
{
"facade": "hermes_cli.doctor",
"name": "agent_browser_runnable",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.doctor",
"name": "base_url_host_matches",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.doctor",
"name": "check_certificates",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_platform"
},
{
"facade": "hermes_cli.doctor",
"name": "check_fail",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor",
"name": "check_macos_full_disk_access",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_platform"
},
{
"facade": "hermes_cli.doctor",
"name": "check_macos_tcc_anchor",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_platform"
},
{
"facade": "hermes_cli.doctor",
"name": "check_macos_tcc_grants",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_platform"
},
{
"facade": "hermes_cli.doctor",
"name": "check_ok",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor",
"name": "check_warn",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor",
"name": "collect_deprecated_config_keys",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_config"
},
{
"facade": "hermes_cli.doctor",
"name": "collect_deprecated_env_vars",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_config"
},
{
"facade": "hermes_cli.doctor",
"name": "collect_relay_plugin_cutover_findings",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_config"
},
{
"facade": "hermes_cli.doctor",
"name": "describe_vercel_auth",
"kind": "moved-lazy",
"target": "hermes_cli.vercel_auth"
},
{
"facade": "hermes_cli.doctor",
"name": "detect_install_method",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.doctor",
"name": "importlib",
"kind": "import",
"target": "importlib.util"
},
{
"facade": "hermes_cli.doctor",
"name": "is_nix_install_method",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.doctor",
"name": "managed_scope_check",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_config"
},
{
"facade": "hermes_cli.doctor",
"name": "recommended_update_command_for_method",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.doctor",
"name": "report_deprecated_config_and_env",
"kind": "moved-lazy",
"target": "hermes_cli.doctor_config"
},
{
"facade": "hermes_cli.doctor",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "hermes_cli.doctor",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "hermes_cli.doctor_live",
"name": "ELEVENLABS_VOICES_URL",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor_live",
"name": "FAL_MODELS_URL",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor_live",
"name": "FIRECRAWL_HEALTH_URL",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor_live",
"name": "GROQ_MODELS_URL",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.doctor_live",
"name": "OPENAI_MODELS_URL",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.focus_view",
"name": "FOCUS_USAGE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.focus_view",
"name": "effective_tool_progress_mode",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.foreign_sessions",
"name": "list_claude_sessions",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.foreign_sessions",
"name": "list_codex_sessions",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.gateway",
"name": "DEFAULT_GATEWAY_RESTART_AFTER_TURN_TIMEOUT",
"kind": "moved-lazy",
"target": "gateway.restart"
},
{
"facade": "hermes_cli.gateway",
"name": "print_systemd_linger_guidance",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.gitlock",
"name": "is_ancestor_of_head",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.heartbeat",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.journey",
"name": "cmd_journey",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.kanban",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.kanban_db",
"name": "DEFAULT_BUSY_TIMEOUT_MS",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_connect"
},
{
"facade": "hermes_cli.kanban_db",
"name": "DEFAULT_LOG_BACKUP_COUNT",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "DEFAULT_LOG_ROTATE_BYTES",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "DEFAULT_SPAWN_FAILURE_LIMIT",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.kanban_db",
"name": "DERIVED_MAX_IN_PROGRESS_CEILING",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "DERIVED_MAX_IN_PROGRESS_FLOOR",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "KANBAN_TERMINAL_TIMEOUT_GRACE_SECONDS",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "KanbanDbCorruptError",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_connect"
},
{
"facade": "hermes_cli.kanban_db",
"name": "MEMORY_GUARD_MB_PER_WORKER",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "Mapping",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.kanban_db",
"name": "RepairResult",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_connect"
},
{
"facade": "hermes_cli.kanban_db",
"name": "add_notify_sub",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "advance_notify_cursor",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "check_respawn_guard",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "claim_unseen_events_for_sub",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "configured_max_in_progress",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "connect",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_connect"
},
{
"facade": "hermes_cli.kanban_db",
"name": "connect_closing",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_connect"
},
{
"facade": "hermes_cli.kanban_db",
"name": "count_notify_subs",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "count_running_tasks",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "count_running_tasks_other_boards",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "derive_default_max_in_progress",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "detect_crashed_workers",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "detect_stale_running",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "dispatch_once",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "enforce_max_runtime",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "hermes_cli.kanban_db",
"name": "has_spawnable_ready",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "has_spawnable_review",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "hermes_cli.kanban_db",
"name": "heartbeat_worker",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "list_notify_subs",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "parent_results",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.kanban_db",
"name": "purge_stale_done_notify_subs",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "random",
"kind": "import",
"target": "random"
},
{
"facade": "hermes_cli.kanban_db",
"name": "reap_worker_zombies",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "reconcile_orphaned_running",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "remove_notify_sub",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "repair_db",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_connect"
},
{
"facade": "hermes_cli.kanban_db",
"name": "resolve_max_in_progress",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "resolve_workspace",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_workspace"
},
{
"facade": "hermes_cli.kanban_db",
"name": "review_dispatch_enabled",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "rewind_notify_cursor",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "run_daemon",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_db",
"name": "set_branch_name",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_workspace"
},
{
"facade": "hermes_cli.kanban_db",
"name": "set_workspace_path",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_workspace"
},
{
"facade": "hermes_cli.kanban_db",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "hermes_cli.kanban_db",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "hermes_cli.kanban_db",
"name": "unseen_events_for_sub",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_notify"
},
{
"facade": "hermes_cli.kanban_db",
"name": "worker_log_rotation_config",
"kind": "moved-lazy",
"target": "hermes_cli.kanban_db_dispatch"
},
{
"facade": "hermes_cli.kanban_decompose",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_cli.kanban_decompose",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.kanban_diagnostics",
"name": "DIAGNOSTIC_KINDS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.local_runtime.binaries",
"name": "get_hermes_home",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.local_runtime.bootstrap",
"name": "get_hermes_home",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.local_runtime.capabilities",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_cli.local_runtime.capabilities",
"name": "urllib",
"kind": "import",
"target": "urllib.request"
},
{
"facade": "hermes_cli.local_runtime.catalog",
"name": "find_variant",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.local_runtime.catalog",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "hermes_cli.local_runtime.catalog",
"name": "recommended_id",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.local_runtime.hf_browse",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "hermes_cli.main",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "hermes_cli.main",
"name": "line_input",
"kind": "moved-lazy",
"target": "hermes_cli.cli_output"
},
{
"facade": "hermes_cli.main",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "hermes_cli.main",
"name": "stat",
"kind": "import",
"target": "stat"
},
{
"facade": "hermes_cli.main",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "hermes_cli.mcp_picker",
"name": "color",
"kind": "moved-lazy",
"target": "hermes_cli.colors"
},
{
"facade": "hermes_cli.mcp_security",
"name": "is_mcp_server_entry_suspicious",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.middleware",
"name": "API_EXECUTION_MIDDLEWARE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.middleware",
"name": "API_REQUEST_MIDDLEWARE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.middleware",
"name": "apply_api_request_middleware",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.middleware",
"name": "run_api_execution_middleware",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.moa_config",
"name": "encode_moa_turn",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_moa_turn_prompt)"
},
{
"facade": "hermes_cli.moa_config",
"name": "build_moa_turn_prompt",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.moa_config",
"name": "encode_moa_turn",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.moa_config",
"name": "list_moa_presets",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.moa_config",
"name": "set_active_moa_preset",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "BEDROCK_GEO_PREFIXES",
"kind": "moved-lazy",
"target": "hermes_cli.model_setup_flows_bedrock"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "bedrock_model_routable_from_region",
"kind": "moved-lazy",
"target": "hermes_cli.model_setup_flows_bedrock"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "bedrock_region_geo_prefix",
"kind": "moved-lazy",
"target": "hermes_cli.model_setup_flows_bedrock"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "custom_provider_slug",
"kind": "moved-lazy",
"target": "hermes_cli.providers"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "line_input",
"kind": "moved-lazy",
"target": "hermes_cli.cli_output"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "hermes_cli.model_setup_flows",
"name": "urllib",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "hermes_cli.model_switch",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.model_switch",
"name": "base_url_host_matches",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.model_switch",
"name": "custom_provider_slug",
"kind": "moved-lazy",
"target": "hermes_cli.providers"
},
{
"facade": "hermes_cli.model_switch",
"name": "http",
"kind": "import",
"target": "http.client"
},
{
"facade": "hermes_cli.model_switch",
"name": "list_picker_providers",
"kind": "moved-lazy",
"target": "hermes_cli.model_switch_providers"
},
{
"facade": "hermes_cli.model_switch",
"name": "prewarm_picker_cache_async",
"kind": "moved-lazy",
"target": "hermes_cli.model_switch_providers"
},
{
"facade": "hermes_cli.model_switch",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "hermes_cli.models",
"name": "LMStudioLoadResult",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "NamedTuple",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.models",
"name": "PROVIDER_GROUPS",
"kind": "moved-lazy",
"target": "hermes_cli.models_catalog_static"
},
{
"facade": "hermes_cli.models",
"name": "ProviderEntry",
"kind": "moved-lazy",
"target": "hermes_cli.models_catalog_static"
},
{
"facade": "hermes_cli.models",
"name": "atomic_json_write",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.models",
"name": "base_url_host_matches",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.models",
"name": "compute_sale_discount",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "ensure_lmstudio_model_loaded",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "fetch_ai_gateway_pricing",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "fetch_lmstudio_models",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "fetch_models_with_pricing",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "fetch_ollama_local_models",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "get_cached_nous_inference_base_url",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "get_close_matches",
"kind": "import",
"target": "difflib"
},
{
"facade": "hermes_cli.models",
"name": "get_pricing_for_provider",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "group_providers",
"kind": "moved-lazy",
"target": "hermes_cli.models_catalog_static"
},
{
"facade": "hermes_cli.models",
"name": "http",
"kind": "import",
"target": "http.client"
},
{
"facade": "hermes_cli.models",
"name": "is_nous_free_tier",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.models",
"name": "lmstudio_model_reasoning_options",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "nous_catalog_url",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.models",
"name": "nous_model_reasoning_capabilities",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.models",
"name": "nous_policy_allowed_ids",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "ollama_model_supports_thinking",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "openrouter_model_reasoning_capabilities",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.models",
"name": "parse_openrouter_reasoning_capabilities",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.models",
"name": "peek_cached_pricing",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "pricing_cache_scope",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "probe_lmstudio_models",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "probe_ollama_local_models",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "provider_group_for_slug",
"kind": "moved-lazy",
"target": "hermes_cli.models_catalog_static"
},
{
"facade": "hermes_cli.models",
"name": "refresh_reasoning_caps_async",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.models",
"name": "restrict_to_nous_policy",
"kind": "moved-lazy",
"target": "hermes_cli.models_pricing"
},
{
"facade": "hermes_cli.models",
"name": "should_use_ollama_native_catalog",
"kind": "moved-lazy",
"target": "hermes_cli.models_local"
},
{
"facade": "hermes_cli.models",
"name": "url_origin",
"kind": "moved-lazy",
"target": "hermes_cli.urllib_security"
},
{
"facade": "hermes_cli.models",
"name": "validate_requested_model",
"kind": "moved-lazy",
"target": "hermes_cli.models_validate"
},
{
"facade": "hermes_cli.models",
"name": "warm_nous_reasoning_caps_async",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.models",
"name": "warm_openrouter_reasoning_caps_async",
"kind": "moved-lazy",
"target": "hermes_cli.models_reasoning_caps"
},
{
"facade": "hermes_cli.nous_billing",
"name": "BILLING_MANAGE_SCOPE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.nous_subscription",
"name": "managed_nous_tools_enabled",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "CLIENT_ACTIVE_MARK",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "MODEL_CALL_PROFILE_MODEL",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "SCHEMA_KEY",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "SCHEMA_VERSION",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "SKILL_LIFECYCLE_MARK",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "SKILL_LOAD_MARK",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "TOOL_APPROVAL_MARK",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "TOOL_CALL_SCOPE",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "model_call_fields",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "prepare_session_start",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "skill_lifecycle_fields",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "skill_load_fields",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "task_start_fields",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "task_terminal_fields",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "task_terminal_state",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "tool_approval_outcome",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "tool_category",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.observability.relay_shared_metrics",
"name": "tool_terminal_fields",
"kind": "moved-lazy",
"target": "hermes_cli.observability.shared_metrics_contract"
},
{
"facade": "hermes_cli.onepassword_secrets_cli",
"name": "Table",
"kind": "import",
"target": "rich.table"
},
{
"facade": "hermes_cli.onepassword_secrets_cli",
"name": "masked_secret_prompt",
"kind": "moved-lazy",
"target": "hermes_cli.secret_prompt"
},
{
"facade": "hermes_cli.onepassword_secrets_cli",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "hermes_cli.platform_actions",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.plugins",
"name": "CAPABILITY_REGISTRY",
"kind": "moved-lazy",
"target": "hermes_cli.plugin_capabilities"
},
{
"facade": "hermes_cli.plugins",
"name": "ENTRY_POINT_CAPABILITIES_GROUP",
"kind": "moved-lazy",
"target": "hermes_cli.plugins_discovery"
},
{
"facade": "hermes_cli.plugins",
"name": "Iterable",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.plugins",
"name": "LEGACY_RELAY_PLUGIN_KEYS",
"kind": "moved-lazy",
"target": "hermes_cli.relay_plugin_cutover"
},
{
"facade": "hermes_cli.plugins",
"name": "MAX_SYSTEM_PROMPT_SECTIONS",
"kind": "moved-lazy",
"target": "hermes_cli.plugins_dispatch"
},
{
"facade": "hermes_cli.plugins",
"name": "OBSERVER_SCHEMA_VERSION",
"kind": "moved-lazy",
"target": "hermes_cli.middleware"
},
{
"facade": "hermes_cli.plugins",
"name": "Type",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.plugins",
"name": "VALID_CAPABILITY_IDS",
"kind": "moved-lazy",
"target": "hermes_cli.plugin_capabilities"
},
{
"facade": "hermes_cli.plugins",
"name": "cfg_get",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.plugins",
"name": "contextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "hermes_cli.plugins",
"name": "contextvars",
"kind": "import",
"target": "contextvars"
},
{
"facade": "hermes_cli.plugins",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "hermes_cli.plugins",
"name": "fast_safe_load",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.plugins",
"name": "format_system_prompt_section",
"kind": "moved-lazy",
"target": "hermes_cli.plugins_dispatch"
},
{
"facade": "hermes_cli.plugins",
"name": "get_plugin_subscriptions",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.plugins",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "hermes_cli.plugins",
"name": "reset_hermes_home_override",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.plugins",
"name": "set_hermes_home_override",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.plugins",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "hermes_cli.plugins",
"name": "unload_plugins",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.plugins",
"name": "wraps",
"kind": "import",
"target": "functools"
},
{
"facade": "hermes_cli.plugins_cmd",
"name": "importlib",
"kind": "import",
"target": "importlib.metadata"
},
{
"facade": "hermes_cli.profile_describer",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_cli.profile_distribution",
"name": "is_excluded_skill_path",
"kind": "moved-lazy",
"target": "agent.skill_utils"
},
{
"facade": "hermes_cli.profiles",
"name": "has_bundled_skills_opt_out",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.runtime_provider",
"name": "custom_provider_aliases",
"kind": "moved-lazy",
"target": "hermes_cli.providers"
},
{
"facade": "hermes_cli.runtime_provider",
"name": "custom_provider_slug",
"kind": "moved-lazy",
"target": "hermes_cli.providers"
},
{
"facade": "hermes_cli.runtime_provider",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.security_advisories",
"name": "render_doctor_section",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.setup",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.setup",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.setup",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.setup",
"name": "get_nous_subscription_features",
"kind": "moved-lazy",
"target": "hermes_cli.nous_subscription"
},
{
"facade": "hermes_cli.setup",
"name": "get_optional_skills_dir",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "hermes_cli.setup",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_cli.setup",
"name": "managed_nous_tools_enabled",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "hermes_cli.setup",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "hermes_cli.slack_cli",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.sqlite_safe_read",
"name": "SQLITE_HEADER_MAGIC",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.status",
"name": "format_nous_portal_entitlement_message",
"kind": "moved-lazy",
"target": "hermes_cli.nous_account"
},
{
"facade": "hermes_cli.status",
"name": "get_nous_portal_account_info",
"kind": "moved-lazy",
"target": "hermes_cli.nous_account"
},
{
"facade": "hermes_cli.status",
"name": "get_nous_subscription_features",
"kind": "moved-lazy",
"target": "hermes_cli.nous_subscription"
},
{
"facade": "hermes_cli.status",
"name": "managed_nous_tools_enabled",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "hermes_cli.status",
"name": "redact_key",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.status",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "DEFAULT_MANAGER_BOT",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "auto_setup_telegram_bot",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "secrets",
"kind": "restored-import",
"target": "secrets"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "_USERNAME_SLUG_ALPHABET",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of generate_bot_username)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "generate_username_slug",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of generate_bot_username)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "generate_bot_username",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "urllib",
"kind": "restored-import",
"target": "urllib.parse"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "generate_deep_link",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "generate_pairing_nonce",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "generate_username_slug",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "poll_for_token",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "poll_pairing_once",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "secrets",
"kind": "import",
"target": "secrets"
},
{
"facade": "hermes_cli.telegram_managed_bot",
"name": "urllib",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "hermes_cli.tools_config",
"name": "MANAGED_FEATURE_COVERAGE_CATEGORY",
"kind": "moved-lazy",
"target": "hermes_cli.nous_subscription"
},
{
"facade": "hermes_cli.tools_config",
"name": "NOUS_MANAGED_PROVIDER",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "hermes_cli.tools_config",
"name": "base_url_hostname",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.tools_config",
"name": "fal_key_is_configured",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "hermes_cli.tools_config",
"name": "format_nous_portal_entitlement_message",
"kind": "moved-lazy",
"target": "hermes_cli.nous_account"
},
{
"facade": "hermes_cli.tools_config",
"name": "is_truthy_value",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.tools_config",
"name": "save_env_value",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.tools_config",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "hermes_cli.tools_config",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "hermes_cli.tools_config",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "hermes_cli.uninstall",
"name": "find_shell_configs",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.update_cmd",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.update_cmd",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "hermes_cli.update_cmd",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "hermes_cli.update_cmd",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_cli.update_inventory",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "hermes_cli.update_inventory",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.web_deps",
"name": "get_dashboard_health",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.web_deps",
"name": "get_session_token",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.web_deps",
"name": "has_valid_session_token",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.web_deps",
"name": "late_attr",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_cli.web_routers.cron",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "hermes_cli.web_routers.mcp",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "hermes_cli.web_routers.sessions",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.web_routers.sessions",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.web_routers.sessions",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "hermes_cli.web_routers.skills",
"name": "LateState",
"kind": "moved-lazy",
"target": "hermes_cli.web_deps"
},
{
"facade": "hermes_cli.web_routers.skills",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "hermes_cli.web_routers.tools",
"name": "LateState",
"kind": "moved-lazy",
"target": "hermes_cli.web_deps"
},
{
"facade": "hermes_cli.web_routers.tools",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "hermes_cli.web_server",
"name": "AudioTranscriptionRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "AutomationBlueprintInstantiate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "BackupRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "BulkDeleteSessions",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "CONFIG_SCHEMA",
"kind": "moved-lazy",
"target": "hermes_cli.web_server_config"
},
{
"facade": "hermes_cli.web_server",
"name": "ChatImageUpload",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ConfigUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "CredentialPoolAdd",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "CronJobCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "CronJobUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "CuratorPause",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "CustomEndpointUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "DEFAULT_CONFIG",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "DebugShareRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "EnvVarDelete",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "EnvVarReveal",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "EnvVarUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "FontSetBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "FsWriteText",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "GitBranchSwitchBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "GitCommitBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "GitFileBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "GitPathBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "GitWorktreeAddBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "GitWorktreeRemoveBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "HookCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "HookDelete",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ImportRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "LearningNodeEdit",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "LearningNodeRef",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.web_server",
"name": "Literal",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_cli.web_server",
"name": "MCPCatalogInstall",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MCPEnabledToggle",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MCPServerCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MCPServersReplace",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ManagedDirectoryCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ManagedFileDelete",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ManagedFileUpload",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ManagedFilesPolicy",
"kind": "moved-lazy",
"target": "hermes_cli.web_server_files"
},
{
"facade": "hermes_cli.web_server",
"name": "MemoryProviderConfigUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MemoryProviderSelect",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MemoryProviderSetupRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MemoryReset",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MessagingPlatformUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MoaConfigPayload",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MoaModelSlot",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "MoaPresetPayload",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ModelAssignment",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "OAuthSubmitBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "OPTIONAL_ENV_VARS",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "PairingApprove",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "PairingRevoke",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileActiveUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileDescribeAuto",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileDescriptionUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileModelUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileRename",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProfileSoulUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ProviderConfigSchema",
"kind": "moved-lazy",
"target": "plugins.memory.config_schema"
},
{
"facade": "hermes_cli.web_server",
"name": "ProviderField",
"kind": "moved-lazy",
"target": "plugins.memory.config_schema"
},
{
"facade": "hermes_cli.web_server",
"name": "PtyBridge",
"kind": "moved-lazy",
"target": "hermes_cli.pty_bridge"
},
{
"facade": "hermes_cli.web_server",
"name": "PtySessionRegistry",
"kind": "moved-lazy",
"target": "hermes_cli.pty_session"
},
{
"facade": "hermes_cli.web_server",
"name": "PtyUnavailableError",
"kind": "moved-lazy",
"target": "hermes_cli.pty_bridge"
},
{
"facade": "hermes_cli.web_server",
"name": "RawConfigUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "RegistryFull",
"kind": "moved-lazy",
"target": "hermes_cli.pty_session"
},
{
"facade": "hermes_cli.web_server",
"name": "STORAGE_HONCHO_HOST_BLOCK",
"kind": "moved-lazy",
"target": "plugins.memory.config_schema"
},
{
"facade": "hermes_cli.web_server",
"name": "SessionImport",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SessionPrune",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SessionRename",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SkillContentUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SkillCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SkillInstallRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SkillToggle",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SkillUninstallRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "SkillsUpdateRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "TTSLeaseRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "TTSSpeakRequest",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "TelegramOnboardingApply",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "TelegramOnboardingStart",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "TerminalBackendSelect",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ThemeSetBody",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ToolsetEnvUpdate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ToolsetModelSelect",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ToolsetPostSetup",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ToolsetProviderSelect",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "ToolsetToggle",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "WebhookCreate",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "WebhookEnabledToggle",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "WhatsAppOnboardingApply",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "WhatsAppOnboardingStart",
"kind": "moved-lazy",
"target": "hermes_cli.web_models"
},
{
"facade": "hermes_cli.web_server",
"name": "activate_custom_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "add_credential_pool_entry",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "add_mcp_server",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "apply_telegram_onboarding",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "apply_whatsapp_onboarding",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "approve_pairing",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "atexit",
"kind": "import",
"target": "atexit"
},
{
"facade": "hermes_cli.web_server",
"name": "auth_mcp_server",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "hermes_cli.web_server",
"name": "binascii",
"kind": "import",
"target": "binascii"
},
{
"facade": "hermes_cli.web_server",
"name": "bulk_delete_sessions_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "cancel_oauth_session",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.oauth"
},
{
"facade": "hermes_cli.web_server",
"name": "cancel_telegram_onboarding",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "cancel_whatsapp_onboarding",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "cfg_get",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "check_config_version",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "check_hermes_update",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.actions"
},
{
"facade": "hermes_cli.web_server",
"name": "clear_model_endpoint_credentials",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "clear_pending_pairing",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "coerce_provider_id",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "concurrent",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "hermes_cli.web_server",
"name": "console_ws",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.chat_ws"
},
{
"facade": "hermes_cli.web_server",
"name": "contextlib",
"kind": "import",
"target": "contextlib"
},
{
"facade": "hermes_cli.web_server",
"name": "contextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "hermes_cli.web_server",
"name": "count_empty_sessions_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "create_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "create_hook",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "create_managed_directory",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "create_profile_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "create_skill",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "create_webhook",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "cron_fire_webhook",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "custom_endpoint_key_env",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "hermes_cli.web_server",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_agent_plugin",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_custom_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_empty_sessions_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_hook",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_learning_node",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_managed_file",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_profile_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_session_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "delete_webhook",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "derive_gateway_busy",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "derive_gateway_drainable",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "describe_profile_auto_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "detect_install_method",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "disconnect_oauth_provider",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.oauth"
},
{
"facade": "hermes_cli.web_server",
"name": "download_dashboard_backup",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "download_managed_file",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "enable_webhooks",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "env_var_enabled",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.web_server",
"name": "events_ws",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.chat_ws"
},
{
"facade": "hermes_cli.web_server",
"name": "export_session_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "find_provider_entry",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "format_docker_update_message",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_default_cwd",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_download",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_git_root",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_list",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_read_data_url",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_read_text",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "fs_write_text",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "functools",
"kind": "import",
"target": "functools"
},
{
"facade": "hermes_cli.web_server",
"name": "gateway_drain",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.actions"
},
{
"facade": "hermes_cli.web_server",
"name": "gateway_ws",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.chat_ws"
},
{
"facade": "hermes_cli.web_server",
"name": "get_action_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.actions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_active_profile_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "get_auxiliary_models",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "get_client_voice_config",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.audio"
},
{
"facade": "hermes_cli.web_server",
"name": "get_computer_use_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "get_config",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "get_config_path",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "get_config_raw",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.analytics"
},
{
"facade": "hermes_cli.web_server",
"name": "get_cron_delivery_targets",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "get_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "get_curator_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_dashboard_font",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "get_dashboard_plugins",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "get_dashboard_themes",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "get_defaults",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "get_egress_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "get_elevenlabs_voices",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.audio"
},
{
"facade": "hermes_cli.web_server",
"name": "get_env_path",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "get_env_vars",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "get_health",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_hermes_home",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "get_learning_graph",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_learning_node",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_logs",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_media",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "get_memory_provider_config",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.memory_providers"
},
{
"facade": "hermes_cli.web_server",
"name": "get_memory_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "get_messaging_platforms",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "get_moa_models",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "get_model_info",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "get_model_options",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "get_models_analytics",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.analytics"
},
{
"facade": "hermes_cli.web_server",
"name": "get_plugins_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "get_portal_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_process_hermes_home",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "get_profile_setup_command",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "get_profile_soul",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "get_profiles_sessions",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "get_profiles_sessions_sidebar",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "get_provider_config_schema",
"kind": "moved-lazy",
"target": "plugins.memory.config_schema"
},
{
"facade": "hermes_cli.web_server",
"name": "get_recommended_default_model",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "get_running_pid",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_running_pid_cached",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_runtime_status_running_pid",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_schema",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "get_session_detail",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_session_latest_descendant",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_session_messages",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_session_stats",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_sessions",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_skill_content",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "get_skills",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "get_ssh_ownership",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_system_stats",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "get_telegram_onboarding_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "get_terminal_backends",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "get_toolset_config",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "get_toolset_models",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "get_toolsets",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "get_update_receipt",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.actions"
},
{
"facade": "hermes_cli.web_server",
"name": "get_usage_analytics",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.analytics"
},
{
"facade": "hermes_cli.web_server",
"name": "get_whatsapp_onboarding_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "git_base_branches_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_branch_switch_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_branches_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_commit_context_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_commit_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_create_pr_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_file_diff_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_push_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_rev_parse_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_revert_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_review_diff_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_review_list_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_ship_info_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_stage_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_status_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_unstage_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_worktree_add_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_worktree_remove_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "git_worktrees_route",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.git"
},
{
"facade": "hermes_cli.web_server",
"name": "grant_computer_use_permissions",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "hermes_cli.web_server",
"name": "import_sessions_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "importlib",
"kind": "import",
"target": "importlib.util"
},
{
"facade": "hermes_cli.web_server",
"name": "inspect",
"kind": "import",
"target": "inspect"
},
{
"facade": "hermes_cli.web_server",
"name": "install_mcp_catalog_entry",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "install_skill_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "instantiate_blueprint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "ipaddress",
"kind": "import",
"target": "ipaddress"
},
{
"facade": "hermes_cli.web_server",
"name": "is_nix_install_method",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_cli.web_server",
"name": "list_checkpoints",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "list_credential_pool",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "list_cron_blueprints",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "list_cron_job_runs",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "list_cron_jobs",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "list_custom_endpoints",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "list_hooks",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "list_managed_files",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "list_mcp_catalog",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "list_mcp_servers",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "list_oauth_providers",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.oauth"
},
{
"facade": "hermes_cli.web_server",
"name": "list_pairing",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "list_profiles_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "list_skills_hub_sources",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "list_webhooks",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "load_env",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "math",
"kind": "import",
"target": "math"
},
{
"facade": "hermes_cli.web_server",
"name": "mcp_oauth_callback",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "mcp_oauth_flow_status",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "mimetypes",
"kind": "import",
"target": "mimetypes"
},
{
"facade": "hermes_cli.web_server",
"name": "normalize_updated_at",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "open_profile_terminal_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "parse_active_agents",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "pause_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "poll_oauth_session",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.oauth"
},
{
"facade": "hermes_cli.web_server",
"name": "post_agent_plugin_disable",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "post_agent_plugin_enable",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "post_agent_plugin_install",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "post_agent_plugin_update",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "post_plugin_visibility",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "preview_skill_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "prune_checkpoints",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "prune_sessions_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "pty_ws",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.chat_ws"
},
{
"facade": "hermes_cli.web_server",
"name": "pub_ws",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.chat_ws"
},
{
"facade": "hermes_cli.web_server",
"name": "put_plugin_providers",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "queue",
"kind": "import",
"target": "queue"
},
{
"facade": "hermes_cli.web_server",
"name": "read_managed_file",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "read_raw_config",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "read_runtime_status",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "recommended_update_command_for_method",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "redact_key",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "remove_credential_pool_entry",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "remove_env_value",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "remove_env_var",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "remove_mcp_server",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "rename_profile_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "rename_session_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "replace_mcp_servers",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "rescan_dashboard_plugins",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "reset_memory",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "resolve_gateway_liveness",
"kind": "moved-lazy",
"target": "gateway.status"
},
{
"facade": "hermes_cli.web_server",
"name": "restart_gateway",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.actions"
},
{
"facade": "hermes_cli.web_server",
"name": "resume_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "reveal_env_var",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "revoke_pairing",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "run_backup",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "run_config_migrate",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "run_curator",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "run_debug_share_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "run_doctor",
"kind": "moved-lazy",
"target": "hermes_cli.doctor"
},
{
"facade": "hermes_cli.web_server",
"name": "run_dump",
"kind": "moved-lazy",
"target": "hermes_cli.dump"
},
{
"facade": "hermes_cli.web_server",
"name": "run_import",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "run_import_upload",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "run_prompt_size",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "run_security_audit",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "run_toolset_post_setup",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "save_config",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "save_env_value",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "save_toolset_env",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "scan_skill_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "search_sessions",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.sessions"
},
{
"facade": "hermes_cli.web_server",
"name": "search_skills_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "select_terminal_backend",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "select_toolset_model",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "select_toolset_provider",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "serve_plugin_asset",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "set_active_profile_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "set_curator_paused",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "set_dashboard_font",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "set_dashboard_theme",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.dashboard_ui"
},
{
"facade": "hermes_cli.web_server",
"name": "set_env_var",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "set_mcp_server_enabled",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "set_memory_provider",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "set_moa_models",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "set_model_assignment",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.models"
},
{
"facade": "hermes_cli.web_server",
"name": "set_webhook_enabled",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "setup_memory_provider",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.memory_providers"
},
{
"facade": "hermes_cli.web_server",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "hermes_cli.web_server",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "hermes_cli.web_server",
"name": "speak_stream_ws",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.audio"
},
{
"facade": "hermes_cli.web_server",
"name": "speak_text",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.audio"
},
{
"facade": "hermes_cli.web_server",
"name": "start_gateway",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "start_oauth_login",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.oauth"
},
{
"facade": "hermes_cli.web_server",
"name": "start_telegram_onboarding",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "start_whatsapp_onboarding",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "stat",
"kind": "import",
"target": "stat"
},
{
"facade": "hermes_cli.web_server",
"name": "stop_gateway",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.ops"
},
{
"facade": "hermes_cli.web_server",
"name": "stream_managed_file",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "submit_oauth_code",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.oauth"
},
{
"facade": "hermes_cli.web_server",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "hermes_cli.web_server",
"name": "test_mcp_server",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.mcp"
},
{
"facade": "hermes_cli.web_server",
"name": "test_messaging_platform",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "hermes_cli.web_server",
"name": "toggle_skill",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "toggle_toolset",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.tools"
},
{
"facade": "hermes_cli.web_server",
"name": "transcribe_audio_upload",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.audio"
},
{
"facade": "hermes_cli.web_server",
"name": "trigger_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "tts_lease",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.audio"
},
{
"facade": "hermes_cli.web_server",
"name": "uninstall_skill_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "update_config",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "update_config_raw",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.analytics"
},
{
"facade": "hermes_cli.web_server",
"name": "update_cron_job",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.cron"
},
{
"facade": "hermes_cli.web_server",
"name": "update_hermes",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.actions"
},
{
"facade": "hermes_cli.web_server",
"name": "update_learning_node",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.status"
},
{
"facade": "hermes_cli.web_server",
"name": "update_memory_provider_config",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.memory_providers"
},
{
"facade": "hermes_cli.web_server",
"name": "update_messaging_platform",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.messaging"
},
{
"facade": "hermes_cli.web_server",
"name": "update_profile_description_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "update_profile_model_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "update_profile_soul",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.profiles"
},
{
"facade": "hermes_cli.web_server",
"name": "update_skill_content",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "update_skills_hub",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.skills"
},
{
"facade": "hermes_cli.web_server",
"name": "upload_chat_image",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "upload_managed_file",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "upload_managed_file_stream",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.files"
},
{
"facade": "hermes_cli.web_server",
"name": "upsert_custom_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "validate_custom_endpoint",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "validate_provider_credential",
"kind": "moved-lazy",
"target": "hermes_cli.web_routers.config_env"
},
{
"facade": "hermes_cli.web_server",
"name": "windows_detach_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "hermes_cli.web_server",
"name": "windows_hide_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "hermes_cli.web_server",
"name": "write_platform_config_field",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "hermes_cli.web_server",
"name": "yaml",
"kind": "import",
"target": "yaml"
},
{
"facade": "hermes_cli.web_server",
"name": "zipfile",
"kind": "import",
"target": "zipfile"
},
{
"facade": "hermes_cli.webhook",
"name": "atomic_replace",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "hermes_cli.webhook",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_cli.webhook",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "hermes_cli.win_pty_bridge",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "hermes_logging",
"name": "rotating_file_handlers",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_state",
"name": "AUTO_VACUUM_MIN_FREELIST_RATIO",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "ActivityProvenance",
"kind": "moved-lazy",
"target": "agent.session_activity"
},
{
"facade": "hermes_state",
"name": "CompressionSessionBusyError",
"kind": "moved-lazy",
"target": "hermes_state_errors"
},
{
"facade": "hermes_state",
"name": "CompressionSessionClosedError",
"kind": "moved-lazy",
"target": "hermes_state_errors"
},
{
"facade": "hermes_state",
"name": "DEFERRED_INDEX_SQL",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "FTS_CJK_STALE_KEY",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "FTS_CJK_TABLE_SQL",
"kind": "moved-lazy",
"target": "hermes_state_fts"
},
{
"facade": "hermes_state",
"name": "FTS_CJK_TRIGGER_SQL",
"kind": "moved-lazy",
"target": "hermes_state_fts"
},
{
"facade": "hermes_state",
"name": "FTS_REBUILD_DEFERRAL_KEY",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "FTS_SQL",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "FTS_STALE_KEY",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "FTS_STORAGE_VERSION",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "FTS_TRIGRAM_SQL",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "LEGACY_FTS_SQL",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "LEGACY_FTS_TRIGRAM_SQL",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "MAX_FTS5_QUERY_CHARS",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "MAX_SAFE_EXPORT_MESSAGES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_state",
"name": "MAX_SAFE_RESUME_MESSAGES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_state",
"name": "PERSISTENCE_ERROR_CAUSES",
"kind": "moved-lazy",
"target": "hermes_state_errors"
},
{
"facade": "hermes_state",
"name": "SCHEMA_SQL",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "SCHEMA_VERSION",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "SESSION_STATUS_COMPLETE",
"kind": "moved-lazy",
"target": "hermes_state_sessions"
},
{
"facade": "hermes_state",
"name": "SESSION_STATUS_EMPTY",
"kind": "moved-lazy",
"target": "hermes_state_sessions"
},
{
"facade": "hermes_state",
"name": "SESSION_STATUS_ERROR",
"kind": "moved-lazy",
"target": "hermes_state_sessions"
},
{
"facade": "hermes_state",
"name": "SESSION_STATUS_INTERRUPTED",
"kind": "moved-lazy",
"target": "hermes_state_sessions"
},
{
"facade": "hermes_state",
"name": "SKILL_EXCERPT_JOINT",
"kind": "moved-lazy",
"target": "agent.skill_commands"
},
{
"facade": "hermes_state",
"name": "SKILL_SCAFFOLD_SQL_LIKE",
"kind": "moved-lazy",
"target": "agent.skill_commands"
},
{
"facade": "hermes_state",
"name": "SessionTurnLeaseLostError",
"kind": "moved-lazy",
"target": "hermes_state_errors"
},
{
"facade": "hermes_state",
"name": "Set",
"kind": "import",
"target": "typing"
},
{
"facade": "hermes_state",
"name": "WalUnsupportedError",
"kind": "moved-lazy",
"target": "hermes_state_wal"
},
{
"facade": "hermes_state",
"name": "apply_durability_barriers",
"kind": "moved-lazy",
"target": "hermes_state_repair"
},
{
"facade": "hermes_state",
"name": "classify_session_status",
"kind": "moved-lazy",
"target": "hermes_state_sessions"
},
{
"facade": "hermes_state",
"name": "collect_state_db_stats",
"kind": "moved-lazy",
"target": "hermes_state_dbfile"
},
{
"facade": "hermes_state",
"name": "contextlib",
"kind": "import",
"target": "contextlib"
},
{
"facade": "hermes_state",
"name": "count_db_holders",
"kind": "moved-lazy",
"target": "hermes_state_dbfile"
},
{
"facade": "hermes_state",
"name": "describe_skill_invocation",
"kind": "moved-lazy",
"target": "agent.skill_commands"
},
{
"facade": "hermes_state",
"name": "errno",
"kind": "import",
"target": "errno"
},
{
"facade": "hermes_state",
"name": "fts5_cjk_so_path",
"kind": "moved-lazy",
"target": "hermes_state_fts"
},
{
"facade": "hermes_state",
"name": "is_advisory_lock_contention",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "is_automatic_end_reason",
"kind": "moved-lazy",
"target": "hermes_state_common"
},
{
"facade": "hermes_state",
"name": "is_disk_full_error",
"kind": "moved-lazy",
"target": "hermes_state_errors"
},
{
"facade": "hermes_state",
"name": "is_sqlite_wal_reset_vulnerable",
"kind": "moved-lazy",
"target": "hermes_state_wal"
},
{
"facade": "hermes_state",
"name": "is_transient_sqlite_error",
"kind": "moved-lazy",
"target": "hermes_state_errors"
},
{
"facade": "hermes_state",
"name": "iter_deleted_sqlite_sidecar_holders",
"kind": "moved-lazy",
"target": "hermes_state_dbfile"
},
{
"facade": "hermes_state",
"name": "release_or_close",
"kind": "moved-lazy",
"target": "hermes_state_registry"
},
{
"facade": "hermes_state",
"name": "report_startup_progress",
"kind": "moved-lazy",
"target": "hermes_startup_watchdog"
},
{
"facade": "hermes_state",
"name": "resolve_journal_mode",
"kind": "moved-lazy",
"target": "hermes_state_wal"
},
{
"facade": "hermes_state",
"name": "resolve_synchronous_level",
"kind": "moved-lazy",
"target": "hermes_state_wal"
},
{
"facade": "hermes_state",
"name": "sanitize_context",
"kind": "moved-lazy",
"target": "agent.memory_manager"
},
{
"facade": "hermes_state",
"name": "sqlite_source_id",
"kind": "moved-lazy",
"target": "hermes_state_wal"
},
{
"facade": "hermes_state",
"name": "struct",
"kind": "import",
"target": "struct"
},
{
"facade": "hermes_state",
"name": "weakref",
"kind": "import",
"target": "weakref"
},
{
"facade": "hermes_state",
"name": "workspace_key",
"kind": "moved-lazy",
"target": "hermes_state_sessions"
},
{
"facade": "hermes_state_registry",
"name": "close_shared_session_dbs",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_state_registry",
"name": "get_shared_session_db",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_state_registry",
"name": "release_shared_session_db",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "hermes_state_search",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "hermes_state_search",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.browser.browser_use.provider",
"name": "BrowserProvider",
"kind": "moved-lazy",
"target": "agent.browser_provider"
},
{
"facade": "plugins.browser.browser_use.provider",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.browser.browserbase.provider",
"name": "BrowserProvider",
"kind": "moved-lazy",
"target": "agent.browser_provider"
},
{
"facade": "plugins.browser.browserbase.provider",
"name": "requests",
"kind": "import",
"target": "requests"
},
{
"facade": "plugins.browser.browserbase.provider",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "plugins.browser.firecrawl.provider",
"name": "BrowserProvider",
"kind": "moved-lazy",
"target": "agent.browser_provider"
},
{
"facade": "plugins.browser.firecrawl.provider",
"name": "requests",
"kind": "import",
"target": "requests"
},
{
"facade": "plugins.browser.firecrawl.provider",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "plugins.context_engine",
"name": "importlib",
"kind": "import",
"target": "importlib.util"
},
{
"facade": "plugins.context_engine",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "plugins.cron_providers",
"name": "importlib",
"kind": "import",
"target": "importlib.util"
},
{
"facade": "plugins.cron_providers",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "plugins.cron_providers.chronos",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.cron_providers.chronos._nas_client",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.dashboard_auth.basic",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.dashboard_auth.basic",
"name": "LoginStart",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.drain",
"name": "LoginStart",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "DashboardAuthProvider",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "InvalidCodeError",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "RefreshExpiredError",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "classify_jwks_lookup_error",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "httpx",
"kind": "import",
"target": "httpx"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "secrets",
"kind": "import",
"target": "secrets"
},
{
"facade": "plugins.dashboard_auth.nous",
"name": "urllib",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "DashboardAuthProvider",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "InvalidCodeError",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "RefreshExpiredError",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "classify_jwks_lookup_error",
"kind": "moved-lazy",
"target": "hermes_cli.dashboard_auth"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.dashboard_auth.self_hosted",
"name": "secrets",
"kind": "import",
"target": "secrets"
},
{
"facade": "plugins.google_meet.audio_bridge",
"name": "chrome_fake_audio_flags",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.google_meet.meet_bot",
"name": "SAY_PCM_FILENAME",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.google_meet.meet_bot",
"name": "SAY_QUEUE_FILENAME",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.google_meet.meet_bot",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "plugins.google_meet.node.cli",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.google_meet.node.registry",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "plugins.image_gen.deepinfra",
"name": "ImageGenProvider",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.deepinfra",
"name": "error_response",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.deepinfra",
"name": "save_b64_image",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.deepinfra",
"name": "save_url_image",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.fal",
"name": "ImageGenProvider",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.fal",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.image_gen.krea",
"name": "ImageGenProvider",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.krea",
"name": "error_response",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.krea",
"name": "normalize_reference_images",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.krea",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.image_gen.openai",
"name": "ImageGenProvider",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.openai",
"name": "error_response",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.openai",
"name": "normalize_reference_images",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.openai",
"name": "save_b64_image",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.openai",
"name": "save_url_image",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.xai",
"name": "ImageGenProvider",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.xai",
"name": "error_response",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.xai",
"name": "normalize_reference_images",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.xai",
"name": "save_b64_image",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.image_gen.xai",
"name": "save_url_image",
"kind": "moved-lazy",
"target": "agent.image_gen_provider"
},
{
"facade": "plugins.memory.honcho",
"name": "CONCLUDE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.honcho",
"name": "CONTEXT_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.honcho",
"name": "PROFILE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.honcho",
"name": "REASONING_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.honcho",
"name": "SEARCH_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.honcho",
"name": "TRIVIAL_PROMPT_RE",
"kind": "moved-lazy",
"target": "agent.memory_provider"
},
{
"facade": "plugins.memory.honcho.client",
"name": "SingletonSlot",
"kind": "moved-lazy",
"target": "plugins.plugin_utils"
},
{
"facade": "plugins.memory.honcho.oauth",
"name": "Callable",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.memory.honcho.session",
"name": "Callable",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.memory.honcho.session",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "plugins.memory.honcho.session",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "plugins.memory.honcho.session",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "plugins.memory.mem0",
"name": "ADD_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.mem0",
"name": "DELETE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.mem0",
"name": "SEARCH_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.mem0",
"name": "UPDATE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.mem0._setup",
"name": "has_oss_flags",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "CONTEXT_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.memory.retaindb",
"name": "FILE_DELETE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "FILE_INGEST_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "FILE_LIST_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "FILE_READ_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "FILE_UPLOAD_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "FORGET_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.memory.retaindb",
"name": "PROFILE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "REMEMBER_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.retaindb",
"name": "SEARCH_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.supermemory",
"name": "FORGET_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.supermemory",
"name": "PROFILE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.supermemory",
"name": "SEARCH_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.memory.supermemory",
"name": "STORE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "ERR_PUSH_NOT_SUPPORTED",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "STATE_AUTH_REQUIRED",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "data_part",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "file_part",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "message_with_parts",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.protocol",
"name": "stream_message",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "authenticate",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "get_bearer_token",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "get_peer_tokens",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "get_push_secret",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "get_trusted_peers",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "is_trusted_peer",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "resolve_bind_host",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.security",
"name": "sign_push_payload",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.a2a.tools",
"name": "TypedDict",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.platforms.dingtalk.adapter",
"name": "DINGTALK_TYPE_MAPPING",
"kind": "moved-lazy",
"target": "plugins.platforms.dingtalk.inbound"
},
{
"facade": "plugins.platforms.dingtalk.adapter",
"name": "EXT_MAP",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.dingtalk.adapter",
"name": "MessageType",
"kind": "moved-lazy",
"target": "gateway.platforms.event"
},
{
"facade": "plugins.platforms.discord.adapter",
"name": "env_int",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "plugins.platforms.feishu.feishu_comment",
"name": "add_comment_reaction",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.feishu.feishu_comment",
"name": "delete_comment_reaction",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.google_chat.oauth",
"name": "atomic_replace",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "plugins.platforms.google_chat.oauth",
"name": "secrets",
"kind": "import",
"target": "secrets"
},
{
"facade": "plugins.platforms.google_chat.oauth",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "plugins.platforms.irc.adapter",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.platforms.line.adapter",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "plugins.platforms.matrix.adapter",
"name": "MAX_MESSAGE_LENGTH",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.matrix.adapter",
"name": "_MATRIX_CAPABILITIES",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of get_matrix_capabilities)"
},
{
"facade": "plugins.platforms.matrix.adapter",
"name": "get_matrix_capabilities",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.ntfy.adapter",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.platforms.photon.adapter",
"name": "ProcessingOutcome",
"kind": "moved-lazy",
"target": "gateway.platforms.event"
},
{
"facade": "plugins.platforms.photon.adapter",
"name": "resolve_sidecar_dir",
"kind": "moved-lazy",
"target": "plugins.platforms.photon.sidecar_paths"
},
{
"facade": "plugins.platforms.photon.auth",
"name": "credential_summary",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.photon.auth",
"name": "get_session",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.photon.cli",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "plugins.platforms.photon.cli",
"name": "resolve_sidecar_dir",
"kind": "moved-lazy",
"target": "plugins.platforms.photon.sidecar_paths"
},
{
"facade": "plugins.platforms.raft.adapter",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "plugins.platforms.teams.adapter",
"name": "TeamsSummaryWriter",
"kind": "moved-lazy",
"target": "plugins.platforms.teams.summary_writer"
},
{
"facade": "plugins.platforms.teams.adapter",
"name": "html",
"kind": "import",
"target": "html"
},
{
"facade": "plugins.platforms.teams.adapter",
"name": "quote",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "plugins.platforms.telegram.adapter",
"name": "atomic_replace",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "plugins.platforms.telegram.adapter",
"name": "cache_document_from_bytes",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "plugins.platforms.telegram.adapter",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "plugins.platforms.telegram.telegram_ids",
"name": "telegram_chat_id_key",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "ABSOLUTE_MAX_BYTES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "APP_CMD_UPLOAD_MEDIA_CHUNK",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "APP_CMD_UPLOAD_MEDIA_FINISH",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "APP_CMD_UPLOAD_MEDIA_INIT",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "FILE_MAX_BYTES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "IMAGE_MAX_BYTES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "MAX_INTERMEDIATE_FRAMES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.streaming"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "MAX_UPLOAD_CHUNKS",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "ReplyFrame",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.streaming"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "STREAM_EXPIRED_ERRCODE",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.streaming"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "STREAM_REQUEST_EXPIRED_ERRCODE",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.streaming"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "STREAM_VERSION_CONFLICT_ERRCODE",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.streaming"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "UPLOAD_CHUNK_SIZE",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "VIDEO_MAX_BYTES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "VOICE_MAX_BYTES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "VOICE_SUPPORTED_MIMES",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.media"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "WeComStreamExpiredError",
"kind": "moved-lazy",
"target": "plugins.platforms.wecom.streaming"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "cache_document_from_bytes_async",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "cache_image_from_bytes_async",
"kind": "moved-lazy",
"target": "gateway.platforms.base"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "deque",
"kind": "import",
"target": "collections"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "mimetypes",
"kind": "import",
"target": "mimetypes"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "unquote",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "plugins.platforms.wecom.adapter",
"name": "urlparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_ALBUMS_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_DEVICES_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_LIBRARY_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_PLAYBACK_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_PLAYLISTS_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_QUEUE_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify",
"name": "SPOTIFY_SEARCH_SCHEMA",
"kind": "moved-lazy",
"target": "plugins.spotify.tools"
},
{
"facade": "plugins.spotify.client",
"name": "json",
"kind": "restored-import",
"target": "json"
},
{
"facade": "plugins.spotify.client",
"name": "compact_json",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.spotify.client",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "plugins.spotify.tools",
"name": "SpotifyAPIError",
"kind": "moved-lazy",
"target": "plugins.spotify.client"
},
{
"facade": "plugins.spotify.tools",
"name": "SpotifyAuthRequiredError",
"kind": "moved-lazy",
"target": "plugins.spotify.client"
},
{
"facade": "plugins.teams_pipeline.cli",
"name": "GraphSubscription",
"kind": "moved-lazy",
"target": "plugins.teams_pipeline.models"
},
{
"facade": "plugins.teams_pipeline.cli",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "plugins.teams_pipeline.cli",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "plugins.teams_pipeline.cli",
"name": "timedelta",
"kind": "import",
"target": "datetime"
},
{
"facade": "plugins.teams_pipeline.cli",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "plugins.teams_pipeline.meetings",
"name": "fetch_call_record_artifact",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.teams_pipeline.pipeline",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.teams_pipeline.subscriptions",
"name": "resolve_teams_pipeline_store_path",
"kind": "restored-import",
"target": "plugins.teams_pipeline.store"
},
{
"facade": "plugins.teams_pipeline.subscriptions",
"name": "resolve_store_path",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_store)"
},
{
"facade": "plugins.teams_pipeline.subscriptions",
"name": "build_store",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.teams_pipeline.subscriptions",
"name": "resolve_store_path",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.teams_pipeline.subscriptions",
"name": "resolve_teams_pipeline_store_path",
"kind": "moved-lazy",
"target": "plugins.teams_pipeline.store"
},
{
"facade": "plugins.video_gen.fal",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.video_gen.xai",
"name": "_run_xai_video_coroutine",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of run_xai_video_generation)"
},
{
"facade": "plugins.video_gen.xai",
"name": "run_xai_video_generation",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "plugins.web.brave_free.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.brave_free.provider",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.web.ddgs.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.exa.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.exa.provider",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.web.firecrawl.provider",
"name": "NoReturn",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.web.firecrawl.provider",
"name": "TYPE_CHECKING",
"kind": "import",
"target": "typing"
},
{
"facade": "plugins.web.firecrawl.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.firecrawl.provider",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.web.keenable.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.parallel.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.searxng.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.searxng.provider",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "plugins.web.tavily.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "plugins.web.xai.provider",
"name": "WebSearchProvider",
"kind": "moved-lazy",
"target": "agent.web_search_provider"
},
{
"facade": "providers",
"name": "OMIT_TEMPERATURE",
"kind": "moved-lazy",
"target": "providers.base"
},
{
"facade": "run_agent",
"name": "COMPRESSED_SUMMARY_METADATA_KEY",
"kind": "moved-lazy",
"target": "agent.context_compressor"
},
{
"facade": "run_agent",
"name": "ContextCompressor",
"kind": "moved-lazy",
"target": "agent.context_compressor"
},
{
"facade": "run_agent",
"name": "DEFAULT_AGENT_IDENTITY",
"kind": "moved-lazy",
"target": "agent.prompt_builder"
},
{
"facade": "run_agent",
"name": "FailoverReason",
"kind": "moved-lazy",
"target": "agent.error_classifier"
},
{
"facade": "run_agent",
"name": "OpenAI",
"kind": "moved-lazy",
"target": "agent.process_bootstrap"
},
{
"facade": "run_agent",
"name": "SimpleNamespace",
"kind": "import",
"target": "types"
},
{
"facade": "run_agent",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "run_agent",
"name": "atomic_json_write",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "run_agent",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "run_agent",
"name": "build_context_files_prompt",
"kind": "moved-lazy",
"target": "agent.prompt_builder"
},
{
"facade": "run_agent",
"name": "build_environment_hints",
"kind": "moved-lazy",
"target": "agent.prompt_builder"
},
{
"facade": "run_agent",
"name": "build_skills_system_prompt",
"kind": "moved-lazy",
"target": "agent.prompt_builder"
},
{
"facade": "run_agent",
"name": "check_toolset_requirements",
"kind": "moved-lazy",
"target": "model_tools"
},
{
"facade": "run_agent",
"name": "convert_scratchpad_to_think",
"kind": "moved-lazy",
"target": "agent.trajectory"
},
{
"facade": "run_agent",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "run_agent",
"name": "estimate_request_tokens_rough",
"kind": "moved-lazy",
"target": "agent.model_metadata"
},
{
"facade": "run_agent",
"name": "file_mutation_result_landed",
"kind": "moved-lazy",
"target": "agent.tool_result_classification"
},
{
"facade": "run_agent",
"name": "flatten_message_text",
"kind": "moved-lazy",
"target": "agent.message_content"
},
{
"facade": "run_agent",
"name": "get_tool_definitions",
"kind": "moved-lazy",
"target": "model_tools"
},
{
"facade": "run_agent",
"name": "handle_function_call",
"kind": "moved-lazy",
"target": "model_tools"
},
{
"facade": "run_agent",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "run_agent",
"name": "is_truthy_value",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "run_agent",
"name": "jittered_backoff",
"kind": "moved-lazy",
"target": "agent.retry_utils"
},
{
"facade": "run_agent",
"name": "load_soul_md",
"kind": "moved-lazy",
"target": "agent.prompt_builder"
},
{
"facade": "run_agent",
"name": "normalize_usage",
"kind": "moved-lazy",
"target": "agent.usage_pricing"
},
{
"facade": "run_agent",
"name": "redact_sensitive_text",
"kind": "moved-lazy",
"target": "agent.redact"
},
{
"facade": "run_agent",
"name": "request_hard_interrupt",
"kind": "moved-lazy",
"target": "agent.interrupt_compat"
},
{
"facade": "run_agent",
"name": "sanitize_context",
"kind": "moved-lazy",
"target": "agent.memory_manager"
},
{
"facade": "run_agent",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "run_agent",
"name": "user_originated_turn_view",
"kind": "moved-lazy",
"target": "agent.context_compressor"
},
{
"facade": "tools.apply_layout_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.approval",
"name": "DANGEROUS_PATTERNS",
"kind": "moved-lazy",
"target": "tools.approval_detection"
},
{
"facade": "tools.approval",
"name": "DANGEROUS_PATTERNS_COMPILED",
"kind": "moved-lazy",
"target": "tools.approval_detection"
},
{
"facade": "tools.approval",
"name": "HARDLINE_PATTERNS",
"kind": "moved-lazy",
"target": "tools.approval_detection"
},
{
"facade": "tools.approval",
"name": "HARDLINE_PATTERNS_COMPILED",
"kind": "moved-lazy",
"target": "tools.approval_detection"
},
{
"facade": "tools.approval",
"name": "HUMAN_WAIT_MARGIN_S",
"kind": "moved-lazy",
"target": "tools.approval_human_wait"
},
{
"facade": "tools.approval",
"name": "cfg_get",
"kind": "moved-lazy",
"target": "hermes_cli.config"
},
{
"facade": "tools.approval",
"name": "contextlib",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tools.approval",
"name": "contextvars",
"kind": "import",
"target": "contextvars"
},
{
"facade": "tools.approval",
"name": "fnmatch",
"kind": "import",
"target": "fnmatch"
},
{
"facade": "tools.approval",
"name": "functools",
"kind": "import",
"target": "functools"
},
{
"facade": "tools.approval",
"name": "get_plugin_manager",
"kind": "moved-lazy",
"target": "tools.approval_prompt"
},
{
"facade": "tools.approval",
"name": "human_wait_ceiling",
"kind": "moved-lazy",
"target": "tools.approval_human_wait"
},
{
"facade": "tools.approval",
"name": "human_wait_seconds",
"kind": "moved-lazy",
"target": "tools.approval_human_wait"
},
{
"facade": "tools.approval",
"name": "human_wait_window",
"kind": "moved-lazy",
"target": "tools.approval_human_wait"
},
{
"facade": "tools.approval",
"name": "is_interrupted",
"kind": "moved-lazy",
"target": "tools.interrupt"
},
{
"facade": "tools.approval",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.approval",
"name": "request_elicitation_consent",
"kind": "moved-lazy",
"target": "tools.approval_prompt"
},
{
"facade": "tools.approval",
"name": "reset_current_observability_context",
"kind": "moved-lazy",
"target": "tools.approval_context"
},
{
"facade": "tools.approval",
"name": "reset_current_session_key",
"kind": "moved-lazy",
"target": "tools.approval_context"
},
{
"facade": "tools.approval",
"name": "reset_hermes_interactive_context",
"kind": "moved-lazy",
"target": "tools.approval_context"
},
{
"facade": "tools.approval",
"name": "set_current_observability_context",
"kind": "moved-lazy",
"target": "tools.approval_context"
},
{
"facade": "tools.approval",
"name": "set_current_session_key",
"kind": "moved-lazy",
"target": "tools.approval_context"
},
{
"facade": "tools.approval",
"name": "set_hermes_interactive_context",
"kind": "moved-lazy",
"target": "tools.approval_context"
},
{
"facade": "tools.approval",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "tools.approval",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "tools.approval",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "tools.approval",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "tools.approval",
"name": "unicodedata",
"kind": "import",
"target": "unicodedata"
},
{
"facade": "tools.approval",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "tools.async_delegation",
"name": "active_for_session",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.browser_camofox_state",
"name": "CAMOFOX_STATE_DIR_NAME",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.browser_camofox_state",
"name": "CAMOFOX_STATE_SUBDIR",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.browser_dialog_tool",
"name": "logger",
"kind": "moved-lazy",
"target": "tools.approval"
},
{
"facade": "tools.browser_dialog_tool",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "tools.browser_supervisor",
"name": "CONSOLE_HISTORY_MAX",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.browser_supervisor",
"name": "ConsoleEvent",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.browser_supervisor",
"name": "DIALOG_BRIDGE_HOST",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_dialogs"
},
{
"facade": "tools.browser_supervisor",
"name": "DIALOG_BRIDGE_URL_PATTERN",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_dialogs"
},
{
"facade": "tools.browser_supervisor",
"name": "DIALOG_POLICY_AUTO_ACCEPT",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_dialogs"
},
{
"facade": "tools.browser_supervisor",
"name": "DIALOG_POLICY_AUTO_DISMISS",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_dialogs"
},
{
"facade": "tools.browser_supervisor",
"name": "DIALOG_POLICY_MUST_RESPOND",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_dialogs"
},
{
"facade": "tools.browser_supervisor",
"name": "FRAME_TREE_MAX_ENTRIES",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_frames"
},
{
"facade": "tools.browser_supervisor",
"name": "FRAME_TREE_MAX_OOPIF_DEPTH",
"kind": "moved-lazy",
"target": "tools.browser_supervisor_frames"
},
{
"facade": "tools.browser_tool",
"name": "BrowserUseProvider",
"kind": "moved-lazy",
"target": "plugins.browser.browser_use.provider.BrowserUseBrowserProvider"
},
{
"facade": "tools.browser_tool",
"name": "BrowserbaseProvider",
"kind": "moved-lazy",
"target": "plugins.browser.browserbase.provider.BrowserbaseBrowserProvider"
},
{
"facade": "tools.browser_tool",
"name": "CloudBrowserProvider",
"kind": "moved-lazy",
"target": "agent.browser_provider.BrowserProvider"
},
{
"facade": "tools.browser_tool",
"name": "FirecrawlProvider",
"kind": "moved-lazy",
"target": "plugins.browser.firecrawl.provider.FirecrawlBrowserProvider"
},
{
"facade": "tools.browser_tool",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.browser_tool",
"name": "SNAPSHOT_SUMMARIZE_THRESHOLD",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.browser_tool",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.browser_tool",
"name": "agent_browser_runnable",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.browser_tool",
"name": "check_browser_requirements",
"kind": "moved-lazy",
"target": "tools.browser_tool_install"
},
{
"facade": "tools.browser_tool",
"name": "check_browser_vision_requirements",
"kind": "moved-lazy",
"target": "tools.browser_tool_install"
},
{
"facade": "tools.browser_tool",
"name": "cleanup_all_browsers",
"kind": "moved-lazy",
"target": "tools.browser_tool_lifecycle"
},
{
"facade": "tools.browser_tool",
"name": "cleanup_browser",
"kind": "moved-lazy",
"target": "tools.browser_tool_lifecycle"
},
{
"facade": "tools.browser_tool",
"name": "contextlib",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tools.browser_tool",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.browser_tool",
"name": "functools",
"kind": "import",
"target": "functools"
},
{
"facade": "tools.browser_tool",
"name": "get_hermes_home_override",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.browser_tool",
"name": "hermes_home_key",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.browser_tool",
"name": "is_truthy_value",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.browser_tool",
"name": "lightpanda_engine_status",
"kind": "moved-lazy",
"target": "tools.browser_tool_lightpanda_fallback"
},
{
"facade": "tools.browser_tool",
"name": "node_tool_runnable",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.browser_tool",
"name": "normalize_browser_cloud_provider",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.browser_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.browser_tool",
"name": "reset_hermes_home_override",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.browser_tool",
"name": "set_hermes_home_override",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.browser_tool",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "tools.browser_tool",
"name": "signal",
"kind": "import",
"target": "signal"
},
{
"facade": "tools.browser_tool",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.browser_tool",
"name": "warm_agent_browser_npx_cache",
"kind": "moved-lazy",
"target": "tools.browser_tool_install"
},
{
"facade": "tools.browser_tool",
"name": "windows_hide_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "tools.clarify_gateway",
"name": "get_notify",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.clarify_gateway",
"name": "register_notify",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.clarify_gateway",
"name": "unregister_notify",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.close_preview_tool",
"name": "CLOSE_PREVIEW_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.close_preview_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.close_preview_tool",
"name": "registry",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.close_preview_tool",
"name": "tool_error",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.code_execution_tool",
"name": "DEFAULT_KERNEL_MODE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.code_execution_tool",
"name": "KERNEL_MODES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.code_execution_tool",
"name": "platform",
"kind": "import",
"target": "platform"
},
{
"facade": "tools.code_execution_tool",
"name": "socket",
"kind": "import",
"target": "socket"
},
{
"facade": "tools.code_execution_tool",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "tools.code_execution_tool",
"name": "thread_scoped_silence",
"kind": "moved-lazy",
"target": "agent.thread_scoped_output"
},
{
"facade": "tools.code_kernel_remote",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "tools.computer_use",
"name": "annotations",
"kind": "import",
"target": "__future__"
},
{
"facade": "tools.computer_use",
"name": "check_computer_use_requirements",
"kind": "moved-lazy",
"target": "tools.computer_use.tool"
},
{
"facade": "tools.computer_use",
"name": "get_computer_use_schema",
"kind": "moved-lazy",
"target": "tools.computer_use.tool"
},
{
"facade": "tools.computer_use",
"name": "handle_computer_use",
"kind": "moved-lazy",
"target": "tools.computer_use.tool"
},
{
"facade": "tools.computer_use",
"name": "release_computer_use_session",
"kind": "moved-lazy",
"target": "tools.computer_use.tool"
},
{
"facade": "tools.computer_use",
"name": "set_approval_callback",
"kind": "moved-lazy",
"target": "tools.computer_use.tool"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "CaptureResult",
"kind": "moved-lazy",
"target": "tools.computer_use.backend"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "PureWindowsPath",
"kind": "import",
"target": "pathlib"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "UIElement",
"kind": "moved-lazy",
"target": "tools.computer_use.backend"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "concurrent",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "cua_driver_install_hint",
"kind": "moved-lazy",
"target": "tools.computer_use.cua_backend_driver"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "cua_driver_update_check",
"kind": "moved-lazy",
"target": "tools.computer_use.cua_backend_driver"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "deque",
"kind": "import",
"target": "collections"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "functools",
"kind": "import",
"target": "functools"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "tools.computer_use.cua_backend",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "tools.computer_use.permissions",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.computer_use.tool",
"name": "struct",
"kind": "import",
"target": "struct"
},
{
"facade": "tools.cronjob_tools",
"name": "effective_job_state",
"kind": "moved-lazy",
"target": "cron.jobs"
},
{
"facade": "tools.cronjob_tools",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.delegate_tool",
"name": "DEFAULT_CHILD_TIMEOUT",
"kind": "moved-lazy",
"target": "tools.delegate_tool_config"
},
{
"facade": "tools.delegate_tool",
"name": "DEFAULT_MAX_SUMMARY_CHARS",
"kind": "moved-lazy",
"target": "tools.delegate_tool_results"
},
{
"facade": "tools.delegate_tool",
"name": "DEFAULT_TOOLSETS",
"kind": "moved-lazy",
"target": "tools.delegate_tool_toolsets"
},
{
"facade": "tools.delegate_tool",
"name": "FuturesTimeoutError",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "tools.delegate_tool",
"name": "MAX_DEPTH",
"kind": "moved-lazy",
"target": "tools.delegate_tool_config"
},
{
"facade": "tools.delegate_tool",
"name": "TOOLSETS",
"kind": "moved-lazy",
"target": "toolsets"
},
{
"facade": "tools.delegate_tool",
"name": "base_url_hostname",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.delegate_tool",
"name": "contextvars",
"kind": "import",
"target": "contextvars"
},
{
"facade": "tools.delegate_tool",
"name": "enum",
"kind": "import",
"target": "enum"
},
{
"facade": "tools.delegate_tool",
"name": "file_state",
"kind": "moved-lazy",
"target": "tools"
},
{
"facade": "tools.delegate_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.delegate_tool",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "tools.delegate_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.delegate_tool",
"name": "request_hard_interrupt",
"kind": "moved-lazy",
"target": "agent.interrupt_compat"
},
{
"facade": "tools.delegate_tool",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.delegate_tool",
"name": "urlsplit",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.delegate_tool",
"name": "urlunsplit",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.delegation_live_log",
"name": "new_live_delegation_id",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.delegation_output_schema",
"name": "MAX_SCHEMA_RETRIES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.discord_tool",
"name": "TYPE_CHECKING",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.discord_tool",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.discord_tool",
"name": "get_dynamic_schema",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.drive_preview_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.env_probe",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "tools.environments.base",
"name": "IO",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.environments.base",
"name": "Protocol",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.environments.base",
"name": "codecs",
"kind": "import",
"target": "codecs"
},
{
"facade": "tools.environments.base",
"name": "deque",
"kind": "import",
"target": "collections"
},
{
"facade": "tools.environments.base",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.environments.base",
"name": "sanitize_task_id_for_path",
"kind": "moved-lazy",
"target": "tools.environments.path_utils"
},
{
"facade": "tools.environments.base",
"name": "select",
"kind": "import",
"target": "select"
},
{
"facade": "tools.environments.base",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "tools.environments.base",
"name": "windows_hide_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "tools.environments.managed_modal",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.environments.vercel_sandbox",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.feishu_doc_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.feishu_doc_tool",
"name": "logger",
"kind": "moved-lazy",
"target": "tools.approval"
},
{
"facade": "tools.feishu_doc_tool",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "tools.feishu_doc_tool",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.feishu_drive_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.feishu_drive_tool",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.file_operations",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.file_operations",
"name": "ClassVar",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.file_operations",
"name": "DEFAULT_READ_LIMIT",
"kind": "moved-lazy",
"target": "tools.file_operations_common"
},
{
"facade": "tools.file_operations",
"name": "DEFAULT_READ_OFFSET",
"kind": "moved-lazy",
"target": "tools.file_operations_common"
},
{
"facade": "tools.file_operations",
"name": "DEFAULT_SEARCH_LIMIT",
"kind": "moved-lazy",
"target": "tools.file_operations_common"
},
{
"facade": "tools.file_operations",
"name": "DEFAULT_SEARCH_OFFSET",
"kind": "moved-lazy",
"target": "tools.file_operations_common"
},
{
"facade": "tools.file_operations",
"name": "LINTERS",
"kind": "moved-lazy",
"target": "tools.file_operations_lint"
},
{
"facade": "tools.file_operations",
"name": "LintResult",
"kind": "moved-lazy",
"target": "tools.file_operations_common"
},
{
"facade": "tools.file_operations",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.file_operations",
"name": "MAX_FILE_SIZE",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.file_operations",
"name": "MAX_LINES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.file_operations",
"name": "MAX_LINE_LENGTH",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.file_operations",
"name": "SEARCH_PRUNE_DIR_NAMES",
"kind": "moved-lazy",
"target": "agent.search_policy"
},
{
"facade": "tools.file_operations",
"name": "SearchMatch",
"kind": "moved-lazy",
"target": "tools.file_operations_common"
},
{
"facade": "tools.file_operations",
"name": "build_write_denied_paths",
"kind": "restored-import",
"target": "agent.file_safety"
},
{
"facade": "tools.file_operations",
"name": "WRITE_DENIED_PATHS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.file_operations",
"name": "build_write_denied_prefixes",
"kind": "restored-import",
"target": "agent.file_safety"
},
{
"facade": "tools.file_operations",
"name": "WRITE_DENIED_PREFIXES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.file_operations",
"name": "build_write_denied_paths",
"kind": "moved-lazy",
"target": "agent.file_safety"
},
{
"facade": "tools.file_operations",
"name": "build_write_denied_prefixes",
"kind": "moved-lazy",
"target": "agent.file_safety"
},
{
"facade": "tools.file_operations",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.file_operations",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.file_operations",
"name": "posixpath",
"kind": "import",
"target": "posixpath"
},
{
"facade": "tools.file_operations",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.file_operations",
"name": "tool_interrupt",
"kind": "moved-lazy",
"target": "tools.interrupt"
},
{
"facade": "tools.file_tools",
"name": "PurePosixPath",
"kind": "import",
"target": "pathlib"
},
{
"facade": "tools.file_tools",
"name": "has_opaque_document_extension",
"kind": "moved-lazy",
"target": "tools.binary_extensions"
},
{
"facade": "tools.file_tools",
"name": "is_pdf_path",
"kind": "moved-lazy",
"target": "tools.binary_extensions"
},
{
"facade": "tools.file_tools",
"name": "notify_other_tool_call",
"kind": "moved-lazy",
"target": "tools.file_tools_read_tracking"
},
{
"facade": "tools.file_tools",
"name": "posixpath",
"kind": "import",
"target": "posixpath"
},
{
"facade": "tools.file_tools",
"name": "reset_file_dedup",
"kind": "moved-lazy",
"target": "tools.file_tools_read_tracking"
},
{
"facade": "tools.file_tools",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "tools.focus_pane_tool",
"name": "FOCUS_PANE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.focus_pane_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.fuzzy_match",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.fuzzy_match",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.image_generation_tool",
"name": "is_krea_model",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.lazy_deps",
"name": "feature_specs",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "urlsplit",
"kind": "restored-import",
"target": "urllib.parse"
},
{
"facade": "tools.managed_tool_gateway",
"name": "_MANAGED_GATEWAY_VENDOR",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "is_managed_nous_gateway_url",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "managed_gateway_auth_headers",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "_MEDIA_UPLOAD_PRESIGN_TIMEOUT_SECONDS",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "_MEDIA_UPLOAD_PUT_READ_TIMEOUT_SECONDS",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "_MEDIA_UPLOAD_PUT_WRITE_TIMEOUT_SECONDS",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "_describe_media_upload_refusal",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of build_managed_media_uploader)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "build_managed_media_uploader",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "is_managed_nous_gateway_url",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "managed_gateway_auth_headers",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "managed_vendor_base_path",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "managed_vendor_upload_path",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of managed_vendor_endpoints)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "managed_vendor_endpoints",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "managed_vendor_upload_path",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.managed_tool_gateway",
"name": "urlsplit",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.mcp_oauth",
"name": "OAuthClientInformationFull",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_oauth",
"name": "OAuthClientMetadata",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_oauth",
"name": "OAuthClientProvider",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_oauth",
"name": "OAuthMetadata",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_oauth",
"name": "OAuthToken",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_oauth",
"name": "contextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tools.mcp_schema_cache",
"name": "clear_cache_entry",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_schema_cache",
"name": "has_cached_entry",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.mcp_tool",
"name": "Coroutine",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.mcp_tool",
"name": "InvalidMcpUrlError",
"kind": "moved-lazy",
"target": "tools.mcp_tool_errors"
},
{
"facade": "tools.mcp_tool",
"name": "MCP_TOOL_NAME_PREFIX",
"kind": "moved-lazy",
"target": "tools.mcp_tool_schema"
},
{
"facade": "tools.mcp_tool",
"name": "NonMcpEndpointError",
"kind": "moved-lazy",
"target": "tools.mcp_tool_errors"
},
{
"facade": "tools.mcp_tool",
"name": "SimpleNamespace",
"kind": "import",
"target": "types"
},
{
"facade": "tools.mcp_tool",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.mcp_tool",
"name": "asynccontextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tools.mcp_tool",
"name": "concurrent",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "tools.mcp_tool",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.mcp_tool",
"name": "discover_mcp_tools",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "errno",
"kind": "import",
"target": "errno"
},
{
"facade": "tools.mcp_tool",
"name": "fnmatch",
"kind": "import",
"target": "fnmatch"
},
{
"facade": "tools.mcp_tool",
"name": "get_mcp_status",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "get_registered_mcp_server_names",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "has_registered_mcp_tools",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "is_mcp_tool_parallel_safe",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.mcp_tool",
"name": "matches_name_filter",
"kind": "moved-lazy",
"target": "tools.mcp_tool_schema"
},
{
"facade": "tools.mcp_tool",
"name": "math",
"kind": "import",
"target": "math"
},
{
"facade": "tools.mcp_tool",
"name": "mcp_prefixed_tool_name",
"kind": "moved-lazy",
"target": "tools.mcp_tool_schema"
},
{
"facade": "tools.mcp_tool",
"name": "persist_agent_tool_names",
"kind": "moved-lazy",
"target": "tools.mcp_tool_agent"
},
{
"facade": "tools.mcp_tool",
"name": "probe_mcp_server_tools",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "random",
"kind": "import",
"target": "random"
},
{
"facade": "tools.mcp_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.mcp_tool",
"name": "reconnect_mcp_server",
"kind": "moved-lazy",
"target": "tools.mcp_tool_loop"
},
{
"facade": "tools.mcp_tool",
"name": "refresh_agent_mcp_tools",
"kind": "moved-lazy",
"target": "tools.mcp_tool_agent"
},
{
"facade": "tools.mcp_tool",
"name": "register_mcp_servers",
"kind": "moved-lazy",
"target": "tools.mcp_tool_discovery"
},
{
"facade": "tools.mcp_tool",
"name": "reprobe_tool_availability",
"kind": "moved-lazy",
"target": "tools.mcp_tool_agent"
},
{
"facade": "tools.mcp_tool",
"name": "restore_agent_tool_prefix",
"kind": "moved-lazy",
"target": "tools.mcp_tool_agent"
},
{
"facade": "tools.mcp_tool",
"name": "sanitize_mcp_name_component",
"kind": "moved-lazy",
"target": "tools.mcp_tool_schema"
},
{
"facade": "tools.mcp_tool",
"name": "shutdown_mcp_servers",
"kind": "moved-lazy",
"target": "tools.mcp_tool_lifecycle"
},
{
"facade": "tools.mcp_tool",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "tools.mcp_tool",
"name": "strip_unicode_tags",
"kind": "moved-lazy",
"target": "tools.ansi_strip"
},
{
"facade": "tools.mcp_tool",
"name": "tool_error",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.mcp_tool",
"name": "urlparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.memory_tool",
"name": "atomic_write_text",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.memory_tool",
"name": "contextmanager",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tools.memory_tool",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "tools.microsoft_graph_client",
"name": "AsyncIterator",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.microsoft_graph_client",
"name": "GraphCredentials",
"kind": "moved-lazy",
"target": "tools.microsoft_graph_auth"
},
{
"facade": "tools.open_preview_tool",
"name": "OPEN_PREVIEW_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.open_preview_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.open_preview_tool",
"name": "registry",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.openrouter_client",
"name": "get_async_client",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.path_security",
"name": "logger",
"kind": "moved-lazy",
"target": "tools.approval"
},
{
"facade": "tools.path_security",
"name": "logging",
"kind": "import",
"target": "logging"
},
{
"facade": "tools.preview_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.preview_tool",
"name": "preview_open",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.process_registry",
"name": "MAX_ACTIVE_PROCESS_AGE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.react_to_message_tool",
"name": "env_var_enabled",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.read_extract",
"name": "MAX_XLSX_BYTES",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.read_preview_tool",
"name": "READ_PREVIEW_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.read_preview_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.read_preview_tool",
"name": "registry",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.read_preview_tool",
"name": "tool_error",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.read_terminal_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.read_window_tool",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.read_window_tool",
"name": "tool_error",
"kind": "moved-lazy",
"target": "tools.registry"
},
{
"facade": "tools.send_message_tool",
"name": "SEND_MESSAGE_SCHEMA",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.send_message_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.send_message_tool",
"name": "redact_sensitive_text",
"kind": "moved-lazy",
"target": "agent.redact"
},
{
"facade": "tools.send_message_tool",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "tools.skill_ledger",
"name": "ACTOR_AGENT",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_ledger",
"name": "ACTOR_CURATOR",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_ledger",
"name": "ACTOR_USER",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_linter",
"name": "format_findings",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_linter",
"name": "has_errors",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_manager_tool",
"name": "mark_background_review_skill_read",
"kind": "moved-lazy",
"target": "tools.skill_manager_guards"
},
{
"facade": "tools.skill_usage",
"name": "os",
"kind": "restored-import",
"target": "os"
},
{
"facade": "tools.skill_usage",
"name": "tempfile",
"kind": "restored-import",
"target": "tempfile"
},
{
"facade": "tools.skill_usage",
"name": "_suppressed_file",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of add_suppressed_name)"
},
{
"facade": "tools.skill_usage",
"name": "_write_suppressed_names",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of add_suppressed_name)"
},
{
"facade": "tools.skill_usage",
"name": "add_suppressed_name",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_usage",
"name": "agent_created_report",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_usage",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "tools.skill_usage",
"name": "remove_suppressed_name",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skill_usage",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "tools.skillevaluator_scan",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.skillevaluator_scan",
"name": "SCANNER_NAME",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skillevaluator_scan",
"name": "scanner_available",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_guard",
"name": "full_content_hash",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_hub",
"name": "ABC",
"kind": "import",
"target": "abc"
},
{
"facade": "tools.skills_hub",
"name": "BrowseShSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_sources"
},
{
"facade": "tools.skills_hub",
"name": "ClawHubSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_clawhub"
},
{
"facade": "tools.skills_hub",
"name": "GITHUB_TAP_PROVIDERS",
"kind": "moved-lazy",
"target": "tools.skills_hub_github"
},
{
"facade": "tools.skills_hub",
"name": "GitHubAuth",
"kind": "moved-lazy",
"target": "tools.skills_hub_github"
},
{
"facade": "tools.skills_hub",
"name": "GitHubSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_github"
},
{
"facade": "tools.skills_hub",
"name": "HERMES_INDEX_TTL",
"kind": "moved-lazy",
"target": "tools.skills_hub_search"
},
{
"facade": "tools.skills_hub",
"name": "HERMES_INDEX_URL",
"kind": "moved-lazy",
"target": "tools.skills_hub_search"
},
{
"facade": "tools.skills_hub",
"name": "HermesIndexSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_official"
},
{
"facade": "tools.skills_hub",
"name": "LobeHubSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_sources"
},
{
"facade": "tools.skills_hub",
"name": "OptionalSkillSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_official"
},
{
"facade": "tools.skills_hub",
"name": "PurePosixPath",
"kind": "import",
"target": "pathlib"
},
{
"facade": "tools.skills_hub",
"name": "ScanResult",
"kind": "moved-lazy",
"target": "tools.skills_guard"
},
{
"facade": "tools.skills_hub",
"name": "SkillBundle",
"kind": "moved-lazy",
"target": "tools.skills_hub_models"
},
{
"facade": "tools.skills_hub",
"name": "SkillMeta",
"kind": "moved-lazy",
"target": "tools.skills_hub_models"
},
{
"facade": "tools.skills_hub",
"name": "SkillSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_models"
},
{
"facade": "tools.skills_hub",
"name": "SkillsShSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_skillssh"
},
{
"facade": "tools.skills_hub",
"name": "TRUSTED_REPOS",
"kind": "moved-lazy",
"target": "tools.skills_guard"
},
{
"facade": "tools.skills_hub",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.skills_hub",
"name": "Union",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.skills_hub",
"name": "UrlSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_sources"
},
{
"facade": "tools.skills_hub",
"name": "WellKnownSkillSource",
"kind": "moved-lazy",
"target": "tools.skills_hub_sources"
},
{
"facade": "tools.skills_hub",
"name": "abstractmethod",
"kind": "import",
"target": "abc"
},
{
"facade": "tools.skills_hub",
"name": "bundle_content_hash",
"kind": "moved-lazy",
"target": "tools.skills_hub_install"
},
{
"facade": "tools.skills_hub",
"name": "check_for_skill_updates",
"kind": "moved-lazy",
"target": "tools.skills_hub_install"
},
{
"facade": "tools.skills_hub",
"name": "content_hash",
"kind": "moved-lazy",
"target": "tools.skills_guard"
},
{
"facade": "tools.skills_hub",
"name": "create_source_router",
"kind": "moved-lazy",
"target": "tools.skills_hub_search"
},
{
"facade": "tools.skills_hub",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.skills_hub",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.skills_hub",
"name": "github_provider_for",
"kind": "moved-lazy",
"target": "tools.skills_hub_github"
},
{
"facade": "tools.skills_hub",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "tools.skills_hub",
"name": "install_from_quarantine",
"kind": "moved-lazy",
"target": "tools.skills_hub_install"
},
{
"facade": "tools.skills_hub",
"name": "is_excluded_skill_path",
"kind": "moved-lazy",
"target": "agent.skill_utils"
},
{
"facade": "tools.skills_hub",
"name": "os",
"kind": "import",
"target": "os"
},
{
"facade": "tools.skills_hub",
"name": "parallel_search_sources",
"kind": "moved-lazy",
"target": "tools.skills_hub_search"
},
{
"facade": "tools.skills_hub",
"name": "quarantine_bundle",
"kind": "moved-lazy",
"target": "tools.skills_hub_install"
},
{
"facade": "tools.skills_hub",
"name": "quote",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.skills_hub",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.skills_hub",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "tools.skills_hub",
"name": "source_url_for_bundle",
"kind": "moved-lazy",
"target": "tools.skills_hub_models"
},
{
"facade": "tools.skills_hub",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "tools.skills_hub",
"name": "unified_search",
"kind": "moved-lazy",
"target": "tools.skills_hub_search"
},
{
"facade": "tools.skills_hub",
"name": "uninstall_skill",
"kind": "moved-lazy",
"target": "tools.skills_hub_install"
},
{
"facade": "tools.skills_hub",
"name": "unquote",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.skills_hub",
"name": "urlparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.skills_hub",
"name": "urlsplit",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.skills_hub",
"name": "urlunparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.skills_hub",
"name": "windows_hide_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "tools.skills_hub",
"name": "yaml",
"kind": "import",
"target": "yaml"
},
{
"facade": "tools.skills_sync",
"name": "PurePosixPath",
"kind": "import",
"target": "pathlib"
},
{
"facade": "tools.skills_sync",
"name": "atomic_replace",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.skills_sync",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.skills_sync",
"name": "diff_bundled_skill",
"kind": "moved-lazy",
"target": "tools.skills_sync_bundled_ops"
},
{
"facade": "tools.skills_sync",
"name": "is_bundled_skills_opt_out",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync",
"name": "json",
"kind": "import",
"target": "json"
},
{
"facade": "tools.skills_sync",
"name": "list_user_modified_bundled_skills",
"kind": "moved-lazy",
"target": "tools.skills_sync_bundled_ops"
},
{
"facade": "tools.skills_sync",
"name": "remove_pristine_bundled_skills",
"kind": "moved-lazy",
"target": "tools.skills_sync_bundled_ops"
},
{
"facade": "tools.skills_sync",
"name": "reset_bundled_skill",
"kind": "moved-lazy",
"target": "tools.skills_sync_bundled_ops"
},
{
"facade": "tools.skills_sync",
"name": "restore_official_optional_skill",
"kind": "moved-lazy",
"target": "tools.skills_sync_optional"
},
{
"facade": "tools.skills_sync",
"name": "set_bundled_skills_opt_out",
"kind": "moved-lazy",
"target": "tools.skills_sync_bundled_ops"
},
{
"facade": "tools.skills_sync",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.skills_sync_client",
"name": "ARTIFACT_TYPE_SKILL",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_sync_client",
"name": "KIND_COMMIT",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "KIND_TREE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "MODE_DIR",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "MODE_EXEC",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "MODE_FILE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "SYNC_MANIFEST_ENTRY_NAME",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_sync_client",
"name": "SYNC_MANIFEST_TYPE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "SYNC_MANIFEST_VERSION",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_sync_client",
"name": "WIRE_VERSION",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_sync_client",
"name": "canonical_json_bytes",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_sync_client",
"name": "datetime",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.skills_sync_client",
"name": "dev_gate_open",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "tools.skills_sync_client",
"name": "maybe_pull_org_skills",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_org"
},
{
"facade": "tools.skills_sync_client",
"name": "org_head_ref",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_org"
},
{
"facade": "tools.skills_sync_client",
"name": "org_skill_is_locally_modified",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_org"
},
{
"facade": "tools.skills_sync_client",
"name": "org_sync_available",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "parse_sync_manifest",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_sync_client",
"name": "propose_skill",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_org"
},
{
"facade": "tools.skills_sync_client",
"name": "pull_org_skills",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_org"
},
{
"facade": "tools.skills_sync_client",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "tools.skills_sync_client",
"name": "timezone",
"kind": "import",
"target": "datetime"
},
{
"facade": "tools.skills_sync_client",
"name": "user_conflict_ref",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.skills_sync_client",
"name": "wire_address",
"kind": "moved-lazy",
"target": "tools.skills_sync_client_wire"
},
{
"facade": "tools.skills_tool",
"name": "Enum",
"kind": "import",
"target": "enum"
},
{
"facade": "tools.skills_tool",
"name": "Set",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.skills_tool",
"name": "display_hermes_home",
"kind": "moved-lazy",
"target": "hermes_constants"
},
{
"facade": "tools.skills_tool",
"name": "env_var_enabled",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.skills_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.skills_tool",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.slash_confirm",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "tools.slash_confirm",
"name": "resolve_sync_compat",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.terminal_scope",
"name": "install_refusal_scope",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.terminal_scope",
"name": "terminal_scope",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.terminal_tool",
"name": "Path",
"kind": "import",
"target": "pathlib"
},
{
"facade": "tools.terminal_tool",
"name": "cleanup_vm",
"kind": "moved-lazy",
"target": "tools.terminal_tool_lifecycle"
},
{
"facade": "tools.terminal_tool",
"name": "env_var_enabled",
"kind": "moved-lazy",
"target": "utils"
},
{
"facade": "tools.terminal_tool",
"name": "get_active_env",
"kind": "moved-lazy",
"target": "tools.terminal_tool_lifecycle"
},
{
"facade": "tools.terminal_tool",
"name": "has_direct_modal_credentials",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.terminal_tool",
"name": "importlib",
"kind": "import",
"target": "importlib.util"
},
{
"facade": "tools.terminal_tool",
"name": "is_interrupted",
"kind": "moved-lazy",
"target": "tools.interrupt"
},
{
"facade": "tools.terminal_tool",
"name": "is_managed_tool_gateway_ready",
"kind": "moved-lazy",
"target": "tools.managed_tool_gateway"
},
{
"facade": "tools.terminal_tool",
"name": "is_persistent_env",
"kind": "moved-lazy",
"target": "tools.terminal_tool_lifecycle"
},
{
"facade": "tools.terminal_tool",
"name": "nous_tool_gateway_unavailable_message",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.terminal_tool",
"name": "platform",
"kind": "import",
"target": "platform"
},
{
"facade": "tools.terminal_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.terminal_tool",
"name": "resolve_modal_backend_state",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.terminal_tool",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "tools.terminal_tool",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "tools.terminal_tool",
"name": "stat",
"kind": "import",
"target": "stat"
},
{
"facade": "tools.terminal_tool",
"name": "strip_inert_heredoc_bodies",
"kind": "moved-lazy",
"target": "tools.shell_heredoc"
},
{
"facade": "tools.terminal_tool",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "tools.terminal_tool",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "tools.tool_result_storage",
"name": "HEREDOC_MARKER",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.tool_result_storage",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "tools.tool_search",
"name": "Literal",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.tool_search",
"name": "build_catalog_listing",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.tool_search",
"name": "copy",
"kind": "import",
"target": "copy"
},
{
"facade": "tools.tool_search",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.tool_search",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.tool_search",
"name": "snowballstemmer",
"kind": "import",
"target": "snowballstemmer"
},
{
"facade": "tools.tool_search",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.transcription_tools",
"name": "COMMAND_STT_OUTPUT_FORMATS",
"kind": "moved-lazy",
"target": "tools.transcription_command"
},
{
"facade": "tools.transcription_tools",
"name": "COMMON_LOCAL_BIN_DIRS",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "DEFAULT_COMMAND_STT_LANGUAGE",
"kind": "moved-lazy",
"target": "tools.transcription_command"
},
{
"facade": "tools.transcription_tools",
"name": "DEFAULT_COMMAND_STT_OUTPUT_FORMAT",
"kind": "moved-lazy",
"target": "tools.transcription_command"
},
{
"facade": "tools.transcription_tools",
"name": "DEFAULT_COMMAND_STT_TIMEOUT_SECONDS",
"kind": "moved-lazy",
"target": "tools.transcription_command"
},
{
"facade": "tools.transcription_tools",
"name": "DEFAULT_LOCAL_STT_LANGUAGE",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "ELEVENLABS_STT_BASE_URL",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "GROQ_BASE_URL",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "GROQ_MODELS",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "LOCAL_NATIVE_AUDIO_FORMATS",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "MAX_FILE_SIZE",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "OPENAI_BASE_URL",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "OPENAI_MODELS",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "SUPPORTED_FORMATS",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "XAI_STT_BASE_URL",
"kind": "moved-lazy",
"target": "tools.transcription_common"
},
{
"facade": "tools.transcription_tools",
"name": "managed_nous_tools_enabled",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.transcription_tools",
"name": "nous_tool_gateway_unavailable_message",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.transcription_tools",
"name": "platform",
"kind": "import",
"target": "platform"
},
{
"facade": "tools.transcription_tools",
"name": "queue",
"kind": "import",
"target": "queue"
},
{
"facade": "tools.transcription_tools",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.transcription_tools",
"name": "resolve_managed_tool_gateway",
"kind": "moved-lazy",
"target": "tools.managed_tool_gateway"
},
{
"facade": "tools.transcription_tools",
"name": "resolve_openai_audio_api_key",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.transcription_tools",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "tools.transcription_tools",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "tools.transcription_tools",
"name": "tempfile",
"kind": "import",
"target": "tempfile"
},
{
"facade": "tools.transcription_tools",
"name": "urljoin",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.transcription_tools",
"name": "windows_hide_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "tools.tts_tool",
"name": "AudioDeliveryProfile",
"kind": "moved-lazy",
"target": "tools.tts_tool_delivery"
},
{
"facade": "tools.tts_tool",
"name": "COMMAND_TTS_OUTPUT_FORMATS",
"kind": "moved-lazy",
"target": "tools.tts_command_provider"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_COMMAND_TTS_MAX_TEXT_LENGTH",
"kind": "moved-lazy",
"target": "tools.tts_command_provider"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_COMMAND_TTS_OUTPUT_FORMAT",
"kind": "moved-lazy",
"target": "tools.tts_command_provider"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_COMMAND_TTS_TIMEOUT_SECONDS",
"kind": "moved-lazy",
"target": "tools.tts_command_provider"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_DEEPINFRA_TTS_VOICE",
"kind": "moved-lazy",
"target": "tools.tts_tool_openai"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_EDGE_VOICE",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_ELEVENLABS_MODEL_ID",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_ELEVENLABS_STREAMING_MODEL_ID",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_ELEVENLABS_VOICE_ID",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_GEMINI_AUDIO_TAGS",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_GEMINI_TTS_BASE_URL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_GEMINI_TTS_MODEL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_GEMINI_TTS_VOICE",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_KITTENTTS_MODEL",
"kind": "moved-lazy",
"target": "tools.tts_tool_local"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_KITTENTTS_VOICE",
"kind": "moved-lazy",
"target": "tools.tts_tool_local"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_MINIMAX_BASE_URL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_MINIMAX_CN_BASE_URL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_MINIMAX_MODEL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_MINIMAX_VOICE_ID",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_MISTRAL_TTS_MODEL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_MISTRAL_TTS_VOICE_ID",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_OPENAI_BASE_URL",
"kind": "moved-lazy",
"target": "tools.tts_tool_openai"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_OPENAI_MODEL",
"kind": "moved-lazy",
"target": "tools.tts_tool_openai"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_OPENAI_VOICE",
"kind": "moved-lazy",
"target": "tools.tts_tool_openai"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_PIPER_VOICE",
"kind": "moved-lazy",
"target": "tools.tts_tool_local"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_AUTO_SPEECH_TAGS",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_BASE_URL",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_BIT_RATE",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_LANGUAGE",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_OPTIMIZE_STREAMING_LATENCY_DEFAULT",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_SAMPLE_RATE",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_SPEED_DEFAULT",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_SPEED_MAX",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_SPEED_MIN",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_TEXT_NORMALIZATION_DEFAULT",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "DEFAULT_XAI_VOICE_ID",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "ELEVENLABS_MODEL_MAX_TEXT_LENGTH",
"kind": "moved-lazy",
"target": "tools.tts_tool_delivery"
},
{
"facade": "tools.tts_tool",
"name": "FALLBACK_MAX_TEXT_LENGTH",
"kind": "moved-lazy",
"target": "tools.tts_tool_delivery"
},
{
"facade": "tools.tts_tool",
"name": "Future",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "tools.tts_tool",
"name": "GEMINI_AUDIO_TAG_REWRITE_TASK",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "GEMINI_TTS_CHANNELS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.tts_tool",
"name": "GEMINI_TTS_SAMPLE_RATE",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.tts_tool",
"name": "GEMINI_TTS_SAMPLE_WIDTH",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.tts_tool",
"name": "Iterator",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.tts_tool",
"name": "MANAGED_OPENAI_TTS_MODELS",
"kind": "moved-lazy",
"target": "tools.tts_tool_openai"
},
{
"facade": "tools.tts_tool",
"name": "FALLBACK_MAX_TEXT_LENGTH",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of MAX_TEXT_LENGTH)"
},
{
"facade": "tools.tts_tool",
"name": "MAX_TEXT_LENGTH",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.tts_tool",
"name": "PROVIDER_MAX_TEXT_LENGTH",
"kind": "moved-lazy",
"target": "tools.tts_tool_delivery"
},
{
"facade": "tools.tts_tool",
"name": "TTS_RESPONSE_BODY_CHUNK_BYTES",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "TTS_RESPONSE_BODY_LIMIT_BYTES",
"kind": "moved-lazy",
"target": "tools.tts_tool_providers"
},
{
"facade": "tools.tts_tool",
"name": "ThreadPoolExecutor",
"kind": "import",
"target": "concurrent.futures"
},
{
"facade": "tools.tts_tool",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.tts_tool",
"name": "acquire_tts_lease",
"kind": "moved-lazy",
"target": "tools.tts_tool_lifecycle"
},
{
"facade": "tools.tts_tool",
"name": "base64",
"kind": "import",
"target": "base64"
},
{
"facade": "tools.tts_tool",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.tts_tool",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tools.tts_tool",
"name": "hermes_xai_user_agent",
"kind": "moved-lazy",
"target": "tools.xai_http"
},
{
"facade": "tools.tts_tool",
"name": "managed_nous_tools_enabled",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.tts_tool",
"name": "nous_tool_gateway_unavailable_message",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.tts_tool",
"name": "platform",
"kind": "import",
"target": "platform"
},
{
"facade": "tools.tts_tool",
"name": "queue",
"kind": "import",
"target": "queue"
},
{
"facade": "tools.tts_tool",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.tts_tool",
"name": "read_selection",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.tts_tool",
"name": "release_tts_lease",
"kind": "moved-lazy",
"target": "tools.tts_tool_lifecycle"
},
{
"facade": "tools.tts_tool",
"name": "release_tts_provider",
"kind": "moved-lazy",
"target": "tools.tts_tool_lifecycle"
},
{
"facade": "tools.tts_tool",
"name": "resolve_managed_tool_gateway",
"kind": "moved-lazy",
"target": "tools.managed_tool_gateway"
},
{
"facade": "tools.tts_tool",
"name": "resolve_openai_audio_api_key",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.tts_tool",
"name": "selection_error",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.tts_tool",
"name": "shlex",
"kind": "import",
"target": "shlex"
},
{
"facade": "tools.tts_tool",
"name": "shutil",
"kind": "import",
"target": "shutil"
},
{
"facade": "tools.tts_tool",
"name": "stream_tts_to_speaker",
"kind": "moved-lazy",
"target": "tools.tts_tool_speaker"
},
{
"facade": "tools.tts_tool",
"name": "subprocess",
"kind": "import",
"target": "subprocess"
},
{
"facade": "tools.tts_tool",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.tts_tool",
"name": "time",
"kind": "import",
"target": "time"
},
{
"facade": "tools.tts_tool",
"name": "tts_lease_holders",
"kind": "moved-lazy",
"target": "tools.tts_tool_lifecycle"
},
{
"facade": "tools.tts_tool",
"name": "urljoin",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.tts_tool",
"name": "urlparse",
"kind": "import",
"target": "urllib.parse"
},
{
"facade": "tools.tts_tool",
"name": "uuid",
"kind": "import",
"target": "uuid"
},
{
"facade": "tools.tts_tool",
"name": "warm_tts_provider",
"kind": "moved-lazy",
"target": "tools.tts_tool_lifecycle"
},
{
"facade": "tools.tts_tool",
"name": "windows_hide_flags",
"kind": "moved-lazy",
"target": "hermes_cli._subprocess_compat"
},
{
"facade": "tools.url_safety",
"name": "has_sensitive_query_params",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.url_safety",
"name": "ssrf_safe_async_http_transport",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.url_safety",
"name": "ssrf_safe_http_transport",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.vision_tools",
"name": "contextlib",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tools.vision_tools",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "tools.vision_tools",
"name": "threading",
"kind": "import",
"target": "threading"
},
{
"facade": "tools.voice_mode",
"name": "DEFAULT_TTS_ECHO_SIMILARITY_THRESHOLD",
"kind": "moved-lazy",
"target": "tools.voice_mode_transcript"
},
{
"facade": "tools.voice_mode",
"name": "DEFAULT_VOICE_STOP_PHRASES",
"kind": "moved-lazy",
"target": "tools.voice_mode_transcript"
},
{
"facade": "tools.voice_mode",
"name": "MIN_FRAGMENT_LENGTH_FOR_ECHO",
"kind": "moved-lazy",
"target": "tools.voice_mode_transcript"
},
{
"facade": "tools.voice_mode",
"name": "WHISPER_HALLUCINATIONS",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.voice_mode",
"name": "difflib",
"kind": "import",
"target": "difflib"
},
{
"facade": "tools.voice_mode",
"name": "is_tts_echo",
"kind": "moved-lazy",
"target": "tools.voice_mode_transcript"
},
{
"facade": "tools.voice_mode",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.voice_mode",
"name": "voice_stop_hint",
"kind": "moved-lazy",
"target": "tools.voice_mode_transcript"
},
{
"facade": "tools.web_result_cache",
"name": "Any",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.web_result_cache",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.web_tools",
"name": "DEFAULT_EXTRACT_CHAR_LIMIT",
"kind": "moved-lazy",
"target": "tools.web_tools_truncate"
},
{
"facade": "tools.web_tools",
"name": "Dict",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.web_tools",
"name": "Firecrawl",
"kind": "moved-lazy",
"target": "plugins.web.firecrawl.provider"
},
{
"facade": "tools.web_tools",
"name": "MAX_STORED_TEXT_CHARS",
"kind": "moved-lazy",
"target": "tools.web_tools_truncate"
},
{
"facade": "tools.web_tools",
"name": "TYPE_CHECKING",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.web_tools",
"name": "asyncio",
"kind": "import",
"target": "asyncio"
},
{
"facade": "tools.web_tools",
"name": "build_vendor_gateway_url",
"kind": "moved-lazy",
"target": "tools.managed_tool_gateway"
},
{
"facade": "tools.web_tools",
"name": "httpx",
"kind": "import",
"target": "httpx"
},
{
"facade": "tools.web_tools",
"name": "managed_nous_tools_enabled",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.web_tools",
"name": "normalize_url_for_request",
"kind": "moved-lazy",
"target": "tools.url_safety"
},
{
"facade": "tools.web_tools",
"name": "nous_tool_gateway_unavailable_message",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.web_tools",
"name": "prefers_gateway",
"kind": "moved-lazy",
"target": "tools.tool_backend_helpers"
},
{
"facade": "tools.web_tools",
"name": "re",
"kind": "import",
"target": "re"
},
{
"facade": "tools.web_tools",
"name": "resolve_managed_tool_gateway",
"kind": "moved-lazy",
"target": "tools.managed_tool_gateway"
},
{
"facade": "tools.web_tools",
"name": "sensitive_query_param_name",
"kind": "moved-lazy",
"target": "tools.url_safety"
},
{
"facade": "tools.web_tools",
"name": "sys",
"kind": "import",
"target": "sys"
},
{
"facade": "tools.website_policy",
"name": "invalidate_cache",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.write_approval",
"name": "is_background",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tools.yuanbao_tools",
"name": "List",
"kind": "import",
"target": "typing"
},
{
"facade": "tools.yuanbao_tools",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "toolsets",
"name": "resolve_multiple_toolsets",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tui_gateway.compute_host",
"name": "dataclass",
"kind": "restored-import",
"target": "dataclasses"
},
{
"facade": "tui_gateway.compute_host",
"name": "field",
"kind": "restored-import",
"target": "dataclasses"
},
{
"facade": "tui_gateway.compute_host",
"name": "SpikeAgent",
"kind": "restored-helper",
"target": "(deleted; restored as a dependency of HostSession)"
},
{
"facade": "tui_gateway.compute_host",
"name": "HostSession",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tui_gateway.compute_host",
"name": "SpikeAgent",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tui_gateway.compute_host",
"name": "dataclass",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tui_gateway.compute_host",
"name": "field",
"kind": "import",
"target": "dataclasses"
},
{
"facade": "tui_gateway.compute_host",
"name": "request_hard_interrupt",
"kind": "moved-lazy",
"target": "agent.interrupt_compat"
},
{
"facade": "tui_gateway.hosted_room_driver",
"name": "contextlib",
"kind": "import",
"target": "contextlib"
},
{
"facade": "tui_gateway.hosted_room_driver",
"name": "null_turn_lock",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tui_gateway.hosted_room_service",
"name": "hashlib",
"kind": "import",
"target": "hashlib"
},
{
"facade": "tui_gateway.mcp_rpc_helpers",
"name": "Optional",
"kind": "import",
"target": "typing"
},
{
"facade": "tui_gateway.mcp_rpc_helpers",
"name": "Tuple",
"kind": "import",
"target": "typing"
},
{
"facade": "tui_gateway.mcp_rpc_helpers",
"name": "resolve_profile",
"kind": "restored-def",
"target": "(deleted; BASE body restored)"
},
{
"facade": "tui_gateway.methods_browser_control",
"name": "BROWSER_CONTROL_PROTOCOL_VERSION",
"kind": "moved-lazy",
"target": "gateway.browser_control_broker"
},
{
"facade": "tui_gateway.methods_browser_control",
"name": "browser_control_protocol_supported",
"kind": "moved-lazy",
"target": "gateway.browser_control_broker"
},
{
"facade": "tui_gateway.methods_browser_control",
"name": "filter_browser_control_capabilities",
"kind": "moved-lazy",
"target": "gateway.browser_control_broker"
},
{
"facade": "tui_gateway.methods_prompt",
"name": "types",
"kind": "import",
"target": "types"
},
{
"facade": "gateway.startup_watchdog",
"name": "*",
"kind": "module-stub",
"target": "gateway.shutdown_watchdog"
},
{
"facade": "hermes_cli.observability.relay_runtime",
"name": "*",
"kind": "module-stub",
"target": "agent.relay_runtime"
},
{
"facade": "tools.environments.modal_utils",
"name": "*",
"kind": "module-stub",
"target": "(deleted)"
}
]
}