Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: ./.claude/settings.local.json
 ./.dockerignore
 ./.env
 ./.env.example
 ./.envrc
 ./.gitattributes
 ./.github/ISSUE_TEMPLATE/bug_report.yml
 ./.github/ISSUE_TEMPLATE/config.yml
 ./.github/ISSUE_TEMPLATE/feature_request.yml
 ./.github/ISSUE_TEMPLATE/setup_help.yml
 ./.github/PULL_REQUEST_TEMPLATE.md
 ./.github/workflows/deploy-site.yml
 ./.github/workflows/docker-publish.yml
 ./.github/workflows/docs-site-checks.yml
 ./.github/workflows/nix.yml
 ./.github/workflows/skills-index.yml
 ./.github/workflows/supply-chain-audit.yml
 ./.github/workflows/tests.yml
 ./.gitmodules
 ./.plans/openai-api-server.md
 ./.plans/streaming-support.md
 ./AGENTS.md
 ./BIANBU_SETUP.md
 ./Dockerfile
 ./MANIFEST.in
 ./RELEASE_v0.2.0.md
 ./RELEASE_v0.3.0.md
 ./RELEASE_v0.4.0.md
 ./RELEASE_v0.5.0.md
 ./RELEASE_v0.6.0.md
 ./RELEASE_v0.7.0.md
 ./RELEASE_v0.8.0.md
 ./__pycache__/hermes_state.cpython-311.pyc
 ./acp_adapter/__init__.py
 ./acp_adapter/__main__.py
 ./acp_adapter/auth.py
 ./acp_adapter/entry.py
 ./acp_adapter/events.py
 ./acp_adapter/permissions.py
 ./acp_adapter/server.py
 ./acp_adapter/session.py
 ./acp_adapter/tools.py
 ./acp_registry/agent.json
 ./acp_registry/icon.svg
 ./agent/__init__.py
 ./agent/__pycache__/prompt_builder.cpython-311.pyc
 ./agent/anthropic_adapter.py
 ./agent/auxiliary_client.py
 ./agent/context_compressor.py
 ./agent/context_engine.py
 ./agent/context_references.py
 ./agent/copilot_acp_client.py
 ./agent/credential_pool.py
 ./agent/display.py
 ./agent/error_classifier.py
 ./agent/insights.py
 ./agent/manual_compression_feedback.py
 ./agent/memory_manager.py
 ./agent/memory_provider.py
 ./agent/model_metadata.py
 ./agent/models_dev.py
 ./agent/prompt_builder.py
 ./agent/prompt_caching.py
 ./agent/rate_limit_tracker.py
 ./agent/redact.py
 ./agent/retry_utils.py
 ./agent/skill_commands.py
 ./agent/skill_utils.py
 ./agent/smart_model_routing.py
 ./agent/subdirectory_hints.py
 ./agent/title_generator.py
 ./agent/trajectory.py
 ./agent/usage_pricing.py
 ./batch_runner.py
 ./cli-config.yaml.example
 ./cli.py
 ./constraints-termux.txt
 ./cron/__init__.py
 ./cron/jobs.py
 ./cron/scheduler.py
 ./datagen-config-examples/example_browser_tasks.jsonl
 ./datagen-config-examples/run_browser_tasks.sh
 ./datagen-config-examples/trajectory_compression.yaml
 ./datagen-config-examples/web_research.yaml
 ./docker/SOUL.md
 ./docker/entrypoint.sh
 ./docs/acp-setup.md
 ./docs/honcho-integration-spec.html
 ./docs/honcho-integration-spec.md
 ./docs/migration/openclaw.md
 ./docs/plans/2026-03-16-pricing-accuracy-architecture-design.md
 ./docs/skins/example-skin.yaml
 ./docs/specs/container-cli-review-fixes.md
 ./environments/README.md
 ./environments/__init__.py
 ./environments/agent_loop.py
 ./environments/agentic_opd_env.py
 ./environments/benchmarks/tblite/README.md
 ./environments/benchmarks/tblite/default.yaml
 ./environments/benchmarks/tblite/local.yaml
 ./environments/benchmarks/tblite/local_vllm.yaml
 ./environments/benchmarks/tblite/run_eval.sh
 ./environments/benchmarks/tblite/tblite_env.py
 ./environments/benchmarks/terminalbench_2/default.yaml
 ./environments/benchmarks/terminalbench_2/run_eval.sh
 ./environments/benchmarks/terminalbench_2/terminalbench2_env.py
 ./environments/benchmarks/yc_bench/README.md
 ./environments/benchmarks/yc_bench/default.yaml
 ./environments/benchmarks/yc_bench/run_eval.sh
 ./environments/benchmarks/yc_bench/yc_bench_env.py
 ./environments/hermes_base_env.py
 ./environments/hermes_swe_env/default.yaml
 ./environments/hermes_swe_env/hermes_swe_env.py
 ./environments/patches.py
 ./environments/terminal_test_env/default.yaml
 ./environments/terminal_test_env/terminal_test_env.py
 ./environments/tool_call_parsers/__init__.py
 ./environments/tool_call_parsers/deepseek_v3_1_parser.py
 ./environments/tool_call_parsers/deepseek_v3_parser.py
 ./environments/tool_call_parsers/glm45_parser.py
 ./environments/tool_call_parsers/glm47_parser.py
 ./environments/tool_call_parsers/hermes_parser.py
 ./environments/tool_call_parsers/kimi_k2_parser.py
 ./environments/tool_call_parsers/llama_parser.py
 ./environments/tool_call_parsers/longcat_parser.py
 ./environments/tool_call_parsers/mistral_parser.py
 ./environments/tool_call_parsers/qwen3_coder_parser.py
 ./environments/tool_call_parsers/qwen_parser.py
 ./environments/tool_context.py
 ./environments/web_research_env.py
 ./flake.lock
 ./flake.nix
 ./gateway/__init__.py
 ./gateway/builtin_hooks/__init__.py
 ./gateway/builtin_hooks/boot_md.py
 ./gateway/channel_directory.py
 ./gateway/config.py
 ./gateway/delivery.py
 ./gateway/display_config.py
 ./gateway/hooks.py
 ./gateway/mirror.py
 ./gateway/pairing.py
 ./gateway/platforms/ADDING_A_PLATFORM.md
 ./gateway/platforms/__init__.py
 ./gateway/platforms/api_server.py
 ./gateway/platforms/base.py
 ./gateway/platforms/bluebubbles.py
 ./gateway/platforms/dingtalk.py
 ./gateway/platforms/discord.py
 ./gateway/platforms/email.py
 ./gateway/platforms/feishu.py
 ./gateway/platforms/helpers.py
 ./gateway/platforms/homeassistant.py
 ./gateway/platforms/matrix.py
 ./gateway/platforms/mattermost.py
 ./gateway/platforms/signal.py
 ./gateway/platforms/slack.py
 ./gateway/platforms/sms.py
 ./gateway/platforms/telegram.py
 ./gateway/platforms/telegram_network.py
 ./gateway/platforms/webhook.py
 ./gateway/platforms/wecom.py
 ./gateway/platforms/wecom_callback.py
 ./gateway/platforms/wecom_crypto.py
 ./gateway/platforms/weixin.py
 ./gateway/platforms/whatsapp.py
 ./gateway/restart.py
 ./gateway/run.py
 ./gateway/session.py
 ./gateway/session_context.py
 ./gateway/status.py
 ./gateway/sticker_cache.py
 ./gateway/stream_consumer.py
 ./hermes
 ./hermes_cli/__init__.py
 ./hermes_cli/auth.py
 ./hermes_cli/auth_commands.py
 ./hermes_cli/backup.py
 ./hermes_cli/banner.py
 ./hermes_cli/callbacks.py
 ./hermes_cli/claw.py
 ./hermes_cli/cli_output.py
 ./hermes_cli/clipboard.py
 ./hermes_cli/codex_models.py
 ./hermes_cli/colors.py
 ./hermes_cli/commands.py
 ./hermes_cli/config.py
 ./hermes_cli/copilot_auth.py
 ./hermes_cli/cron.py
 ./hermes_cli/curses_ui.py
 ./hermes_cli/debug.py
 ./hermes_cli/default_soul.py
 ./hermes_cli/doctor.py
 ./hermes_cli/dump.py
 ./hermes_cli/env_loader.py
 ./hermes_cli/gateway.py
 ./hermes_cli/logs.py
 ./hermes_cli/main.py
 ./hermes_cli/mcp_config.py
 ./hermes_cli/memory_setup.py
 ./hermes_cli/model_normalize.py
 ./hermes_cli/model_switch.py
 ./hermes_cli/models.py
 ./hermes_cli/nous_subscription.py
 ./hermes_cli/pairing.py
 ./hermes_cli/platforms.py
 ./hermes_cli/plugins.py
 ./hermes_cli/plugins_cmd.py
 ./hermes_cli/profiles.py
 ./hermes_cli/providers.py
 ./hermes_cli/runtime_provider.py
 ./hermes_cli/setup.py
 ./hermes_cli/skills_config.py
 ./hermes_cli/skills_hub.py
 ./hermes_cli/skin_engine.py
 ./hermes_cli/status.py
 ./hermes_cli/tips.py
 ./hermes_cli/tools_config.py
 ./hermes_cli/uninstall.py
 ./hermes_cli/web_server.py
 ./hermes_cli/webhook.py
 ./hermes_constants.py
 ./hermes_logging.py
 ./hermes_state.py
 ./hermes_time.py
 ./landingpage/favicon-16x16.png
 ./landingpage/index.html
 ./landingpage/script.js
 ./landingpage/style.css
 ./mcp_serve.py
 ./mini_swe_runner.py
 ./model_tools.py
 ./nix/checks.nix
 ./nix/configMergeScript.nix
 ./nix/devShell.nix
 ./nix/nixosModules.nix
 ./nix/packages.nix
 ./nix/python.nix
 ./optional-skills/DESCRIPTION.md
 ./optional-skills/autonomous-ai-agents/DESCRIPTION.md
 ./optional-skills/blockchain/base/scripts/base_client.py
 ./optional-skills/blockchain/solana/scripts/solana_client.py
 ./optional-skills/communication/DESCRIPTION.md
 ./optional-skills/creative/blender-mcp/SKILL.md
 ./optional-skills/creative/meme-generation/EXAMPLES.md
 ./optional-skills/creative/meme-generation/scripts/generate_meme.py
 ./optional-skills/creative/meme-generation/scripts/templates.json
 ./optional-skills/devops/cli/references/app-discovery.md
 ./optional-skills/devops/cli/references/authentication.md
 ./optional-skills/devops/cli/references/cli-reference.md
 ./optional-skills/devops/cli/references/running-apps.md
 ./optional-skills/email/agentmail/SKILL.md
 ./optional-skills/health/DESCRIPTION.md
 ./optional-skills/health/neuroskill-bci/references/api.md
 ./optional-skills/health/neuroskill-bci/references/metrics.md
 ./optional-skills/health/neuroskill-bci/references/protocols.md
 ./optional-skills/mcp/DESCRIPTION.md
 ./optional-skills/mcp/fastmcp/references/fastmcp-cli.md
 ./optional-skills/mcp/fastmcp/scripts/scaffold_fastmcp.py
 ./optional-skills/mcp/fastmcp/templates/api_wrapper.py
 ./optional-skills/mcp/fastmcp/templates/database_server.py
 ./optional-skills/mcp/fastmcp/templates/file_processor.py
 ./optional-skills/migration/DESCRIPTION.md
 ./optional-skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py
 ./optional-skills/mlops/accelerate/references/custom-plugins.md
 ./optional-skills/mlops/accelerate/references/megatron-integration.md
 ./optional-skills/mlops/accelerate/references/performance.md
 ./optional-skills/mlops/chroma/references/integration.md
 ./optional-skills/mlops/faiss/references/index_types.md
 ./optional-skills/mlops/flash-attention/references/benchmarks.md
 ./optional-skills/mlops/flash-attention/references/transformers-integration.md
 ./optional-skills/mlops/hermes-atropos-environments/references/agentresult-fields.md
 ./optional-skills/mlops/hermes-atropos-environments/references/atropos-base-env.md
 ./optional-skills/mlops/hermes-atropos-environments/references/usage-patterns.md
 ./optional-skills/mlops/huggingface-tokenizers/references/algorithms.md
 ./optional-skills/mlops/huggingface-tokenizers/references/integration.md
 ./optional-skills/mlops/huggingface-tokenizers/references/pipeline.md
 ./optional-skills/mlops/huggingface-tokenizers/references/training.md
 ./optional-skills/mlops/instructor/references/examples.md
 ./optional-skills/mlops/instructor/references/providers.md
 ./optional-skills/mlops/instructor/references/validation.md
 ./optional-skills/mlops/lambda-labs/references/advanced-usage.md
 ./optional-skills/mlops/lambda-labs/references/troubleshooting.md
 ./optional-skills/mlops/llava/references/training.md
 ./optional-skills/mlops/nemo-curator/references/deduplication.md
 ./optional-skills/mlops/nemo-curator/references/filtering.md
 ./optional-skills/mlops/pinecone/references/deployment.md
 ./optional-skills/mlops/pytorch-lightning/references/callbacks.md
 ./optional-skills/mlops/pytorch-lightning/references/distributed.md
 ./optional-skills/mlops/pytorch-lightning/references/hyperparameter-tuning.md
 ./optional-skills/mlops/qdrant/references/advanced-usage.md
 ./optional-skills/mlops/qdrant/references/troubleshooting.md
 ./optional-skills/mlops/saelens/references/README.md
 ./optional-skills/mlops/saelens/references/api.md
 ./optional-skills/mlops/saelens/references/tutorials.md
 ./optional-skills/mlops/simpo/references/datasets.md
 ./optional-skills/mlops/simpo/references/hyperparameters.md
 ./optional-skills/mlops/simpo/references/loss-functions.md
 ./optional-skills/mlops/slime/references/api-reference.md
 ./optional-skills/mlops/slime/references/troubleshooting.md
 ./optional-skills/mlops/tensorrt-llm/references/multi-gpu.md
 ./optional-skills/mlops/tensorrt-llm/references/optimization.md
 ./optional-skills/mlops/tensorrt-llm/references/serving.md
 ./optional-skills/mlops/torchtitan/references/checkpoint.md
 ./optional-skills/mlops/torchtitan/references/custom-models.md
 ./optional-skills/mlops/torchtitan/references/float8.md
 ./optional-skills/mlops/torchtitan/references/fsdp.md
 ./optional-skills/productivity/canvas/scripts/canvas_api.py
 ./optional-skills/productivity/memento-flashcards/scripts/memento_cards.py
 ./optional-skills/productivity/memento-flashcards/scripts/youtube_quiz.py
 ./optional-skills/productivity/telephony/scripts/telephony.py
 ./optional-skills/research/bioinformatics/SKILL.md
 ./optional-skills/research/domain-intel/SKILL.md
 ./optional-skills/research/domain-intel/scripts/domain_intel.py
 ./optional-skills/research/duckduckgo-search/scripts/duckduckgo.sh
 ./optional-skills/research/gitnexus-explorer/scripts/proxy.mjs
 ./optional-skills/security/1password/references/cli-examples.md
 ./optional-skills/security/1password/references/get-started.md
 ./optional-skills/security/DESCRIPTION.md
 ./optional-skills/security/oss-forensics/SKILL.md
 ./optional-skills/security/oss-forensics/references/evidence-types.md
 ./optional-skills/security/oss-forensics/references/github-archive-guide.md
 ./optional-skills/security/oss-forensics/references/investigation-templates.md
 ./optional-skills/security/oss-forensics/references/recovery-techniques.md
 ./optional-skills/security/oss-forensics/scripts/evidence-store.py
 ./optional-skills/security/oss-forensics/templates/forensic-report.md
 ./optional-skills/security/oss-forensics/templates/malicious-package-report.md
 ./packaging/homebrew/README.md
 ./packaging/homebrew/hermes-agent.rb
 ./plans/gemini-oauth-provider.md
 ./plugins/__init__.py
 ./plugins/context_engine/__init__.py
 ./plugins/memory/__init__.py
 ./plugins/memory/byterover/README.md
 ./plugins/memory/byterover/__init__.py
 ./plugins/memory/byterover/plugin.yaml
 ./plugins/memory/hindsight/README.md
 ./plugins/memory/hindsight/__init__.py
 ./plugins/memory/hindsight/plugin.yaml
 ./plugins/memory/holographic/README.md
 ./plugins/memory/holographic/__init__.py
 ./plugins/memory/holographic/holographic.py
 ./plugins/memory/holographic/plugin.yaml
 ./plugins/memory/holographic/retrieval.py
 ./plugins/memory/holographic/store.py
 ./plugins/memory/honcho/README.md
 ./plugins/memory/honcho/__init__.py
 ./plugins/memory/honcho/cli.py
 ./plugins/memory/honcho/client.py
 ./plugins/memory/honcho/plugin.yaml
 ./plugins/memory/honcho/session.py
 ./plugins/memory/mem0/README.md
 ./plugins/memory/mem0/__init__.py
 ./plugins/memory/mem0/plugin.yaml
 ./plugins/memory/openviking/README.md
 ./plugins/memory/openviking/__init__.py
 ./plugins/memory/openviking/plugin.yaml
 ./plugins/memory/retaindb/README.md
 ./plugins/memory/retaindb/__init__.py
 ./plugins/memory/retaindb/plugin.yaml
 ./plugins/memory/supermemory/README.md
 ./plugins/memory/supermemory/__init__.py
 ./plugins/memory/supermemory/plugin.yaml
 ./pyproject.toml
 ./requirements.txt
 ./rl_cli.py
 ./run_agent.py
 ./scripts/build_skills_index.py
 ./scripts/discord-voice-doctor.py
 ./scripts/hermes-gateway
 ./scripts/install.cmd
 ./scripts/install.ps1
 ./scripts/install.sh
 ./scripts/kill_modal.sh
 ./scripts/release.py
 ./scripts/sample_and_compress.py
 ./scripts/whatsapp-bridge/allowlist.js
 ./scripts/whatsapp-bridge/allowlist.test.mjs
 ./scripts/whatsapp-bridge/bridge.js
 ./scripts/whatsapp-bridge/package.json
 ./setup-hermes.sh
 ./skills/apple/DESCRIPTION.md
 ./skills/autonomous-ai-agents/DESCRIPTION.md
 ./skills/creative/DESCRIPTION.md
 ./skills/creative/ascii-video/README.md
 ./skills/creative/ascii-video/SKILL.md
 ./skills/creative/ascii-video/references/architecture.md
 ./skills/creative/ascii-video/references/composition.md
 ./skills/creative/ascii-video/references/effects.md
 ./skills/creative/ascii-video/references/inputs.md
 ./skills/creative/ascii-video/references/optimization.md
 ./skills/creative/ascii-video/references/scenes.md
 ./skills/creative/ascii-video/references/shaders.md
 ./skills/creative/ascii-video/references/troubleshooting.md
 ./skills/creative/creative-ideation/references/full-prompt-library.md
 ./skills/creative/excalidraw/references/colors.md
 ./skills/creative/excalidraw/references/dark-mode.md
 ./skills/creative/excalidraw/references/examples.md
 ./skills/creative/excalidraw/scripts/upload.py
 ./skills/creative/manim-video/README.md
 ./skills/creative/manim-video/SKILL.md
 ./skills/creative/manim-video/references/animation-design-thinking.md
 ./skills/creative/manim-video/references/animations.md
 ./skills/creative/manim-video/references/camera-and-3d.md
 ./skills/creative/manim-video/references/decorations.md
 ./skills/creative/manim-video/references/equations.md
 ./skills/creative/manim-video/references/graphs-and-data.md
 ./skills/creative/manim-video/references/mobjects.md
 ./skills/creative/manim-video/references/paper-explainer.md
 ./skills/creative/manim-video/references/production-quality.md
 ./skills/creative/manim-video/references/rendering.md
 ./skills/creative/manim-video/references/scene-planning.md
 ./skills/creative/manim-video/references/troubleshooting.md
 ./skills/creative/manim-video/references/updaters-and-trackers.md
 ./skills/creative/manim-video/references/visual-design.md
 ./skills/creative/manim-video/scripts/setup.sh
 ./skills/creative/p5js/README.md
 ./skills/creative/p5js/SKILL.md
 ./skills/creative/p5js/references/animation.md
 ./skills/creative/p5js/references/color-systems.md
 ./skills/creative/p5js/references/core-api.md
 ./skills/creative/p5js/references/export-pipeline.md
 ./skills/creative/p5js/references/interaction.md
 ./skills/creative/p5js/references/shapes-and-geometry.md
 ./skills/creative/p5js/references/troubleshooting.md
 ./skills/creative/p5js/references/typography.md
 ./skills/creative/p5js/references/visual-effects.md
 ./skills/creative/p5js/references/webgl-and-3d.md
 ./skills/creative/p5js/scripts/export-frames.js
 ./skills/creative/p5js/scripts/render.sh
 ./skills/creative/p5js/scripts/serve.sh
 ./skills/creative/p5js/scripts/setup.sh
 ./skills/creative/p5js/templates/viewer.html
 ./skills/creative/popular-web-designs/templates/airbnb.md
 ./skills/creative/popular-web-designs/templates/airtable.md
 ./skills/creative/popular-web-designs/templates/apple.md
 ./skills/creative/popular-web-designs/templates/bmw.md
 ./skills/creative/popular-web-designs/templates/cal.md
 ./skills/creative/popular-web-designs/templates/claude.md
 ./skills/creative/popular-web-designs/templates/clay.md
 ./skills/creative/popular-web-designs/templates/clickhouse.md
 ./skills/creative/popular-web-designs/templates/cohere.md
 ./skills/creative/popular-web-designs/templates/coinbase.md
 ./skills/creative/popular-web-designs/templates/composio.md
 ./skills/creative/popular-web-designs/templates/cursor.md
 ./skills/creative/popular-web-designs/templates/elevenlabs.md
 ./skills/creative/popular-web-designs/templates/expo.md
 ./skills/creative/popular-web-designs/templates/figma.md
 ./skills/creative/popular-web-designs/templates/framer.md
 ./skills/creative/popular-web-designs/templates/hashicorp.md
 ./skills/creative/popular-web-designs/templates/ibm.md
 ./skills/creative/popular-web-designs/templates/intercom.md
 ./skills/creative/popular-web-designs/templates/kraken.md
 ./skills/creative/popular-web-designs/templates/linear.app.md
 ./skills/creative/popular-web-designs/templates/lovable.md
 ./skills/creative/popular-web-designs/templates/minimax.md
 ./skills/creative/popular-web-designs/templates/mintlify.md
 ./skills/creative/popular-web-designs/templates/miro.md
 ./skills/creative/popular-web-designs/templates/mistral.ai.md
 ./skills/creative/popular-web-designs/templates/mongodb.md
 ./skills/creative/popular-web-designs/templates/notion.md
 ./skills/creative/popular-web-designs/templates/nvidia.md
 ./skills/creative/popular-web-designs/templates/ollama.md
 ./skills/creative/popular-web-designs/templates/opencode.ai.md
 ./skills/creative/popular-web-designs/templates/pinterest.md
 ./skills/creative/popular-web-designs/templates/posthog.md
 ./skills/creative/popular-web-designs/templates/raycast.md
 ./skills/creative/popular-web-designs/templates/replicate.md
 ./skills/creative/popular-web-designs/templates/resend.md
 ./skills/creative/popular-web-designs/templates/revolut.md
 ./skills/creative/popular-web-designs/templates/runwayml.md
 ./skills/creative/popular-web-designs/templates/sanity.md
 ./skills/creative/popular-web-designs/templates/sentry.md
 ./skills/creative/popular-web-designs/templates/spacex.md
 ./skills/creative/popular-web-designs/templates/spotify.md
 ./skills/creative/popular-web-designs/templates/stripe.md
 ./skills/creative/popular-web-designs/templates/supabase.md
 ./skills/creative/popular-web-designs/templates/superhuman.md
 ./skills/creative/popular-web-designs/templates/together.ai.md
 ./skills/creative/popular-web-designs/templates/uber.md
 ./skills/creative/popular-web-designs/templates/vercel.md
 ./skills/creative/popular-web-designs/templates/voltagent.md
 ./skills/creative/popular-web-designs/templates/warp.md
 ./skills/creative/popular-web-designs/templates/webflow.md
 ./skills/creative/popular-web-designs/templates/wise.md
 ./skills/creative/popular-web-designs/templates/x.ai.md
 ./skills/creative/popular-web-designs/templates/zapier.md
 ./skills/creative/songwriting-and-ai-music/SKILL.md
 ./skills/data-science/DESCRIPTION.md
 ./skills/devops/webhook-subscriptions/SKILL.md
 ./skills/diagramming/DESCRIPTION.md
 ./skills/dogfood/SKILL.md
 ./skills/dogfood/references/issue-taxonomy.md
 ./skills/dogfood/templates/dogfood-report-template.md
 ./skills/email/DESCRIPTION.md
 ./skills/email/himalaya/references/configuration.md
 ./skills/email/himalaya/references/message-composition.md
 ./skills/feeds/DESCRIPTION.md
 ./skills/gaming/DESCRIPTION.md
 ./skills/gaming/minecraft-modpack-server/SKILL.md
 ./skills/gaming/pokemon-player/SKILL.md
 ./skills/gifs/DESCRIPTION.md
 ./skills/github/DESCRIPTION.md
 ./skills/github/github-auth/scripts/gh-env.sh
 ./skills/github/github-code-review/references/review-output-template.md
 ./skills/github/github-issues/templates/bug-report.md
 ./skills/github/github-issues/templates/feature-request.md
 ./skills/github/github-pr-workflow/references/ci-troubleshooting.md
 ./skills/github/github-pr-workflow/references/conventional-commits.md
 ./skills/github/github-pr-workflow/templates/pr-body-bugfix.md
 ./skills/github/github-pr-workflow/templates/pr-body-feature.md
 ./skills/github/github-repo-management/references/github-api-cheatsheet.md
 ./skills/index-cache/claude_marketplace_anthropics_skills.json
 ./skills/index-cache/lobehub_index.json
 ./skills/index-cache/openai_skills_skills_.json
 ./skills/inference-sh/DESCRIPTION.md
 ./skills/leisure/find-nearby/SKILL.md
 ./skills/leisure/find-nearby/scripts/find_nearby.py
 ./skills/mcp/DESCRIPTION.md
 ./skills/media/DESCRIPTION.md
 ./skills/media/youtube-content/SKILL.md
 ./skills/media/youtube-content/references/output-formats.md
 ./skills/media/youtube-content/scripts/fetch_transcript.py
 ./skills/mlops/DESCRIPTION.md
 ./skills/mlops/cloud/DESCRIPTION.md
 ./skills/mlops/cloud/modal/references/advanced-usage.md
 ./skills/mlops/cloud/modal/references/troubleshooting.md
 ./skills/mlops/evaluation/DESCRIPTION.md
 ./skills/mlops/evaluation/lm-evaluation-harness/references/api-evaluation.md
 ./skills/mlops/evaluation/lm-evaluation-harness/references/benchmark-guide.md
 ./skills/mlops/evaluation/lm-evaluation-harness/references/custom-tasks.md
 ./skills/mlops/evaluation/lm-evaluation-harness/references/distributed-eval.md
 ./skills/mlops/evaluation/weights-and-biases/references/artifacts.md
 ./skills/mlops/evaluation/weights-and-biases/references/integrations.md
 ./skills/mlops/evaluation/weights-and-biases/references/sweeps.md
 ./skills/mlops/inference/DESCRIPTION.md
 ./skills/mlops/inference/gguf/references/advanced-usage.md
 ./skills/mlops/inference/gguf/references/troubleshooting.md
 ./skills/mlops/inference/guidance/references/backends.md
 ./skills/mlops/inference/guidance/references/constraints.md
 ./skills/mlops/inference/guidance/references/examples.md
 ./skills/mlops/inference/llama-cpp/references/optimization.md
 ./skills/mlops/inference/llama-cpp/references/quantization.md
 ./skills/mlops/inference/llama-cpp/references/server.md
 ./skills/mlops/inference/obliteratus/references/analysis-modules.md
 ./skills/mlops/inference/obliteratus/references/methods-guide.md
 ./skills/mlops/inference/obliteratus/templates/abliteration-config.yaml
 ./skills/mlops/inference/obliteratus/templates/analysis-study.yaml
 ./skills/mlops/inference/obliteratus/templates/batch-abliteration.yaml
 ./skills/mlops/inference/outlines/references/backends.md
 ./skills/mlops/inference/outlines/references/examples.md
 ./skills/mlops/inference/outlines/references/json_generation.md
 ./skills/mlops/inference/vllm/references/optimization.md
 ./skills/mlops/inference/vllm/references/quantization.md
 ./skills/mlops/inference/vllm/references/server-deployment.md
 ./skills/mlops/inference/vllm/references/troubleshooting.md
 ./skills/mlops/models/DESCRIPTION.md
 ./skills/mlops/models/audiocraft/references/advanced-usage.md
 ./skills/mlops/models/audiocraft/references/troubleshooting.md
 ./skills/mlops/models/clip/references/applications.md
 ./skills/mlops/models/segment-anything/references/advanced-usage.md
 ./skills/mlops/models/segment-anything/references/troubleshooting.md
 ./skills/mlops/models/stable-diffusion/references/advanced-usage.md
 ./skills/mlops/models/stable-diffusion/references/troubleshooting.md
 ./skills/mlops/models/whisper/references/languages.md
 ./skills/mlops/research/DESCRIPTION.md
 ./skills/mlops/research/dspy/references/examples.md
 ./skills/mlops/research/dspy/references/modules.md
 ./skills/mlops/research/dspy/references/optimizers.md
 ./skills/mlops/training/DESCRIPTION.md
 ./skills/mlops/training/axolotl/references/api.md
 ./skills/mlops/training/axolotl/references/dataset-formats.md
 ./skills/mlops/training/axolotl/references/index.md
 ./skills/mlops/training/axolotl/references/other.md
 ./skills/mlops/training/grpo-rl-training/templates/basic_grpo_training.py
 ./skills/mlops/training/peft/references/advanced-usage.md
 ./skills/mlops/training/peft/references/troubleshooting.md
 ./skills/mlops/training/pytorch-fsdp/references/index.md
 ./skills/mlops/training/pytorch-fsdp/references/other.md
 ./skills/mlops/training/trl-fine-tuning/references/dpo-variants.md
 ./skills/mlops/training/trl-fine-tuning/references/online-rl.md
 ./skills/mlops/training/trl-fine-tuning/references/reward-modeling.md
 ./skills/mlops/training/trl-fine-tuning/references/sft-training.md
 ./skills/mlops/training/unsloth/references/index.md
 ./skills/mlops/training/unsloth/references/llms-full.md
 ./skills/mlops/training/unsloth/references/llms-txt.md
 ./skills/mlops/training/unsloth/references/llms.md
 ./skills/mlops/vector-databases/DESCRIPTION.md
 ./skills/note-taking/DESCRIPTION.md
 ./skills/note-taking/obsidian/SKILL.md
 ./skills/productivity/DESCRIPTION.md
 ./skills/productivity/google-workspace/references/gmail-search-syntax.md
 ./skills/productivity/google-workspace/scripts/google_api.py
 ./skills/productivity/google-workspace/scripts/gws_bridge.py
 ./skills/productivity/google-workspace/scripts/setup.py
 ./skills/productivity/notion/references/block-types.md
 ./skills/productivity/ocr-and-documents/DESCRIPTION.md
 ./skills/productivity/ocr-and-documents/scripts/extract_marker.py
 ./skills/productivity/ocr-and-documents/scripts/extract_pymupdf.py
 ./skills/productivity/powerpoint/LICENSE.txt
 ./skills/productivity/powerpoint/SKILL.md
 ./skills/productivity/powerpoint/editing.md
 ./skills/productivity/powerpoint/pptxgenjs.md
 ./skills/productivity/powerpoint/scripts/add_slide.py
 ./skills/productivity/powerpoint/scripts/clean.py
 ./skills/productivity/powerpoint/scripts/office/helpers/merge_runs.py
 ./skills/productivity/powerpoint/scripts/office/helpers/simplify_redlines.py
 ./skills/productivity/powerpoint/scripts/office/pack.py
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-contentTypes.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-coreProperties.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-digSig.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-relationships.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/mce/mc.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2010.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2012.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2018.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-cex-2018.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-cid-2016.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
 ./skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-symex-2015.xsd
 ./skills/red-teaming/godmode/references/jailbreak-templates.md
 ./skills/red-teaming/godmode/references/refusal-detection.md
 ./skills/red-teaming/godmode/scripts/auto_jailbreak.py
 ./skills/red-teaming/godmode/scripts/godmode_race.py
 ./skills/red-teaming/godmode/scripts/load_godmode.py
 ./skills/red-teaming/godmode/scripts/parseltongue.py
 ./skills/red-teaming/godmode/templates/prefill-subtle.json
 ./skills/red-teaming/godmode/templates/prefill.json
 ./skills/research/DESCRIPTION.md
 ./skills/research/arxiv/scripts/search_arxiv.py
 ./skills/research/polymarket/SKILL.md
 ./skills/research/polymarket/references/api-endpoints.md
 ./skills/research/polymarket/scripts/polymarket.py
 ./skills/research/research-paper-writing/references/autoreason-methodology.md
 ./skills/research/research-paper-writing/references/checklists.md
 ./skills/research/research-paper-writing/references/citation-workflow.md
 ./skills/research/research-paper-writing/references/experiment-patterns.md
 ./skills/research/research-paper-writing/references/human-evaluation.md
 ./skills/research/research-paper-writing/references/paper-types.md
 ./skills/research/research-paper-writing/references/reviewer-guidelines.md
 ./skills/research/research-paper-writing/references/sources.md
 ./skills/research/research-paper-writing/references/writing-guide.md
 ./skills/research/research-paper-writing/templates/README.md
 ./skills/research/research-paper-writing/templates/aaai2026/README.md
 ./skills/research/research-paper-writing/templates/aaai2026/aaai2026-unified-supp.tex
 ./skills/research/research-paper-writing/templates/aaai2026/aaai2026.bib
 ./skills/research/research-paper-writing/templates/acl/README.md
 ./skills/research/research-paper-writing/templates/acl/acl.sty
 ./skills/research/research-paper-writing/templates/acl/acl_latex.tex
 ./skills/research/research-paper-writing/templates/acl/acl_lualatex.tex
 ./skills/research/research-paper-writing/templates/acl/anthology.bib.txt
 ./skills/research/research-paper-writing/templates/acl/custom.bib
 ./skills/research/research-paper-writing/templates/acl/formatting.md
 ./skills/research/research-paper-writing/templates/colm2025/README.md
 ./skills/research/research-paper-writing/templates/colm2025/colm2025_conference.bib
 ./skills/research/research-paper-writing/templates/colm2025/colm2025_conference.sty
 ./skills/research/research-paper-writing/templates/colm2025/colm2025_conference.tex
 ./skills/research/research-paper-writing/templates/colm2025/math_commands.tex
 ./skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.bib
 ./skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.sty
 ./skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.tex
 ./skills/research/research-paper-writing/templates/iclr2026/math_commands.tex
 ./skills/research/research-paper-writing/templates/icml2026/example_paper.bib
 ./skills/research/research-paper-writing/templates/icml2026/example_paper.tex
 ./skills/research/research-paper-writing/templates/icml2026/icml2026.sty
 ./skills/research/research-paper-writing/templates/neurips2025/Makefile
 ./skills/research/research-paper-writing/templates/neurips2025/extra_pkgs.tex
 ./skills/research/research-paper-writing/templates/neurips2025/main.tex
 ./skills/research/research-paper-writing/templates/neurips2025/neurips.sty
 ./skills/smart-home/DESCRIPTION.md
 ./skills/social-media/DESCRIPTION.md
 ./tests/acp/test_auth.py
 ./tests/acp/test_entry.py
 ./tests/acp/test_events.py
 ./tests/acp/test_mcp_e2e.py
 ./tests/acp/test_permissions.py
 ./tests/acp/test_server.py
 ./tests/acp/test_session.py
 ./tests/acp/test_tools.py
 ./tests/agent/test_anthropic_adapter.py
 ./tests/agent/test_auxiliary_client.py
 ./tests/agent/test_auxiliary_config_bridge.py
 ./tests/agent/test_auxiliary_named_custom_providers.py
 ./tests/agent/test_compress_focus.py
 ./tests/agent/test_context_compressor.py
 ./tests/agent/test_context_engine.py
 ./tests/agent/test_context_references.py
 ./tests/agent/test_credential_pool.py
 ./tests/agent/test_credential_pool_routing.py
 ./tests/agent/test_crossloop_client_cache.py
 ./tests/agent/test_display.py
 ./tests/agent/test_display_emoji.py
 ./tests/agent/test_error_classifier.py
 ./tests/agent/test_external_skills.py
 ./tests/agent/test_insights.py
 ./tests/agent/test_local_stream_timeout.py
 ./tests/agent/test_memory_provider.py
 ./tests/agent/test_memory_user_id.py
 ./tests/agent/test_minimax_auxiliary_url.py
 ./tests/agent/test_minimax_provider.py
 ./tests/agent/test_model_metadata.py
 ./tests/agent/test_model_metadata_local_ctx.py
 ./tests/agent/test_models_dev.py
 ./tests/agent/test_prompt_builder.py
 ./tests/agent/test_prompt_caching.py
 ./tests/agent/test_rate_limit_tracker.py
 ./tests/agent/test_redact.py
 ./tests/agent/test_skill_commands.py
 ./tests/agent/test_smart_model_routing.py
 ./tests/agent/test_subagent_progress.py
 ./tests/agent/test_subdirectory_hints.py
 ./tests/agent/test_title_generator.py
 ./tests/agent/test_usage_pricing.py
 ./tests/cli/test_branch_command.py
 ./tests/cli/test_cli_approval_ui.py
 ./tests/cli/test_cli_background_tui_refresh.py
 ./tests/cli/test_cli_browser_connect.py
 ./tests/cli/test_cli_context_warning.py
 ./tests/cli/test_cli_extension_hooks.py
 ./tests/cli/test_cli_file_drop.py
 ./tests/cli/test_cli_image_command.py
 ./tests/cli/test_cli_init.py
 ./tests/cli/test_cli_interrupt_subagent.py
 ./tests/cli/test_cli_loading_indicator.py
 ./tests/cli/test_cli_mcp_config_watch.py
 ./tests/cli/test_cli_new_session.py
 ./tests/cli/test_cli_plan_command.py
 ./tests/cli/test_cli_prefix_matching.py
 ./tests/cli/test_cli_preloaded_skills.py
 ./tests/cli/test_cli_provider_resolution.py
 ./tests/cli/test_cli_retry.py
 ./tests/cli/test_cli_save_config_value.py
 ./tests/cli/test_cli_secret_capture.py
 ./tests/cli/test_cli_skin_integration.py
 ./tests/cli/test_cli_status_bar.py
 ./tests/cli/test_cli_status_command.py
 ./tests/cli/test_cli_tools_command.py
 ./tests/cli/test_compress_focus.py
 ./tests/cli/test_fast_command.py
 ./tests/cli/test_manual_compress.py
 ./tests/cli/test_personality_none.py
 ./tests/cli/test_quick_commands.py
 ./tests/cli/test_reasoning_command.py
 ./tests/cli/test_resume_display.py
 ./tests/cli/test_session_boundary_hooks.py
 ./tests/cli/test_stream_delta_think_tag.py
 ./tests/cli/test_surrogate_sanitization.py
 ./tests/cli/test_tool_progress_scrollback.py
 ./tests/cli/test_worktree.py
 ./tests/cli/test_worktree_security.py
 ./tests/conftest.py
 ./tests/cron/test_codex_execution_paths.py
 ./tests/cron/test_cron_inactivity_timeout.py
 ./tests/cron/test_cron_script.py
 ./tests/cron/test_file_permissions.py
 ./tests/cron/test_jobs.py
 ./tests/cron/test_scheduler.py
 ./tests/e2e/conftest.py
 ./tests/e2e/test_platform_commands.py
 ./tests/environments/benchmarks/test_terminalbench2_env_security.py
 ./tests/fakes/fake_ha_server.py
 ./tests/gateway/restart_test_helpers.py
 ./tests/gateway/test_agent_cache.py
 ./tests/gateway/test_allowlist_startup_check.py
 ./tests/gateway/test_api_server.py
 ./tests/gateway/test_api_server_bind_guard.py
 ./tests/gateway/test_api_server_jobs.py
 ./tests/gateway/test_api_server_normalize.py
 ./tests/gateway/test_api_server_toolset.py
 ./tests/gateway/test_approve_deny_commands.py
 ./tests/gateway/test_async_memory_flush.py
 ./tests/gateway/test_background_command.py
 ./tests/gateway/test_background_process_notifications.py
 ./tests/gateway/test_base_topic_sessions.py
 ./tests/gateway/test_bluebubbles.py
 ./tests/gateway/test_channel_directory.py
 ./tests/gateway/test_clean_shutdown_marker.py
 ./tests/gateway/test_command_bypass_active_session.py
 ./tests/gateway/test_compress_command.py
 ./tests/gateway/test_compress_focus.py
 ./tests/gateway/test_config.py
 ./tests/gateway/test_config_cwd_bridge.py
 ./tests/gateway/test_delivery.py
 ./tests/gateway/test_dingtalk.py
 ./tests/gateway/test_discord_bot_filter.py
 ./tests/gateway/test_discord_channel_controls.py
 ./tests/gateway/test_discord_channel_skills.py
 ./tests/gateway/test_discord_connect.py
 ./tests/gateway/test_discord_document_handling.py
 ./tests/gateway/test_discord_free_response.py
 ./tests/gateway/test_discord_imports.py
 ./tests/gateway/test_discord_media_metadata.py
 ./tests/gateway/test_discord_opus.py
 ./tests/gateway/test_discord_reactions.py
 ./tests/gateway/test_discord_reply_mode.py
 ./tests/gateway/test_discord_send.py
 ./tests/gateway/test_discord_slash_commands.py
 ./tests/gateway/test_discord_system_messages.py
 ./tests/gateway/test_discord_thread_persistence.py
 ./tests/gateway/test_display_config.py
 ./tests/gateway/test_dm_topics.py
 ./tests/gateway/test_document_cache.py
 ./tests/gateway/test_email.py
 ./tests/gateway/test_extract_local_files.py
 ./tests/gateway/test_fallback_eviction.py
 ./tests/gateway/test_fast_command.py
 ./tests/gateway/test_feishu.py
 ./tests/gateway/test_feishu_approval_buttons.py
 ./tests/gateway/test_feishu_onboard.py
 ./tests/gateway/test_flush_memory_stale_guard.py
 ./tests/gateway/test_gateway_inactivity_timeout.py
 ./tests/gateway/test_gateway_shutdown.py
 ./tests/gateway/test_homeassistant.py
 ./tests/gateway/test_hooks.py
 ./tests/gateway/test_internal_event_bypass_pairing.py
 ./tests/gateway/test_interrupt_key_match.py
 ./tests/gateway/test_matrix.py
 ./tests/gateway/test_matrix_mention.py
 ./tests/gateway/test_matrix_voice.py
 ./tests/gateway/test_mattermost.py
 ./tests/gateway/test_media_download_retry.py
 ./tests/gateway/test_media_extraction.py
 ./tests/gateway/test_mirror.py
 ./tests/gateway/test_model_command_custom_providers.py
 ./tests/gateway/test_model_switch_persistence.py
 ./tests/gateway/test_pairing.py
 ./tests/gateway/test_pii_redaction.py
 ./tests/gateway/test_plan_command.py
 ./tests/gateway/test_platform_base.py
 ./tests/gateway/test_platform_reconnect.py
 ./tests/gateway/test_queue_consumption.py
 ./tests/gateway/test_reasoning_command.py
 ./tests/gateway/test_restart_drain.py
 ./tests/gateway/test_restart_notification.py
 ./tests/gateway/test_resume_command.py
 ./tests/gateway/test_retry_replacement.py
 ./tests/gateway/test_retry_response.py
 ./tests/gateway/test_run_progress_topics.py
 ./tests/gateway/test_runner_fatal_adapter.py
 ./tests/gateway/test_runner_startup_failures.py
 ./tests/gateway/test_send_image_file.py
 ./tests/gateway/test_send_retry.py
 ./tests/gateway/test_session.py
 ./tests/gateway/test_session_boundary_hooks.py
 ./tests/gateway/test_session_dm_thread_seeding.py
 ./tests/gateway/test_session_env.py
 ./tests/gateway/test_session_hygiene.py
 ./tests/gateway/test_session_info.py
 ./tests/gateway/test_session_model_override_routing.py
 ./tests/gateway/test_session_model_reset.py
 ./tests/gateway/test_session_race_guard.py
 ./tests/gateway/test_session_reset_notify.py
 ./tests/gateway/test_setup_feishu.py
 ./tests/gateway/test_signal.py
 ./tests/gateway/test_slack.py
 ./tests/gateway/test_slack_approval_buttons.py
 ./tests/gateway/test_slack_mention.py
 ./tests/gateway/test_sms.py
 ./tests/gateway/test_sse_agent_cancel.py
 ./tests/gateway/test_ssl_certs.py
 ./tests/gateway/test_status.py
 ./tests/gateway/test_status_command.py
 ./tests/gateway/test_step_callback_compat.py
 ./tests/gateway/test_sticker_cache.py
 ./tests/gateway/test_stream_consumer.py
 ./tests/gateway/test_stt_config.py
 ./tests/gateway/test_telegram_approval_buttons.py
 ./tests/gateway/test_telegram_caption_merge.py
 ./tests/gateway/test_telegram_conflict.py
 ./tests/gateway/test_telegram_documents.py
 ./tests/gateway/test_telegram_format.py
 ./tests/gateway/test_telegram_group_gating.py
 ./tests/gateway/test_telegram_network.py
 ./tests/gateway/test_telegram_network_reconnect.py
 ./tests/gateway/test_telegram_photo_interrupts.py
 ./tests/gateway/test_telegram_reactions.py
 ./tests/gateway/test_telegram_reply_mode.py
 ./tests/gateway/test_telegram_text_batching.py
 ./tests/gateway/test_telegram_thread_fallback.py
 ./tests/gateway/test_text_batching.py
 ./tests/gateway/test_title_command.py
 ./tests/gateway/test_transcript_offset.py
 ./tests/gateway/test_unauthorized_dm_behavior.py
 ./tests/gateway/test_unknown_command.py
 ./tests/gateway/test_update_command.py
 ./tests/gateway/test_update_streaming.py
 ./tests/gateway/test_usage_command.py
 ./tests/gateway/test_verbose_command.py
 ./tests/gateway/test_voice_command.py
 ./tests/gateway/test_weak_credential_guard.py
 ./tests/gateway/test_webhook_adapter.py
 ./tests/gateway/test_webhook_dynamic_routes.py
 ./tests/gateway/test_webhook_integration.py
 ./tests/gateway/test_wecom.py
 ./tests/gateway/test_wecom_callback.py
 ./tests/gateway/test_weixin.py
 ./tests/gateway/test_whatsapp_connect.py
 ./tests/gateway/test_whatsapp_formatting.py
 ./tests/gateway/test_whatsapp_group_gating.py
 ./tests/gateway/test_whatsapp_reply_prefix.py
 ./tests/gateway/test_ws_auth_retry.py
 ./tests/gateway/test_yolo_command.py
 ./tests/hermes_cli/test_anthropic_oauth_flow.py
 ./tests/hermes_cli/test_anthropic_provider_persistence.py
 ./tests/hermes_cli/test_api_key_providers.py
 ./tests/hermes_cli/test_argparse_flag_propagation.py
 ./tests/hermes_cli/test_atomic_json_write.py
 ./tests/hermes_cli/test_atomic_yaml_write.py
 ./tests/hermes_cli/test_auth_codex_provider.py
 ./tests/hermes_cli/test_auth_commands.py
 ./tests/hermes_cli/test_auth_nous_provider.py
 ./tests/hermes_cli/test_auth_provider_gate.py
 ./tests/hermes_cli/test_auth_qwen_provider.py
 ./tests/hermes_cli/test_backup.py
 ./tests/hermes_cli/test_banner.py
 ./tests/hermes_cli/test_banner_git_state.py
 ./tests/hermes_cli/test_banner_skills.py
 ./tests/hermes_cli/test_chat_skills_flag.py
 ./tests/hermes_cli/test_claw.py
 ./tests/hermes_cli/test_clear_stale_base_url.py
 ./tests/hermes_cli/test_cli_model_picker.py
 ./tests/hermes_cli/test_cmd_update.py
 ./tests/hermes_cli/test_coalesce_session_args.py
 ./tests/hermes_cli/test_codex_cli_model_picker.py
 ./tests/hermes_cli/test_codex_models.py
 ./tests/hermes_cli/test_commands.py
 ./tests/hermes_cli/test_config.py
 ./tests/hermes_cli/test_config_env_expansion.py
 ./tests/hermes_cli/test_config_validation.py
 ./tests/hermes_cli/test_container_aware_cli.py
 ./tests/hermes_cli/test_copilot_auth.py
 ./tests/hermes_cli/test_cron.py
 ./tests/hermes_cli/test_custom_provider_model_switch.py
 ./tests/hermes_cli/test_debug.py
 ./tests/hermes_cli/test_doctor.py
 ./tests/hermes_cli/test_env_loader.py
 ./tests/hermes_cli/test_env_sanitize_on_load.py
 ./tests/hermes_cli/test_gateway.py
 ./tests/hermes_cli/test_gateway_linger.py
 ./tests/hermes_cli/test_gateway_runtime_health.py
 ./tests/hermes_cli/test_gateway_service.py
 ./tests/hermes_cli/test_gateway_wsl.py
 ./tests/hermes_cli/test_gemini_provider.py
 ./tests/hermes_cli/test_launcher.py
 ./tests/hermes_cli/test_logs.py
 ./tests/hermes_cli/test_managed_installs.py
 ./tests/hermes_cli/test_mcp_config.py
 ./tests/hermes_cli/test_mcp_tools_config.py
 ./tests/hermes_cli/test_model_normalize.py
 ./tests/hermes_cli/test_model_provider_persistence.py
 ./tests/hermes_cli/test_model_switch_custom_providers.py
 ./tests/hermes_cli/test_model_switch_variant_tags.py
 ./tests/hermes_cli/test_model_validation.py
 ./tests/hermes_cli/test_models.py
 ./tests/hermes_cli/test_nous_hermes_non_agentic.py
 ./tests/hermes_cli/test_nous_subscription.py
 ./tests/hermes_cli/test_ollama_cloud_auth.py
 ./tests/hermes_cli/test_opencode_go_in_model_list.py
 ./tests/hermes_cli/test_overlay_slug_resolution.py
 ./tests/hermes_cli/test_path_completion.py
 ./tests/hermes_cli/test_placeholder_usage.py
 ./tests/hermes_cli/test_plugin_cli_registration.py
 ./tests/hermes_cli/test_plugins.py
 ./tests/hermes_cli/test_plugins_cmd.py
 ./tests/hermes_cli/test_profile_export_credentials.py
 ./tests/hermes_cli/test_profiles.py
 ./tests/hermes_cli/test_reasoning_effort_menu.py
 ./tests/hermes_cli/test_runtime_provider_resolution.py
 ./tests/hermes_cli/test_session_browse.py
 ./tests/hermes_cli/test_sessions_delete.py
 ./tests/hermes_cli/test_set_config_value.py
 ./tests/hermes_cli/test_setup.py
 ./tests/hermes_cli/test_setup_hermes_script.py
 ./tests/hermes_cli/test_setup_matrix_e2ee.py
 ./tests/hermes_cli/test_setup_model_provider.py
 ./tests/hermes_cli/test_setup_noninteractive.py
 ./tests/hermes_cli/test_setup_openclaw_migration.py
 ./tests/hermes_cli/test_setup_prompt_menus.py
 ./tests/hermes_cli/test_skills_config.py
 ./tests/hermes_cli/test_skills_hub.py
 ./tests/hermes_cli/test_skills_install_flags.py
 ./tests/hermes_cli/test_skills_skip_confirm.py
 ./tests/hermes_cli/test_skills_subparser.py
 ./tests/hermes_cli/test_skin_engine.py
 ./tests/hermes_cli/test_status.py
 ./tests/hermes_cli/test_status_model_provider.py
 ./tests/hermes_cli/test_subprocess_timeouts.py
 ./tests/hermes_cli/test_terminal_menu_fallbacks.py
 ./tests/hermes_cli/test_tips.py
 ./tests/hermes_cli/test_tool_token_estimation.py
 ./tests/hermes_cli/test_tools_config.py
 ./tests/hermes_cli/test_tools_disable_enable.py
 ./tests/hermes_cli/test_update_autostash.py
 ./tests/hermes_cli/test_update_check.py
 ./tests/hermes_cli/test_update_gateway_restart.py
 ./tests/hermes_cli/test_web_server.py
 ./tests/hermes_cli/test_webhook_cli.py
 ./tests/hermes_cli/test_xiaomi_provider.py
 ./tests/honcho_plugin/test_async_memory.py
 ./tests/honcho_plugin/test_client.py
 ./tests/honcho_plugin/test_session.py
 ./tests/integration/test_batch_runner.py
 ./tests/integration/test_checkpoint_resumption.py
 ./tests/integration/test_daytona_terminal.py
 ./tests/integration/test_ha_integration.py
 ./tests/integration/test_modal_terminal.py
 ./tests/integration/test_voice_channel_flow.py
 ./tests/integration/test_web_tools.py
 ./tests/plugins/memory/test_hindsight_provider.py
 ./tests/plugins/memory/test_mem0_v2.py
 ./tests/plugins/memory/test_supermemory_provider.py
 ./tests/plugins/test_retaindb_plugin.py
 ./tests/run_agent/test_1630_context_overflow_loop.py
 ./tests/run_agent/test_413_compression.py
 ./tests/run_agent/test_860_dedup.py
 ./tests/run_agent/test_agent_guardrails.py
 ./tests/run_agent/test_agent_loop.py
 ./tests/run_agent/test_agent_loop_tool_calling.py
 ./tests/run_agent/test_agent_loop_vllm.py
 ./tests/run_agent/test_anthropic_error_handling.py
 ./tests/run_agent/test_async_httpx_del_neuter.py
 ./tests/run_agent/test_compression_boundary.py
 ./tests/run_agent/test_compression_feasibility.py
 ./tests/run_agent/test_compression_persistence.py
 ./tests/run_agent/test_compressor_fallback_update.py
 ./tests/run_agent/test_context_pressure.py
 ./tests/run_agent/test_context_token_tracking.py
 ./tests/run_agent/test_dict_tool_call_args.py
 ./tests/run_agent/test_exit_cleanup_interrupt.py
 ./tests/run_agent/test_fallback_model.py
 ./tests/run_agent/test_flush_memories_codex.py
 ./tests/run_agent/test_interactive_interrupt.py
 ./tests/run_agent/test_interrupt_propagation.py
 ./tests/run_agent/test_long_context_tier_429.py
 ./tests/run_agent/test_openai_client_lifecycle.py
 ./tests/run_agent/test_percentage_clamp.py
 ./tests/run_agent/test_primary_runtime_restore.py
 ./tests/run_agent/test_provider_fallback.py
 ./tests/run_agent/test_provider_parity.py
 ./tests/run_agent/test_real_interrupt_subagent.py
 ./tests/run_agent/test_redirect_stdout_issue.py
 ./tests/run_agent/test_run_agent.py
 ./tests/run_agent/test_run_agent_codex_responses.py
 ./tests/run_agent/test_session_meta_filtering.py
 ./tests/run_agent/test_session_reset_fix.py
 ./tests/run_agent/test_streaming.py
 ./tests/run_agent/test_strict_api_validation.py
 ./tests/run_agent/test_switch_model_context.py
 ./tests/run_agent/test_token_persistence_non_cli.py
 ./tests/run_agent/test_tool_arg_coercion.py
 ./tests/run_agent/test_unicode_ascii_codec.py
 ./tests/run_interrupt_test.py
 ./tests/skills/test_google_oauth_setup.py
 ./tests/skills/test_google_workspace_api.py
 ./tests/skills/test_memento_cards.py
 ./tests/skills/test_openclaw_migration.py
 ./tests/skills/test_telephony_skill.py
 ./tests/skills/test_youtube_quiz.py
 ./tests/test_batch_runner_checkpoint.py
 ./tests/test_cli_file_drop.py
 ./tests/test_cli_skin_integration.py
 ./tests/test_ctx_halving_fix.py
 ./tests/test_empty_model_fallback.py
 ./tests/test_evidence_store.py
 ./tests/test_hermes_constants.py
 ./tests/test_hermes_logging.py
 ./tests/test_hermes_state.py
 ./tests/test_honcho_client_config.py
 ./tests/test_ipv4_preference.py
 ./tests/test_mcp_serve.py
 ./tests/test_minisweagent_path.py
 ./tests/test_model_picker_scroll.py
 ./tests/test_model_tools.py
 ./tests/test_model_tools_async_bridge.py
 ./tests/test_ollama_num_ctx.py
 ./tests/test_packaging_metadata.py
 ./tests/test_project_metadata.py
 ./tests/test_retry_utils.py
 ./tests/test_sql_injection.py
 ./tests/test_subprocess_home_isolation.py
 ./tests/test_timezone.py
 ./tests/test_toolset_distributions.py
 ./tests/test_toolsets.py
 ./tests/test_trajectory_compressor.py
 ./tests/test_trajectory_compressor_async.py
 ./tests/test_utils_truthy_values.py
 ./tests/tools/test_ansi_strip.py
 ./tests/tools/test_approval.py
 ./tests/tools/test_base_environment.py
 ./tests/tools/test_browser_camofox.py
 ./tests/tools/test_browser_camofox_persistence.py
 ./tests/tools/test_browser_camofox_state.py
 ./tests/tools/test_browser_cdp_override.py
 ./tests/tools/test_browser_cleanup.py
 ./tests/tools/test_browser_console.py
 ./tests/tools/test_browser_content_none_guard.py
 ./tests/tools/test_browser_hardening.py
 ./tests/tools/test_browser_homebrew_paths.py
 ./tests/tools/test_browser_orphan_reaper.py
 ./tests/tools/test_browser_secret_exfil.py
 ./tests/tools/test_browser_ssrf_local.py
 ./tests/tools/test_budget_config.py
 ./tests/tools/test_checkpoint_manager.py
 ./tests/tools/test_clarify_tool.py
 ./tests/tools/test_clipboard.py
 ./tests/tools/test_code_execution.py
 ./tests/tools/test_command_guards.py
 ./tests/tools/test_config_null_guard.py
 ./tests/tools/test_credential_files.py
 ./tests/tools/test_cron_prompt_injection.py
 ./tests/tools/test_cronjob_tools.py
 ./tests/tools/test_daytona_environment.py
 ./tests/tools/test_debug_helpers.py
 ./tests/tools/test_delegate.py
 ./tests/tools/test_delegate_toolset_scope.py
 ./tests/tools/test_docker_environment.py
 ./tests/tools/test_docker_find.py
 ./tests/tools/test_env_passthrough.py
 ./tests/tools/test_file_operations.py
 ./tests/tools/test_file_operations_edge_cases.py
 ./tests/tools/test_file_read_guards.py
 ./tests/tools/test_file_staleness.py
 ./tests/tools/test_file_sync.py
 ./tests/tools/test_file_sync_perf.py
 ./tests/tools/test_file_tools.py
 ./tests/tools/test_file_tools_live.py
 ./tests/tools/test_file_write_safety.py
 ./tests/tools/test_force_dangerous_override.py
 ./tests/tools/test_fuzzy_match.py
 ./tests/tools/test_hidden_dir_filter.py
 ./tests/tools/test_homeassistant_tool.py
 ./tests/tools/test_interrupt.py
 ./tests/tools/test_llm_content_none_guard.py
 ./tests/tools/test_local_env_blocklist.py
 ./tests/tools/test_local_tempdir.py
 ./tests/tools/test_managed_browserbase_and_modal.py
 ./tests/tools/test_managed_media_gateways.py
 ./tests/tools/test_managed_modal_environment.py
 ./tests/tools/test_managed_server_tool_support.py
 ./tests/tools/test_managed_tool_gateway.py
 ./tests/tools/test_mcp_dynamic_discovery.py
 ./tests/tools/test_mcp_oauth.py
 ./tests/tools/test_mcp_probe.py
 ./tests/tools/test_mcp_stability.py
 ./tests/tools/test_mcp_structured_content.py
 ./tests/tools/test_mcp_tool.py
 ./tests/tools/test_mcp_tool_issue_948.py
 ./tests/tools/test_memory_tool.py
 ./tests/tools/test_mixture_of_agents_tool.py
 ./tests/tools/test_modal_bulk_upload.py
 ./tests/tools/test_modal_sandbox_fixes.py
 ./tests/tools/test_modal_snapshot_isolation.py
 ./tests/tools/test_notify_on_complete.py
 ./tests/tools/test_osv_check.py
 ./tests/tools/test_parse_env_var.py
 ./tests/tools/test_patch_parser.py
 ./tests/tools/test_process_registry.py
 ./tests/tools/test_read_loop_detection.py
 ./tests/tools/test_registry.py
 ./tests/tools/test_rl_training_tool.py
 ./tests/tools/test_search_hidden_dirs.py
 ./tests/tools/test_send_message_missing_platforms.py
 ./tests/tools/test_send_message_tool.py
 ./tests/tools/test_session_search.py
 ./tests/tools/test_singularity_preflight.py
 ./tests/tools/test_skill_env_passthrough.py
 ./tests/tools/test_skill_improvements.py
 ./tests/tools/test_skill_manager_tool.py
 ./tests/tools/test_skill_size_limits.py
 ./tests/tools/test_skill_view_path_check.py
 ./tests/tools/test_skill_view_traversal.py
 ./tests/tools/test_skills_guard.py
 ./tests/tools/test_skills_hub.py
 ./tests/tools/test_skills_hub_clawhub.py
 ./tests/tools/test_skills_sync.py
 ./tests/tools/test_skills_tool.py
 ./tests/tools/test_ssh_bulk_upload.py
 ./tests/tools/test_ssh_environment.py
 ./tests/tools/test_symlink_prefix_confusion.py
 ./tests/tools/test_terminal_disk_usage.py
 ./tests/tools/test_terminal_exit_semantics.py
 ./tests/tools/test_terminal_foreground_timeout_cap.py
 ./tests/tools/test_terminal_none_command_guard.py
 ./tests/tools/test_terminal_requirements.py
 ./tests/tools/test_terminal_timeout_output.py
 ./tests/tools/test_terminal_tool.py
 ./tests/tools/test_terminal_tool_pty_fallback.py
 ./tests/tools/test_terminal_tool_requirements.py
 ./tests/tools/test_threaded_process_handle.py
 ./tests/tools/test_tirith_security.py
 ./tests/tools/test_todo_tool.py
 ./tests/tools/test_tool_backend_helpers.py
 ./tests/tools/test_tool_call_parsers.py
 ./tests/tools/test_tool_result_storage.py
 ./tests/tools/test_transcription.py
 ./tests/tools/test_transcription_tools.py
 ./tests/tools/test_tts_mistral.py
 ./tests/tools/test_tts_speed.py
 ./tests/tools/test_url_safety.py
 ./tests/tools/test_vision_tools.py
 ./tests/tools/test_voice_cli_integration.py
 ./tests/tools/test_voice_mode.py
 ./tests/tools/test_watch_patterns.py
 ./tests/tools/test_web_tools_config.py
 ./tests/tools/test_web_tools_tavily.py
 ./tests/tools/test_website_policy.py
 ./tests/tools/test_windows_compat.py
 ./tests/tools/test_write_deny.py
 ./tests/tools/test_yolo_mode.py
 ./tests/tools/test_zombie_process_cleanup.py
 ./tools/__init__.py
 ./tools/__pycache__/mcp_tool.cpython-311.pyc
 ./tools/__pycache__/mixture_of_agents_tool.cpython-311.pyc
 ./tools/ansi_strip.py
 ./tools/approval.py
 ./tools/binary_extensions.py
 ./tools/browser_camofox.py
 ./tools/browser_camofox_state.py
 ./tools/browser_providers/__init__.py
 ./tools/browser_providers/base.py
 ./tools/browser_providers/browser_use.py
 ./tools/browser_providers/browserbase.py
 ./tools/browser_providers/firecrawl.py
 ./tools/browser_tool.py
 ./tools/budget_config.py
 ./tools/checkpoint_manager.py
 ./tools/clarify_tool.py
 ./tools/code_execution_tool.py
 ./tools/credential_files.py
 ./tools/cronjob_tools.py
 ./tools/debug_helpers.py
 ./tools/delegate_tool.py
 ./tools/env_passthrough.py
 ./tools/environments/__init__.py
 ./tools/environments/base.py
 ./tools/environments/daytona.py
 ./tools/environments/docker.py
 ./tools/environments/file_sync.py
 ./tools/environments/local.py
 ./tools/environments/managed_modal.py
 ./tools/environments/modal.py
 ./tools/environments/modal_utils.py
 ./tools/environments/singularity.py
 ./tools/environments/ssh.py
 ./tools/file_operations.py
 ./tools/file_tools.py
 ./tools/fuzzy_match.py
 ./tools/homeassistant_tool.py
 ./tools/image_generation_tool.py
 ./tools/interrupt.py
 ./tools/managed_tool_gateway.py
 ./tools/mcp_oauth.py
 ./tools/mcp_tool.py
 ./tools/memory_tool.py
 ./tools/mixture_of_agents_tool.py
 ./tools/neutts_samples/jo.txt
 ./tools/neutts_synth.py
 ./tools/openrouter_client.py
 ./tools/osv_check.py
 ./tools/patch_parser.py
 ./tools/path_security.py
 ./tools/process_registry.py
 ./tools/registry.py
 ./tools/rl_training_tool.py
 ./tools/send_message_tool.py
 ./tools/session_search_tool.py
 ./tools/skill_manager_tool.py
 ./tools/skills_guard.py
 ./tools/skills_hub.py
 ./tools/skills_sync.py
 ./tools/terminal_tool.py
 ./tools/tirith_security.py
 ./tools/todo_tool.py
 ./tools/tool_backend_helpers.py
 ./tools/tool_result_storage.py
 ./tools/transcription_tools.py
 ./tools/tts_tool.py
 ./tools/url_safety.py
 ./tools/vision_tools.py
 ./tools/voice_mode.py
 ./tools/web_tools.py
 ./tools/website_policy.py
 ./toolset_distributions.py
 ./toolsets.py
 ./trajectory_compressor.py
 ./utils.py
 ./uv.lock
 ./web/README.md
 ./web/eslint.config.js
 ./web/index.html
 ./web/package.json
 ./web/src/App.tsx
 ./web/src/components/AutoField.tsx
 ./web/src/components/Markdown.tsx
 ./web/src/components/Toast.tsx
 ./web/src/components/ui/badge.tsx
 ./web/src/components/ui/button.tsx
 ./web/src/components/ui/card.tsx
 ./web/src/components/ui/input.tsx
 ./web/src/components/ui/label.tsx
 ./web/src/components/ui/select.tsx
 ./web/src/components/ui/separator.tsx
 ./web/src/components/ui/switch.tsx
 ./web/src/components/ui/tabs.tsx
 ./web/src/hooks/useToast.ts
 ./web/src/index.css
 ./web/src/lib/api.ts
 ./web/src/lib/nested.ts
 ./web/src/lib/utils.ts
 ./web/src/main.tsx
 ./web/src/pages/AnalyticsPage.tsx
 ./web/src/pages/ConfigPage.tsx
 ./web/src/pages/CronPage.tsx
 ./web/src/pages/EnvPage.tsx
 ./web/src/pages/LogsPage.tsx
 ./web/src/pages/SessionsPage.tsx
 ./web/src/pages/SkillsPage.tsx
 ./web/src/pages/StatusPage.tsx
 ./web/tsconfig.app.json
 ./web/tsconfig.json
 ./web/tsconfig.node.json
 ./web/vite.config.ts
 ./website/README.md
 ./website/docs/developer-guide/_category_.json
 ./website/docs/developer-guide/acp-internals.md
 ./website/docs/developer-guide/adding-platform-adapters.md
 ./website/docs/developer-guide/adding-providers.md
 ./website/docs/developer-guide/adding-tools.md
 ./website/docs/developer-guide/agent-loop.md
 ./website/docs/developer-guide/architecture.md
 ./website/docs/developer-guide/context-compression-and-caching.md
 ./website/docs/developer-guide/context-engine-plugin.md
 ./website/docs/developer-guide/cron-internals.md
 ./website/docs/developer-guide/environments.md
 ./website/docs/developer-guide/extending-the-cli.md
 ./website/docs/developer-guide/gateway-internals.md
 ./website/docs/developer-guide/memory-provider-plugin.md
 ./website/docs/developer-guide/prompt-assembly.md
 ./website/docs/developer-guide/provider-runtime.md
 ./website/docs/developer-guide/session-storage.md
 ./website/docs/developer-guide/tools-runtime.md
 ./website/docs/developer-guide/trajectory-format.md
 ./website/docs/getting-started/_category_.json
 ./website/docs/getting-started/installation.md
 ./website/docs/getting-started/learning-path.md
 ./website/docs/getting-started/nix-setup.md
 ./website/docs/getting-started/quickstart.md
 ./website/docs/getting-started/termux.md
 ./website/docs/getting-started/updating.md
 ./website/docs/guides/_category_.json
 ./website/docs/guides/automate-with-cron.md
 ./website/docs/guides/build-a-hermes-plugin.md
 ./website/docs/guides/cron-troubleshooting.md
 ./website/docs/guides/daily-briefing-bot.md
 ./website/docs/guides/delegation-patterns.md
 ./website/docs/guides/local-llm-on-mac.md
 ./website/docs/guides/migrate-from-openclaw.md
 ./website/docs/guides/python-library.md
 ./website/docs/guides/team-telegram-assistant.md
 ./website/docs/guides/tips.md
 ./website/docs/guides/use-mcp-with-hermes.md
 ./website/docs/guides/use-soul-with-hermes.md
 ./website/docs/guides/use-voice-mode-with-hermes.md
 ./website/docs/guides/work-with-skills.md
 ./website/docs/index.md
 ./website/docs/integrations/index.md
 ./website/docs/integrations/providers.md
 ./website/docs/reference/_category_.json
 ./website/docs/reference/cli-commands.md
 ./website/docs/reference/environment-variables.md
 ./website/docs/reference/faq.md
 ./website/docs/reference/mcp-config-reference.md
 ./website/docs/reference/optional-skills-catalog.md
 ./website/docs/reference/profile-commands.md
 ./website/docs/reference/skills-catalog.md
 ./website/docs/reference/slash-commands.md
 ./website/docs/reference/tools-reference.md
 ./website/docs/reference/toolsets-reference.md
 ./website/docs/user-guide/_category_.json
 ./website/docs/user-guide/checkpoints-and-rollback.md
 ./website/docs/user-guide/cli.md
 ./website/docs/user-guide/configuration.md
 ./website/docs/user-guide/docker.md
 ./website/docs/user-guide/features/_category_.json
 ./website/docs/user-guide/features/acp.md
 ./website/docs/user-guide/features/api-server.md
 ./website/docs/user-guide/features/batch-processing.md
 ./website/docs/user-guide/features/browser.md
 ./website/docs/user-guide/features/code-execution.md
 ./website/docs/user-guide/features/context-files.md
 ./website/docs/user-guide/features/context-references.md
 ./website/docs/user-guide/features/credential-pools.md
 ./website/docs/user-guide/features/cron.md
 ./website/docs/user-guide/features/delegation.md
 ./website/docs/user-guide/features/fallback-providers.md
 ./website/docs/user-guide/features/honcho.md
 ./website/docs/user-guide/features/hooks.md
 ./website/docs/user-guide/features/image-generation.md
 ./website/docs/user-guide/features/mcp.md
 ./website/docs/user-guide/features/memory-providers.md
 ./website/docs/user-guide/features/memory.md
 ./website/docs/user-guide/features/overview.md
 ./website/docs/user-guide/features/personality.md
 ./website/docs/user-guide/features/plugins.md
 ./website/docs/user-guide/features/provider-routing.md
 ./website/docs/user-guide/features/rl-training.md
 ./website/docs/user-guide/features/skills.md
 ./website/docs/user-guide/features/skins.md
 ./website/docs/user-guide/features/tools.md
 ./website/docs/user-guide/features/tts.md
 ./website/docs/user-guide/features/vision.md
 ./website/docs/user-guide/features/voice-mode.md
 ./website/docs/user-guide/features/web-dashboard.md
 ./website/docs/user-guide/git-worktrees.md
 ./website/docs/user-guide/messaging/_category_.json
 ./website/docs/user-guide/messaging/bluebubbles.md
 ./website/docs/user-guide/messaging/dingtalk.md
 ./website/docs/user-guide/messaging/discord.md
 ./website/docs/user-guide/messaging/email.md
 ./website/docs/user-guide/messaging/feishu.md
 ./website/docs/user-guide/messaging/homeassistant.md
 ./website/docs/user-guide/messaging/index.md
 ./website/docs/user-guide/messaging/matrix.md
 ./website/docs/user-guide/messaging/mattermost.md
 ./website/docs/user-guide/messaging/open-webui.md
 ./website/docs/user-guide/messaging/signal.md
 ./website/docs/user-guide/messaging/slack.md
 ./website/docs/user-guide/messaging/sms.md
 ./website/docs/user-guide/messaging/telegram.md
 ./website/docs/user-guide/messaging/webhooks.md
 ./website/docs/user-guide/messaging/wecom-callback.md
 ./website/docs/user-guide/messaging/wecom.md
 ./website/docs/user-guide/messaging/weixin.md
 ./website/docs/user-guide/messaging/whatsapp.md
 ./website/docs/user-guide/profiles.md
 ./website/docs/user-guide/security.md
 ./website/docs/user-guide/sessions.md
 ./website/docs/user-guide/skills/godmode.md
 ./website/docusaurus.config.ts
 ./website/package.json
 ./website/scripts/extract-skills.py
 ./website/sidebars.ts
 ./website/src/css/custom.css
 ./website/src/pages/skills/index.tsx
 ./website/src/pages/skills/styles.module.css
 ./website/static/img/docs/cli-layout.svg
 ./website/static/img/docs/session-recap.svg
 ./website/static/img/favicon-16x16.png
 ./website/static/img/favicon.svg
 ./website/tsconfig.json
Copyright: NONE
License: UNKNOWN
 FIXME

Files: ./CONTRIBUTING.md
 ./README.md
 ./optional-skills/autonomous-ai-agents/blackbox/SKILL.md
 ./optional-skills/autonomous-ai-agents/honcho/SKILL.md
 ./optional-skills/blockchain/base/SKILL.md
 ./optional-skills/blockchain/solana/SKILL.md
 ./optional-skills/communication/one-three-one-rule/SKILL.md
 ./optional-skills/creative/meme-generation/SKILL.md
 ./optional-skills/devops/cli/SKILL.md
 ./optional-skills/devops/docker-management/SKILL.md
 ./optional-skills/health/neuroskill-bci/SKILL.md
 ./optional-skills/mcp/fastmcp/SKILL.md
 ./optional-skills/migration/openclaw-migration/SKILL.md
 ./optional-skills/mlops/accelerate/SKILL.md
 ./optional-skills/mlops/chroma/SKILL.md
 ./optional-skills/mlops/faiss/SKILL.md
 ./optional-skills/mlops/flash-attention/SKILL.md
 ./optional-skills/mlops/hermes-atropos-environments/SKILL.md
 ./optional-skills/mlops/huggingface-tokenizers/SKILL.md
 ./optional-skills/mlops/instructor/SKILL.md
 ./optional-skills/mlops/lambda-labs/SKILL.md
 ./optional-skills/mlops/llava/SKILL.md
 ./optional-skills/mlops/nemo-curator/SKILL.md
 ./optional-skills/mlops/pinecone/SKILL.md
 ./optional-skills/mlops/pytorch-lightning/SKILL.md
 ./optional-skills/mlops/qdrant/SKILL.md
 ./optional-skills/mlops/saelens/SKILL.md
 ./optional-skills/mlops/simpo/SKILL.md
 ./optional-skills/mlops/slime/SKILL.md
 ./optional-skills/mlops/tensorrt-llm/SKILL.md
 ./optional-skills/mlops/torchtitan/SKILL.md
 ./optional-skills/productivity/canvas/SKILL.md
 ./optional-skills/productivity/memento-flashcards/SKILL.md
 ./optional-skills/productivity/siyuan/SKILL.md
 ./optional-skills/productivity/telephony/SKILL.md
 ./optional-skills/research/duckduckgo-search/SKILL.md
 ./optional-skills/research/gitnexus-explorer/SKILL.md
 ./optional-skills/research/parallel-cli/SKILL.md
 ./optional-skills/research/qmd/SKILL.md
 ./optional-skills/research/scrapling/SKILL.md
 ./optional-skills/security/1password/SKILL.md
 ./optional-skills/security/sherlock/SKILL.md
 ./package.json
 ./scripts/whatsapp-bridge/package-lock.json
 ./skills/apple/apple-notes/SKILL.md
 ./skills/apple/apple-reminders/SKILL.md
 ./skills/apple/findmy/SKILL.md
 ./skills/apple/imessage/SKILL.md
 ./skills/autonomous-ai-agents/claude-code/SKILL.md
 ./skills/autonomous-ai-agents/codex/SKILL.md
 ./skills/autonomous-ai-agents/hermes-agent/SKILL.md
 ./skills/autonomous-ai-agents/opencode/SKILL.md
 ./skills/creative/ascii-art/SKILL.md
 ./skills/creative/creative-ideation/SKILL.md
 ./skills/creative/excalidraw/SKILL.md
 ./skills/creative/popular-web-designs/SKILL.md
 ./skills/data-science/jupyter-live-kernel/SKILL.md
 ./skills/domain/DESCRIPTION.md
 ./skills/email/himalaya/SKILL.md
 ./skills/github/codebase-inspection/SKILL.md
 ./skills/github/github-auth/SKILL.md
 ./skills/github/github-code-review/SKILL.md
 ./skills/github/github-issues/SKILL.md
 ./skills/github/github-pr-workflow/SKILL.md
 ./skills/github/github-repo-management/SKILL.md
 ./skills/mcp/mcporter/SKILL.md
 ./skills/mcp/native-mcp/SKILL.md
 ./skills/media/gif-search/SKILL.md
 ./skills/media/songsee/SKILL.md
 ./skills/mlops/cloud/modal/SKILL.md
 ./skills/mlops/evaluation/lm-evaluation-harness/SKILL.md
 ./skills/mlops/evaluation/weights-and-biases/SKILL.md
 ./skills/mlops/huggingface-hub/SKILL.md
 ./skills/mlops/inference/gguf/SKILL.md
 ./skills/mlops/inference/guidance/SKILL.md
 ./skills/mlops/inference/llama-cpp/SKILL.md
 ./skills/mlops/inference/obliteratus/SKILL.md
 ./skills/mlops/inference/outlines/SKILL.md
 ./skills/mlops/inference/vllm/SKILL.md
 ./skills/mlops/models/audiocraft/SKILL.md
 ./skills/mlops/models/clip/SKILL.md
 ./skills/mlops/models/segment-anything/SKILL.md
 ./skills/mlops/models/stable-diffusion/SKILL.md
 ./skills/mlops/models/whisper/SKILL.md
 ./skills/mlops/research/dspy/SKILL.md
 ./skills/mlops/training/axolotl/SKILL.md
 ./skills/mlops/training/grpo-rl-training/README.md
 ./skills/mlops/training/grpo-rl-training/SKILL.md
 ./skills/mlops/training/peft/SKILL.md
 ./skills/mlops/training/pytorch-fsdp/SKILL.md
 ./skills/mlops/training/trl-fine-tuning/SKILL.md
 ./skills/mlops/training/unsloth/SKILL.md
 ./skills/productivity/google-workspace/SKILL.md
 ./skills/productivity/linear/SKILL.md
 ./skills/productivity/nano-pdf/SKILL.md
 ./skills/productivity/notion/SKILL.md
 ./skills/productivity/ocr-and-documents/SKILL.md
 ./skills/red-teaming/godmode/SKILL.md
 ./skills/research/arxiv/SKILL.md
 ./skills/research/blogwatcher/SKILL.md
 ./skills/research/llm-wiki/SKILL.md
 ./skills/research/research-paper-writing/SKILL.md
 ./skills/smart-home/openhue/SKILL.md
 ./skills/social-media/xitter/SKILL.md
 ./skills/software-development/plan/SKILL.md
 ./skills/software-development/requesting-code-review/SKILL.md
 ./skills/software-development/subagent-driven-development/SKILL.md
 ./skills/software-development/systematic-debugging/SKILL.md
 ./skills/software-development/test-driven-development/SKILL.md
 ./skills/software-development/writing-plans/SKILL.md
 ./tools/__pycache__/skills_tool.cpython-311.pyc
 ./tools/skills_tool.py
 ./web/package-lock.json
 ./website/docs/developer-guide/contributing.md
 ./website/docs/developer-guide/creating-skills.md
 ./website/package-lock.json
Copyright: NONE
License: Expat
 FIXME

Files: ./skills/research/research-paper-writing/templates/aaai2026/aaai2026.bst
 ./skills/research/research-paper-writing/templates/colm2025/fancyhdr.sty
 ./skills/research/research-paper-writing/templates/iclr2026/fancyhdr.sty
Copyright: NONE
License: LPPL
 FIXME

Files: ./assets/banner.png
 ./landingpage/hermes-agent-banner.png
 ./website/static/img/hermes-agent-banner.png
Copyright: o°={+×X·â@dÞIÕåÕk­,Ö¼Mùw¾ø,B­þsH(æZ¾©²   VòF ø	0×_Í@ @ z
  ((V¦[]Òþ©.sÒ|ðÖêµ8Î¤ åGä?pIóo
  fÜÿO;Å
  =
  ÊQâÿÝC(RØ7è¬ÝCHß
  Ó´é3ìè×qSu¨'wf£êüb¡k
  Ô_ºªjÖm-í@ë}ufÔ­-»Û#
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/colm2025/colm2025_conference.bst
 ./skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.bst
Copyright: 1993-2007, Patrick W Daly
  2010, Hal Daum'e III
License: LPPL
 FIXME

Files: ./skills/research/research-paper-writing/templates/colm2025/natbib.sty
 ./skills/research/research-paper-writing/templates/iclr2026/natbib.sty
Copyright: 1993-2009, Patrick W Daly
License: LPPL
 FIXME

Files: ./landingpage/apple-touch-icon.png
 ./website/static/img/apple-touch-icon.png
Copyright:  P=á¾þz
  EA¦ÑqãÇ#>>^µ(}(°X$Ôõ¯Ï?û¬È
  7è°víZôíÛwîÜárgEäÊÙ}WW7899qûn||<zôè´%[Á£G0|øpøùùqOÆ©S¦àâ
  ÕUEL&L6
  Ì¿&I2 ¢
  Ú³ºslFã³o2ÙYe#88_.ý=zôÀäÉS0zôh¸¹¹ $I¶Ã±ÿtqä?Ð*p ½^QÒRSxý:îÝ»AÐ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/tips.cpython-311.pyc
 ./tools/__pycache__/ansi_strip.cpython-311.pyc
Copyright:  r
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/credential_pool.cpython-311.pyc
 ./tools/__pycache__/vision_tools.cpython-311.pyc
Copyright: Ú
License: UNKNOWN
 FIXME

Files: ./landingpage/nous-logo.png
 ./website/static/img/nous-logo.png
Copyright: î¿ÿ~¬Xñ¢¢¢ÆÂ³íÜ±J¥YYY ¬Mÿ
  
  ®®®­á
  DQQ¢£¢pâäÉNµVVv6PXPA
  D~~>***À²,|||pÇÔ;àêê
  T
  T¢´´Ðëõ¶x_UUUøäÓO¡×ë­¡ ±X
  TÂÓÓ?ôÀ0
  TÈÌÌDnn.RRêjDGGáøñß0vì#Àßf	)))vùn_SS¼¼ÜVo:å´;wÚh>KG¬¬,$$ÄcÏªGÉdBRr2
  ZµEóèõzâÏþ3Î>ææfëûzûøÀØjÔÀ
  1¶·
  /ã/¾@@@ """0kÖ,L2 
  ´h¤nj6äïïI&áÎ;ïÄÄáï g÷óÝÝ=ðøãcÂ	øðÃñã?B¡PÜ<eFÚÚZlÙ²¿ýú+|ê),]ºþþhÖß¸üE"Ñå/¿ü8@Ç±,K%%¥´qãF%±XL`@­+|ÓX,¦ØØXzçw¨¦¦Ææ³í]¾ùæ
  ½¥Ôî²Èðá#°hÑ"­EDÐh´XöÀpqqé½tÏþñY¬^ý
  Ô¨««EaQ²23ÆÍÍÍ
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/icml2026/algorithm.sty
 ./skills/research/research-paper-writing/templates/icml2026/algorithmic.sty
Copyright: 1994, Peter Williams
License: UNKNOWN
 FIXME

Files: ./landingpage/favicon.ico
 ./website/static/img/favicon.ico
Copyright: T
  TâóÍg>}Êðâù
  |ãúúZæçç¥¯¯O¬®®Êì/³âp8dppPäÿ$IáììLlÛÝÝ]©®®à!H$drrR ËÊK©TÛ¶åüütÃðþï÷<ù|®®.,ËâåË_Y^^æþþúúzVV~gnn MÓÐ].
  úGtcH4Q6îÆv-éþb"5(n
License: UNKNOWN
 FIXME

Files: ./landingpage/favicon-32x32.png
 ./website/static/img/favicon-32x32.png
Copyright: ¦iRÓ4AÃ0¨ë:c±I2ò«¯¾â¶?mãÚµkùê«¯òóÏ?çÐÐ[[Û¸nÝ:pÚc=Æªª*t|Ù~í¦iMÓdSSáõzÁeÑ0
  ëúÿ
License: UNKNOWN
 FIXME

Files: ./skills/media/heartmula/SKILL.md
Copyright: NONE
License: Apache-2.0
 FIXME

Files: ./LICENSE
Copyright: 2025, Nous Research
License: Expat
 FIXME

Files: ./package-lock.json
Copyright: NONE
License: Expat and/or ISC
 FIXME

Files: ./skills/research/research-paper-writing/templates/acl/acl_natbib.bst
Copyright: 2002, -23, Norman Gray,
License: LPPL
 FIXME

Files: ./skills/research/research-paper-writing/templates/icml2026/icml2026.bst
Copyright: 2010, Hal Daum'e III
License: LPPL
 FIXME

Files: ./plugins/memory/honcho/__pycache__/__init__.cpython-311.pyc
Copyright:    sË    à
   r9   s    r;   r   zHonchoMemoryProvider.name   s    àxr=   Úboolc                ó    	 ddl m} |
  Úselfs    úB/home/bianbu/aitest/hermes-agent/plugins/memory/honcho/__init__.pyÚ__init__zHonchoMemoryProvider.__init__z   sÈ    Ø
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/context_compressor.cpython-311.pyc
Copyright:  )Úselfs    ú</home/bianbu/aitest/hermes-agent/agent/context_compressor.pyÚnamezContextCompressor.nameG   s    à|ó    Nc                 ór    t          ¦   «         
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/delegate_tool.cpython-311.pyc
Copyright:  )r   Úns    r   r   r   2   s*   è è  ÐCÐC¨1h
  N)ÚDELEGATE_BLOCKED_TOOLS©Ú.0Úts    ú7/home/bianbu/aitest/hermes-agent/tools/delegate_tool.pyú	<genexpr>z<genexpr>.<genexpr>0   s(   è è  ÐKÐK°Õ+Ð+ÐKÐKÐKÐKÐKÐKó    ÚtoolsN)Ú_EXCLUDED_TOOLSET_NAMESÚ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/clarify_tool.cpython-311.pyc
Copyright:  )ÚstrÚstrip)Ú.0Úcs    ú6/home/bianbu/aitest/hermes-agent/tools/clarify_tool.pyú
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/copilot_auth.cpython-311.pyc
Copyright:  )r   r   rV   s    r   Úcopilot_request_headersr     sB    ð +Ø'Ø"/Ø-Ø"/Ð;ww°Vð
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/file_operations.cpython-311.pyc
Copyright:  )ÚosÚpathÚrealpath©Ú.0Úps    ú9/home/bianbu/aitest/hermes-agent/tools/file_operations.pyú	<setcomp>r   -   s5    ð ð ð Ø
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/file_sync.cpython-311.pyc
Copyright:  )Ústrr   Úparent©r"   Ú_r   s    r   ú	<setcomp>z%unique_parent_dirs.<locals>.<setcomp>G   s-    ÐCÐCÐC±	°°63tF||Ô*Ñ+Ô+ÐCÐCÐCr   )Úsorted)r   s    r   Úunique_parent_dirsr6   E   s    å
  N©ÚshlexÚquote)Ú.0Úps    r   ú	<genexpr>z$quoted_rm_command.<locals>.<genexpr>=   s*   è è  ÐDÐD°!u{¨1~~ÐDÐDÐDÐDÐDÐDr   ©Újoin)r   s    r   Úquoted_rm_commandr'   ;   s(    à
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/models_dev.cpython-311.pyc
Copyright:  .Úinput_modalitiesÚoutput_modalitiesr   Úcontext_windowÚ
  r   r*   s    r,   Ú
  Úselfs    ú4/home/bianbu/aitest/hermes-agent/agent/models_dev.pyÚ
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/colm2025/colm2025_conference.pdf
Copyright:  1s4
  §*P2òîö@ënQIæ(<åà
License: UNKNOWN
 FIXME

Files: ./plugins/__pycache__/__init__.cpython-311.pyc
Copyright:  r   ó    ú4/home/bianbu/aitest/hermes-agent/plugins/__init__.pyú<module>r      s   ðð ð r   
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/__init__.cpython-311.pyc
Copyright:  r	   r   ú<module>r
  Úcheck_terminal_requirements)Ú
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/trajectory.cpython-311.pyc
Copyright:  r
  r   s    ú4/home/bianbu/aitest/hermes-agent/agent/trajectory.pyÚconvert_scratchpad_to_thinkr      sA    à
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/openrouter_client.cpython-311.pyc
Copyright:  r   r
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/voice_mode.cpython-311.pyc
Copyright:  r   r
  r   ÚshutilÚwhichr   r   r
  Úcapture_outputÚtextÚtimeoutÚcheckzpackage:com.termux.apiÚ )r   Ú
License: UNKNOWN
 FIXME

Files: ./gateway/__pycache__/status.cpython-311.pyc
Copyright:  r   r   Ú_get_runtime_status_pathr   &   s    å
  N)r   Únowr   ÚutcÚ	isoformatr   r   r   Ú
  Úget_hermes_home)ÚAnyÚOptionalzhermes-gatewayzgateway_state.jsonz
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/url_safety.cpython-311.pyc
Copyright:  r   r   ú<module>r7      sß   ððð ð$ Ð Ð Ð Ø Ø 
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/base.cpython-311.pyc
Copyright:  r   r   Ú_get_activity_callbackr   $   s    Ý
  N)ÚstdinÚwriteÚcloseÚBrokenPipeErrorÚOSError)r$   r#   s   r   Ú_writez_pipe_stdin.<locals>._write?   s_   ø ð	Ø
  ÚtargetÚdaemonN)Ú	threadingÚThreadÚstart)r#   r$   r-   s   `` r   Ú
  ÚparentsÚexist_ok)ÚosÚgetenvr   r	   Úmkdir)ÚcustomÚps    r   Úget_sandbox_dirr"   (   sT    õ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/checkpoint_manager.cpython-311.pyc
Copyright:  r   r   r   r   ö   sÌ       ð
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/interrupt.cpython-311.pyc
Copyright:  r   r   r   r   ;   s        ØNÐNð ð  ð  ð  ð  ðð ð ð ðð ð ð ðð E
  N)r   ©Úselfs    r   Úis_setz_ThreadAwareEventProxy.is_set>   s    ÝÑÔÐó    Nc                 ó$    t          d¦  «         d S )NT©r   r   s    r   Úsetz_ThreadAwareEventProxy.setA   s    ÝdÑÔÐÐÐr   c                 ó$    t          d¦  «         d S )NFr   r   s    r   Úclearz_ThreadAwareEventProxy.clearD   s    ÝeÑÔÐÐÐr   Útimeoutc                 ó*    | 
  ð 
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/registry.cpython-311.pyc
Copyright:  r   r   r	   r	      s:        Ø0Ð0ðIð (,ð
  Nr
  r   s    r   r   zToolRegistry.__init__3   s    Ø,.
  ÚnameÚtoolsetÚschemaÚhandlerÚcheck_fnÚ
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/rate_limit_tracker.cpython-311.pyc
Copyright:  r   r   r
  N)r
  Úselfs    ú</home/bianbu/aitest/hermes-agent/agent/rate_limit_tracker.pyÚusedzRateLimitBucket.used'   s    å1dj
  Nr   )Úmaxr
  r   r   )
  r;   r<   s    r   Ú	_safe_intrB   N   sD    ðÝ5<<Ñ Ô Ð øÝ
License: UNKNOWN
 FIXME

Files: ./__pycache__/hermes_logging.cpython-311.pyc
Copyright:  r   r   Úclear_session_contextr   Q   s    ð #'ÕÔÐÐr   c                  ó    t          j        ¦   «         t          dd¦  «        rdS fd} d| _        t          j        | ¦  «         dS )ub  Replace the global LogRecord factory with one that adds ``session_tag``.
  Ú_session_contextr   )r   s    ú2/home/bianbu/aitest/hermes-agent/hermes_logging.pyÚset_session_contextr   H   s    ð
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/prompt_caching.cpython-311.pyc
Copyright:  r   r   ú<module>r9      s×   ððð ð 
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/env_passthrough.cpython-311.pyc
Copyright:  r   r   Úget_all_passthroughr5   ^   s     å
  ¬ð -ØJJtzz||Ñ,Ô,Ð,øøøÝ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/budget_config.cpython-311.pyc
Copyright:  r   r   r   r      s¦         ðð ð  9ÐÐ8Ð8Ñ8Ø0KÐ0Ð0Ñ0Ø2L#Ð2Ð2Ñ2Ø%*
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/model_switch.cpython-311.pyc
Copyright:  r   r   r$   r$   d   s(         ØDÐDØKKKØKKKKKr   r$   ÚsonnetÚ	anthropicz
  r   s    ú;/home/bianbu/aitest/hermes-agent/hermes_cli/model_switch.pyÚis_nous_hermes_non_agenticr   L   s.    ð 
  Ú__name__Ú
License: UNKNOWN
 FIXME

Files: ./cron/__pycache__/jobs.cpython-311.pyc
Copyright:  r    r   Ú
  r&   s    r   Ú
  ÚparentsÚexist_okN)ÚCRON_DIRÚmkdirÚ
License: UNKNOWN
 FIXME

Files: ./gateway/__pycache__/session_context.cpython-311.pyc
Copyright:  r!   r   ú<module>r7      s,  ðð$ð $ð $ðL #Ð "Ð "Ð "Ð "Ð "ð
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/plugins.cpython-311.pyc
Copyright:  r%   r#   r3   r3   ]   sÐ         à:Ð:à
  Úregistry)	r   rW   rX   rZ   r[   r:   r^   r6   r_   zPlugin %s registered tool: %sN)
  Údefault_factoryz List[Union[str, Dict[str, Any]]]Ú
  Úenv_var_enabled>
License: UNKNOWN
 FIXME

Files: ./gateway/__pycache__/delivery.cpython-311.pyc
Copyright:  r-   r'   r   r      sÐ         ðð ð ÐÐÑØ!GXc]Ð!Ð!Ñ!Ø#Ix}Ð#Ð#Ñ#ØItÐÐÑØKÐÐÑàð.0ð .03ð .0¨°Ô(?ð .0ÐK[ð .0ð .0ð .0ñ [ð.0ð`
  N)Ú__name__Ú
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/usage_pricing.cpython-311.pyc
Copyright:  r2   r0   r!   r!      sÒ         àLÐÐÐÑØMÐÐÐÑØÐÐÐÐÑØÐÐÐÐÑØÐÐÐÐÑØMÐÐÐÑØ*.IÐ.Ð.Ð.Ñ.à
  N)r#   r%   r&   ©Úselfs    ú7/home/bianbu/aitest/hermes-agent/agent/usage_pricing.pyÚ
  ÚinputÚoutputÚ0Ú1000000)ÚactualÚ	estimatedÚincludedÚunknown)Úprovider_cost_apiÚprovider_generation_apiÚprovider_models_apiÚofficial_docs_snapshotÚ
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/title_generator.cpython-311.pyc
Copyright:  r9   r(   ú<module>rP      s5  ððð ð
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/env_loader.cpython-311.pyc
Copyright:  rB   r   ú<module>rH      s§   ðØ LÐ Là "Ð "Ð "Ð "Ð "Ð "à 				Ø Ð Ð Ð Ð Ð à Ð Ð Ð Ð Ð ðMð Mð Mð Mð*
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/binary_extensions.cpython-311.pyc
Copyright:  rj   rh   ú<module>rp      s^   ððð ð
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/context_engine.cpython-311.pyc
Copyright:  ©Úselfs    ú8/home/bianbu/aitest/hermes-agent/agent/context_engine.pyÚnamezContextEngine.name%   ó      ó    r   Úlast_prompt_tokensÚlast_completion_tokensÚlast_total_tokensÚthreshold_tokensÚcontext_lengthÚcompression_countg      è?Úthreshold_percenté   Úprotect_first_né   Úprotect_last_nÚusageNc                 ó    dS )z
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/memory_provider.cpython-311.pyc
Copyright:  ©Úselfs    ú9/home/bianbu/aitest/hermes-agent/agent/memory_provider.pyÚnamezMemoryProvider.name-   ó      ó    Úboolc                ó    dS )uñ   Return True if this provider is configured, has credentials, and is ready.
License: UNKNOWN
 FIXME

Files: ./tools/browser_providers/__pycache__/base.cpython-311.pyc
Copyright:  ©Úselfs    ú@/home/bianbu/aitest/hermes-agent/tools/browser_providers/base.pyÚ
License: UNKNOWN
 FIXME

Files: ./tools/browser_providers/__pycache__/firecrawl.cpython-311.pyc
Copyright:  ©Úselfs    úE/home/bianbu/aitest/hermes-agent/tools/browser_providers/firecrawl.pyÚ
License: UNKNOWN
 FIXME

Files: ./tools/browser_providers/__pycache__/browserbase.cpython-311.pyc
Copyright:  ©Úselfs    úG/home/bianbu/aitest/hermes-agent/tools/browser_providers/browserbase.pyÚ
  N)Ú_get_config_or_noner
License: UNKNOWN
 FIXME

Files: ./plugins/memory/__pycache__/__init__.cpython-311.pyc
Copyright:  ©ra   ÚargsÚkwargss    r)   Ú
  N©r(   )Úselfs    r)   Ú__init__z_ProviderCollector.__init__Ê   s
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/auth.cpython-311.pyc
Copyright:  ÚtupleÚapi_key_env_varsÚbase_url_env_varN)Ú__name__Ú
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/managed_modal.cpython-311.pyc
Copyright:  ó    r   r   r      s         àLLLLLr"   r   c                  ó    e Zd ZdZ edd¦  «        Z edd¦  «        Z edd¦  «        ZdZdZ	d	Z
  <¬<Ñ'8Ô'8Ô$Ø×/Ò/Ñ1Ô1ÔÐÐr"   Úpreparedr
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/retry_utils.cpython-311.pyc
Copyright:  ó    r   ú<module>r$      s¨   ððð ð 
License: UNKNOWN
 FIXME

Files: ./__pycache__/hermes_time.cpython-311.pyc
Copyright:  ó    r   Ú
License: UNKNOWN
 FIXME

Files: ./cron/__pycache__/__init__.cpython-311.pyc
Copyright:  ó    ú1/home/bianbu/aitest/hermes-agent/cron/__init__.pyú<module>r      s¦   ððð ð"
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/__init__.cpython-311.pyc
Copyright:  ó    ú2/home/bianbu/aitest/hermes-agent/agent/__init__.pyú<module>r      s   ððð ð ð r   
License: UNKNOWN
 FIXME

Files: ./gateway/__pycache__/session.cpython-311.pyc
Copyright:  ó    ú3/home/bianbu/aitest/hermes-agent/gateway/session.pyÚ_nowr      s    å
  r   s    r   Ú_hash_idr   #   s3    å
License: UNKNOWN
 FIXME

Files: ./gateway/__pycache__/__init__.cpython-311.pyc
Copyright:  ó    ú4/home/bianbu/aitest/hermes-agent/gateway/__init__.pyú<module>r      s¡   ðð	ð 	ð TÐ SÐ SÐ SÐ SÐ SÐ SÐ SÐ SÐ SÐ SÐ Sðð ð ð ð ð ð ð ð ð ð ð ð
License: UNKNOWN
 FIXME

Files: ./__pycache__/hermes_constants.cpython-311.pyc
Copyright:  ó    ú4/home/bianbu/aitest/hermes-agent/hermes_constants.pyÚget_hermes_homer   
  ¬°yÑ)@ÑAÔAÑ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/colors.cpython-311.pyc
Copyright:  ó    ú5/home/bianbu/aitest/hermes-agent/hermes_cli/colors.pyÚshould_use_colorr      s[    õ
    ã                   óP    d Z ddlZddlZdefdZ G d d¦  «        ZdedefdZdS )	z3Shared ANSI color utilities for Hermes CLI modules.é    NÚreturnc                  óÒ    t           j        
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/memory_tool.cpython-311.pyc
Copyright:  ó    ú5/home/bianbu/aitest/hermes-agent/tools/memory_tool.pyÚget_memory_dirr   +   s    å
  Úget_hermes_home)ÚDictÚAnyÚListÚOptionalÚreturnc                  ó$    t          ¦   «         dz
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/skills_guard.cpython-311.pyc
Copyright:  ó    ú6/home/bianbu/aitest/hermes-agent/tools/skills_guard.pyr   r   8   sT         àOOOØMMMØMMMØ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/__init__.cpython-311.pyc
Copyright:  ó    ú7/home/bianbu/aitest/hermes-agent/hermes_cli/__init__.pyú<module>r      s"   ðð
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/platforms.cpython-311.pyc
Copyright:  ó    ú8/home/bianbu/aitest/hermes-agent/hermes_cli/platforms.pyr   r      s-         Ø/Ð/Ø
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/website_policy.cpython-311.pyc
Copyright:  ó    ú8/home/bianbu/aitest/hermes-agent/tools/website_policy.pyÚ_get_default_config_pathr   (   s    Ý
  Úget_hermes_homeF)ÚenabledÚdomainsÚ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/browser_camofox.cpython-311.pyc
Copyright:  ó    ú9/home/bianbu/aitest/hermes-agent/tools/browser_camofox.pyÚget_camofox_urlr   3   s"    å
  Ú
  ÚtimeoutéÈ   ÚvncPorté   iÿÿ  r   )ÚurlparseÚ	localhostzhttp://ú:T)r   ÚrequestsÚgetÚ
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/error_classifier.cpython-311.pyc
Copyright:  ó    ú:/home/bianbu/aitest/hermes-agent/agent/error_classifier.pyr
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/ssh.cpython-311.pyc
Copyright:  ó    ú:/home/bianbu/aitest/hermes-agent/tools/environments/ssh.pyÚ_ensure_ssh_availabler      s3    å
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/process_registry.cpython-311.pyc
Copyright:  ó    ú:/home/bianbu/aitest/hermes-agent/tools/process_registry.pyr   r   C   sÊ        à=Ð=Ø
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/default_soul.cpython-311.pyc
Copyright:  ó    ú;/home/bianbu/aitest/hermes-agent/hermes_cli/default_soul.pyú<module>r      s   ðØ DÐ DðHð r   
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/homeassistant_tool.cpython-311.pyc
Copyright:  ó    ú</home/bianbu/aitest/hermes-agent/tools/homeassistant_tool.pyÚ
  Ú
  Ú.0Úsr$   s    r   ú
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/code_execution_tool.cpython-311.pyc
Copyright:  ó    ú=/home/bianbu/aitest/hermes-agent/tools/code_execution_tool.pyÚcheck_sandbox_requirementsr   I   s    å
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/managed_tool_gateway.cpython-311.pyc
Copyright:  ó    ú>/home/bianbu/aitest/hermes-agent/tools/managed_tool_gateway.pyr   r      s?         àKKKØÐÐÑØÐÐÑØÐÐÑÐÐr   r   c                 ó$    t          ¦   «         dz
  Úget_hermes_home)Úmanaged_nous_tools_enabledznousresearch.comÚhttpséx   T)Úfrozenc                  ó8    e Zd ZU ded<   ded<   ded<   ded<   dS )ÚManagedToolGatewayConfigÚstrÚvendorÚgateway_originÚnous_user_tokenÚboolÚ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/tool_backend_helpers.cpython-311.pyc
Copyright:  ó    ú>/home/bianbu/aitest/hermes-agent/tools/tool_backend_helpers.pyÚmanaged_nous_tools_enabledr      s    å
  Úenv_var_enabledÚlocalÚauto>   r
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/browser_camofox_state.cpython-311.pyc
Copyright:  ó    ú?/home/bianbu/aitest/hermes-agent/tools/browser_camofox_state.pyÚget_camofox_state_dirr      s    å
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/__init__.cpython-311.pyc
Copyright:  ó    ú?/home/bianbu/aitest/hermes-agent/tools/environments/__init__.pyú<module>r
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/image_generation_tool.cpython-311.pyc
Copyright:  ó    ú?/home/bianbu/aitest/hermes-agent/tools/image_generation_tool.pyÚ_resolve_managed_fal_gatewayr)   Z   s'    å	yÑÔð ØtÝ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/nous_subscription.cpython-311.pyc
Copyright:  ó    ú@/home/bianbu/aitest/hermes-agent/hermes_cli/nous_subscription.pyr   r      s         à
  r1   ©Úselfs    r+   r4   zNousSubscriptionFeatures.web0   ó    à}UÔ#Ð#r*   c                ó    | j         d         S )NÚ	image_genr5   r6   s    r+   r:   z"NousSubscriptionFeatures.image_gen4   s    à}[Ô)Ð)r*   c                ó    | j         d         S )NÚttsr5   r6   s    r+   r<   zNousSubscriptionFeatures.tts8   r8   r*   c                ó    | j         d         S )NÚbrowserr5   r6   s    r+   r>   z NousSubscriptionFeatures.browser<   s    à}YÔ'Ð'r*   c                ó    | j         d         S )NÚmodalr5   r6   s    r+   r@   zNousSubscriptionFeatures.modal@   s    à}WÔ%Ð%r*   úIterable[NousFeatureState]c              #  ó6   K   d}|D ]}| j         |         V  d S )N©r4   r:   r<   r>   r@   r5   )r7   Úorderedr   s    r+   ÚitemszNousSubscriptionFeatures.itemsD   s:   è è  ØAØð 	%ð 	%CØ-
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/modal_utils.cpython-311.pyc
Copyright:  ó    úB/home/bianbu/aitest/hermes-agent/tools/environments/modal_utils.pyr
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/singularity.cpython-311.pyc
Copyright:  ó    úB/home/bianbu/aitest/hermes-agent/tools/environments/singularity.pyÚ_find_singularity_executabler      sG    å
  Úcapture_outputÚtextÚtimeoutz"Singularity backend selected but 'z' could not be executed.ú'z version' timed out.r   NéÈ   z version' failed (exit code z): )	r   Ú
License: UNKNOWN
 FIXME

Files: ./tools/browser_providers/__pycache__/__init__.cpython-311.pyc
Copyright:  ó    úD/home/bianbu/aitest/hermes-agent/tools/browser_providers/__init__.pyú<module>r
License: UNKNOWN
 FIXME

Files: ./__pycache__/model_tools.cpython-311.pyc
Copyright:  ó    úhome/bianbu/aitest/hermes-agent/model_tools.pyÚ_get_tool_loopr   ,   s    õ 
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/providers.cpython-311.pyc
Copyright:  úTuple[str, ...]Úextra_env_varsÚ Úbase_url_overrideÚbase_url_env_varN)
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/modal.cpython-311.pyc
Copyright: N)r	   Ú_SNAPSHOT_STORE© ó    ú</home/bianbu/aitest/hermes-agent/tools/environments/modal.pyÚ_load_snapshotsr   &   s    Ý
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/skill_utils.cpython-311.pyc
Copyright: N)r   Ú
License: UNKNOWN
 FIXME

Files: ./tools/browser_providers/__pycache__/browser_use.cpython-311.pyc
Copyright: N)r   r	   Úpop)r
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/subdirectory_hints.cpython-311.pyc
Copyright: N)r   ÚosÚgetcwdÚresolver   ÚsetÚ
  {¬{Ñ;Ô;×CÒCÑEÔEÔÝ'*¡u¤uÔà
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/skill_commands.cpython-311.pyc
Copyright: N© ©Ú.0Úparts    ú8/home/bianbu/aitest/hermes-agent/agent/skill_commands.pyú	<genexpr>z"build_plan_path.<locals>.<genexpr>'   s'   è è  ÐEÐE
  ¬¸¸!¸Ô)<ÐEÑEÔEÑEÔEÀcÀrÀcÔJ×PÒPÐQTÑUÔUØ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/cli_output.cpython-311.pyc
Copyright: r   s    ú9/home/bianbu/aitest/hermes-agent/hermes_cli/cli_output.pyÚ
  r	   r   r   ÚYELLOWr
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/approval.cpython-311.pyc
Copyright: r	   s    ú2/home/bianbu/aitest/hermes-agent/tools/approval.pyÚset_current_session_keyr       s    å
  ÚdefaultÚ_approval_session_keyÚ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/callbacks.cpython-311.pyc
Copyright: r
  Ú
License: UNKNOWN
 FIXME

Files: ./__pycache__/utils.cpython-311.pyc
Copyright: r
  r   ÚosÚgetenv)r   r
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/redact.cpython-311.pyc
Copyright: r   )r   ÚprefixÚdigitss    r   Ú_redact_telegramz/redact_sensitive_text.<locals>._redact_telegram   s9    ØÐ!rØØÐ&&Ð&Ð&Ð&Ð&r   z[REDACTED PRIVATE KEY]c                 ó    | 
  Úms    r   ú<lambda>z'redact_sensitive_text.<locals>.<lambda>   s    ¥K°·²¸±
  r   r   )r   ÚnameÚquoteÚvalues    r   Ú
  ¬°Q·W²W¸Q±Z´ZUeØÐ;Ð;Ð;¥
  ¬:Ð(FÐ(F¸!¿'º'À!¹*¼*Ð(FÐ(F r   c                 ó²    | 
  ¬:Ñ6Ô6Ñ6 r   c                 óh    | 
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/debug_helpers.cpython-311.pyc
Copyright: r#   s    r$   ÚactivezDebugSession.active8   s
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/model_normalize.cpython-311.pyc
Copyright: r;   s    rC   r?   r?      s0    ð 
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/file_tools.cpython-311.pyc
Copyright: r@   s    r   Úclear_file_ops_cacher     s    å	ð $ð $Ø
License: UNKNOWN
 FIXME

Files: ./cron/__pycache__/scheduler.cpython-311.pyc
Copyright: ÚPath)ÚOptional©Úget_hermes_home)Ú
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/main.cpython-311.pyc
Copyright: ÚPath)ÚOptionalÚ
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/memory_manager.cpython-311.pyc
Copyright: Úselfs    r   Ú__init__zMemoryManager.__init__O   s    Ø02Ø<>ÔØ#(ÔÐÐr   Úproviderr   c                óp   |j         dk    }|sP| j        rBt          d | j        D ¦   «         d¦  «        }t          
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/send_message_tool.cpython-311.pyc
Copyright: Úgroup©Úms    ú;/home/bianbu/aitest/hermes-agent/tools/send_message_tool.pyú<lambda>z&_sanitize_error_text.<locals>.<lambda>)   s    °Q·W²W¸Q±Z´ZÐ2DÐ2DÐ2D ó    c                 ó2    | 
License: UNKNOWN
 FIXME

Files: ./plugins/memory/honcho/__pycache__/client.cpython-311.pyc
Copyright: ÚHonchoz.honchoz
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/todo_tool.cpython-311.pyc
Copyright: Ú_items©Úselfs    ú3/home/bianbu/aitest/hermes-agent/tools/todo_tool.pyÚ__init__zTodoStore.__init__#   s
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/skills_sync.cpython-311.pyc
Copyright: Úencodingú:Ú )Ú
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/skill_manager_tool.cpython-311.pyc
Copyright: Úexc_info)Ú_GUARD_AVAILABLEr	   r
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/session_search_tool.cpython-311.pyc
Copyright: Úexc_infoz,Unexpected error formatting timestamp %s: %s)Ú
  I¬IÑ6Ô6Ø{{Ð#:Ñ;Ô;Ð;ØIð
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/rl_training_tool.cpython-311.pyc
Copyright: Úexist_okN)ÚTINKER_ATROPOS_ROOTÚexistsÚLOGS_DIRÚmkdir© ó    ú:/home/bianbu/aitest/hermes-agent/tools/rl_training_tool.pyÚ_ensure_logs_dirr   >   s:    å×!Ò!Ñ#Ô#ð &Ý
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/docker.cpython-311.pyc
Copyright: Úload_env)Úhermes_cli.configr'   Ú	Exceptionr&   s    r   Ú_load_hermes_env_varsr*   [   sN    ðØ.Ð.Ð.Ð.Ð.Ð.àxzzÐRÐøÝ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/tts_tool.cpython-311.pyc
Copyright: Ú
  ÚMistral)Úmistralai.clientr   r   s    r   Ú_import_mistral_clientr    C   s    à(Ð(Ð(Ð(Ð(Ð(Ø
  Úedge_ttsr
  Úget_hermes_dirz
License: UNKNOWN
 FIXME

Files: ./__pycache__/run_agent.cpython-311.pyc
Copyright: Úcleanup_browser)ÚOPENROUTER_BASE_URL)Úbuild_memory_context_block)Újittered_backoff)Úclassify_api_errorÚFailoverReason)ÚDEFAULT_AGENT_IDENTITYÚPLATFORM_HINTSÚMEMORY_GUIDANCEÚSESSION_SEARCH_GUIDANCEÚSKILLS_GUIDANCEÚbuild_nous_subscription_prompt)
  Úget_hermes_home)Úload_hermes_dotenvz.env)Ú
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/banner.cpython-311.pyc
Copyright: Úget_active_skin)Úhermes_cli.skin_enginer   Ú	get_colorÚ	Exception©r   r   r   s    r   Ú
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/display.cpython-311.pyc
Copyright: Úget_active_skinÚkeyÚ
  ¬?½CÀÀ!ÀAÀ#ÄÈ¹O¼Oa1Ø0
License: UNKNOWN
 FIXME

Files: ./gateway/__pycache__/config.cpython-311.pyc
Copyright: Úget_hermes_home)Úis_truthy_valueTÚvalueÚdefaultÚreturnc                 ó¾    | |S t          | t          ¦  «        r4| 
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/smart_model_routing.cpython-311.pyc
Copyright: Úis_truthy_value>"   ÚcronÚplanÚtestÚtoolÚdebugÚerrorÚpatchÚshellÚtestsÚtoolsÚdesignÚdockerÚpytestÚreviewÚanalyzeÚcompareÚanalysisÚdelegateÚoptimiseÚoptimizeÚplanningÚrefactorÚsubagentÚterminalÚ	benchmarkÚ	debuggingÚ	exceptionÚ	implementÚ	tracebackÚ
  r+   r,   s    ú=/home/bianbu/aitest/hermes-agent/agent/smart_model_routing.pyÚ
License: UNKNOWN
 FIXME

Files: ./tools/environments/__pycache__/local.cpython-311.pyc
Copyright: Úis_env_passthroughc                 ó    dS ©NF© ©Ú_s    r[   ú<lambda>z*_sanitize_subprocess_env.<locals>.<lambda>s   ó    
  Úget_subprocess_homeÚHOME)
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/cronjob_tools.cpython-311.pyc
Copyright: Ústrip_trailing_slashÚvaluern   c                ó    | d S t          | ¦  «        
  NNÚmodelr*   NÚproviderr   )Ú
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/runtime_provider.cpython-311.pyc
Copyright: Úopencode_model_api_moderF   ú
  z
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/profiles.cpython-311.pyc
Copyright: Ú_get_default_hermes_home© ó    ú7/home/bianbu/aitest/hermes-agent/hermes_cli/profiles.pyÚ_get_profiles_rootrS   x   s    õ 
License: UNKNOWN
 FIXME

Files: ./__pycache__/cli.cpython-311.pyc
Copyright:  e©dXdY¦  «        ZªdeXfdZZ«d[eXde{fdZ¬d[eXfd]Z­ e®h d^£¦  «        Z¯dd_lOm°Z± ddaeXdeXfdbZ²d#eXde³eXeXf         fdcZ´ddeXdedz  fdeZµdfeZddgfdhZ¶dieXddjfdkZ·ddle]e         dmeldneldz  deXfdoZ¸dpeXdefdqZ¹ddreXdz  dseXdz  de³eXe]e         f         fdtZº G du dv¦  «        Z»dwZ¼dxZ½deXfdyZ¾d[eXdefdzZ¿dd{lÀmÁZÁmÂZÂmÃZÃmÄZÄ  eÁ¦   «         ZÅdeÆfd|ZÇd}eXe]eX         z  e³eXd~f         z  dz  de]eX         fdZÈdeXdeÉdefdZÊ G d d¦  «        ZË	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 ddreXd
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/codex_models.cpython-311.pyc
Copyright: r	   r
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/models.cpython-311.pyc
Copyright: ÚDEFAULT_CODEX_MODELSÚ_add_forward_compat_models)Úhermes_cli.codex_modelsr/   r0   Úlistr.   s    ú5/home/bianbu/aitest/hermes-agent/hermes_cli/models.pyÚ_codex_curated_modelsr4   <   s7    ð YÐXÐXÐXÐXÐXÐXÐXØ
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/tirith_security.cpython-311.pyc
Copyright: r   r   Úvals    ú9/home/bianbu/aitest/hermes-agent/tools/tirith_security.pyÚ	_env_boolr   3   s-    Ý
License: UNKNOWN
 FIXME

Files: ./__pycache__/toolsets.cpython-311.pyc
Copyright: Ú
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/Collapse-Bold.woff2
Copyright: KOq­$]J8ØÜ±±1²(Âî71àÚRqbÜRpZuZçìõß÷ÿ_Ó¯è]kÝµVNÛ¯·®ä'5'5¡?E"
  2B"mÝSLEqQrõ§uv;fÆÐ¶kîkÕ¶Ùç´q3lû}bîÙNê
  KLæãuc¼»ï»¨E¹õ3áøÕS®77Ýy¥§¨6±ýD9äkÛ}ê>ü¾5ï#j>úzÐ£ò´pÆöCÜã¡ðù¤ù¼ÇÐçÂ?sóÌ;Öy'¹m%[mXL
  Tµn}ÒöªZêmªXk´Q-{Zøx§~Ö9·¼ørc¦L_¸Îvv¸Ë]O?ûüË¬0nÊ¬-Âvf'qºâËÆój÷<~êqYåýB6ÜéÐ3äêzÖí¹#×S
  X´oÂ(ÌøWØR
  bÿü	Íë&dø$ØöR÷ûUì7¼ÄK.ºñ(I"ÕæXg»Ý®ùT5¦×¦m`¶k'×>läÔõ#&g¦ñf*ºìªêiy+ÚÕÑÎWl¸j
  j*D[tK5ÓPÞbÃB}
  Óh¢$0Å´bcL«ÆX¦(Íã"D3táVqÅM+¦¦V{®ï8c:¢&£d¡ô¦ø¿ìì
  (u4ØÀèBáªGoUV
  ²)tKè­{ ä ô¶ji¿³Á<Ûo¸Av&3}ú¯éÚtÿÍõyãK®ADDö)/-ªEè<|?íîóAv¿ìndÀ¾ëKë&ýë.¢çÏ¾víÀ 	B°TMPÆ¤
  µDhDLRVTì
  Ã©¶~Ç§ÿ	Ue+ùZB¢(±CÒÙ&I¥)ÛMJÀ@âb:Måhß×+fÃ¹smk"zÐid¶õ±xØ¬é/
License: UNKNOWN
 FIXME

Files: ./landingpage/icon-512.png
Copyright: Ò{ßé½©èB¢$AÞ{YÝZìÚ:3÷~ß?Î¹efg¶°XÌãsìÌÜ{Ï=õéÏs 0!
  
  CEõ·ó+*
  KV²y}÷¥>y
  XZ¼?aw>çOàí{Bi$?;3Æ
  iØºe
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/RulesCompressed-Medium.woff2
Copyright: êlX$EI,BW©¤ QZÿ3Èi_Ì>÷e1»%H¸.»ì±[Äe»äflñ%¸ÈK8±û0cÛe·]÷Æ.;µËÎ Ö²zænÿ¤%Ñ¤TÔ©cS¼}c*lùUc.B(¹4QJºõ
  Å~²ÛQ!á#B6¡Øa§¶[%N¥³µÔ|r(ä*^Õ~¥"6üî$m¢
  ª"ç1KË&â¥Rè." ©~ðPgU2 °Ãj
  ¬Wó!TSÓ¿4O*o(ë 
  åuµR^w=¥RáZºDÉæ¦ ÃìÎS¨2Òá×x¥T³V¿ßF:ÞìCïÐ²´LJºksk
License: UNKNOWN
 FIXME

Files: ./website/static/img/logo.png
Copyright: 1¿Rø~³hô66ªT!Cú¶ï	QEñ(ó°9²c¹9Ý®ÎmíêvxýÎ3à
  DWIS×Nãn(éÒ§.µcJóm
  >(u¬M·Ö=0ó±Ð=ï·ÚpÞÅ@¶·fþÚåÃãÎ3à
  ÉÌB[[¢ë:Î3à
  ùIN´lÃ³ºÙxV§¼L6/Æ+ó=ìJÌüþt%ÿ^·3à
  ú{dÞÇÎj©YjßÌ:«^e7>+
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/RulesExpanded-Bold.woff2
Copyright: xMÌÆFwQJT	G¸EA¸Ã%èLkÎIúçêq]·ZÐjú¢d)ùÖ+zÙ¦¿¸Rþ²Þy"Ï®nßdÛùõµ¬ïtqMVÞ£çüóaïâhù¨D¥ÔÚ+³é.TºÍeì;i[ÏÆ}­µR#JT¢îäÛ¤¡]¨ñ}
  6g4ðóyv[ê
  Ìå[)ZåwW
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/tool_result_storage.cpython-311.pyc
Copyright: ¬ÐAð	7ð 	7ð 	7ðs   Á7AC Ã
  L¬L¸+ñô ð õ 0°¸Å3ÀwÁ<Ä<ÐQÑ]Ô]Ð]ð
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/icml2026/icml_numpapers.pdf
Copyright: ÖA½ÉfÞb¯3RÙa´Ñ[d¦ü!k&¶wrØ(¶gòP)É	8É8÷F­k¦âó
  L
  ííÎÓí¯E]þ=¢M±4Îê;
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/CourierPrime-Regular.woff2
Copyright: ;ÌtfF·â;D×ûÓj~^ú·5>ÃOåè¤$ôhéê8¬Ó,#÷ù8`î¸¡^ÙiFÐøvÍ°VrW
  Vã!&Á.
  vÒ¤].
  ¡ÆÛð
  ×«yv¢ê%ÑÛcÁñÝ)cNáG?goyFê9ÀÐºâñ£7ärVÚXù'q×X¡²qSvTm_­²-J«Û¥HrÛ0èN·:2l8e°!åpàøéÑÆRÓá3d3½ñ¨+É×ÓðE4%ãÊI!S
  ëÍX»ï2ë¼Ð%¹÷­ð3øq/Q2ÏñqkýOLd'Ûÿ. ëqÀï»P}^!ÂaÈ
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/curses_ui.cpython-311.pyc
Copyright: (¬(Ð3Ð3Ð3Ø$
  N¬NÑ:FFØV_­c°#©h¬hÐ7Ð7Ð7Ø$
  N¬NÑ:FFØVÔ-¨r°2Ð6Ð6Ð6Ø'-M
License: UNKNOWN
 FIXME

Files: ./landingpage/icon-192.png
Copyright: 1Î26wwwêÝ»7}ñÅÆ¿§(DDB
  S«Úo±X`0pæÌ9i©iÐéDPãE²¬ÀËË
  wîÎÈEG[lÃ¥óç¿ý@ÀyL)))³â­z:ùÈ dÏ?xð uèÐÞ.Q=
  Ç[¶üa£FY"-
  êååEëÖ­ã²}©ÏAÖÆüñÇPù>kÖZì¹çþEfYÓ?<t
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/RulesCompressed-Regular.woff2
Copyright: 4²àKÜûÚ°J
  D b	ý¥ñåå#üôwÈÎ²ÐCV{Ó¦³f¾Ù§kLMý
  QgµØ}G«ÉøÃ»¹5Õõ 	PwzM|ÅÒ10	øK¦5C&[Î`t4
  [Àî
  a
  ³î ¸üÊ M­1ãÐnô
  ÝY£´1ù=£êéP÷boÒôö/¦¼=1[-óo¬Äà¥Xõ#bÍ_qÒtôrBæ¼á¦o¿D}U­Æ0Ä7Î*Ów*ôÇ´t¦yµkúøÉ°îåqè¦h3þ4S,¢
  ò;$o ùÅ²]yçñ¼9w áø'!"¢S»Fb:ùÏ-ËË´k©Ñ÷LÈyEüÔr]«RaV
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/Mondwest-Regular.woff2
Copyright: 9xÛÉleÞ¼uñ¦
  V¦Àò¨mÍjwN>3>ÒáÍé²xý»¿fÚ!9{ÎüîF$1öÎÇòReÆ&¡(YgBN8ÄáAðð}-Þz¤Ô®=á°òfÈÛ¤ô	Q¡W¼ÆB0;N4?jK¬ÿüyxÚ,má¿KEzrV¶õIéU'E^û^ ¾Ü²cq1öî>ï«;+ä@òiSÌL0F!BøBÉÌÌëvb
  räâþv¨G¼óçúøõ5
  ª´FÕâ©FjÅ?®æWÏüZ
  Ó5h¯¨Ä5O¡_Ø¦6	6#äfSË½ÉÉ6Z$KFA0hÛ+Ui!)üäøFÈ¶ÕöqqF}±Ý¼J'©å
  ÷ßEöò+¡ü;»Ê*AeX.+«Ó,¼G]aÜ
  +¾ITßóÏê"bò7Ït3
  ±è}OéaÂ×UðyØþZs¾gø¤FÁÔ, ´Y×tNÅdo
  Ùº»ñÿûê3?obs¸<¾@x/@±¿:/!äÓ=ª
  ãeý
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/commands.cpython-311.pyc
Copyright: <   dèd­Zdéd¯Zdêd±Zi Zd²ed³<   eD ]AZej        s8 ee¦  «        ed´ej         <   ej         D ]Z!ej"         dµej         d¶ed´e! <   Bi Z#d·ed¸<   eD ]ZZej        sQe#
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/aaai2026/aaai2026.sty
Copyright: @on{T}
  @on{}%
  {gdefcopyright@on{}} % Copyright notice is required for camera-ready only.
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/icml2026/fancyhdr.sty
Copyright: 1994-2025, Pieter van Oostrum <pieter@vanoostrum.org>
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/model_metadata.cpython-311.pyc
Copyright: d
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/config.cpython-311.pyc
Copyright: dªdLdOg g d«d¬d­d®dLi¥d¯dªd°d±d²dOid³d´¥Z7g dµ¢d¶d·gg d¸¢d¹gdºgd»Z8e
  dªddOd
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/web_tools.cpython-311.pyc
Copyright: dªd¢id«dMd¬idKgd¥d¦Zk ehjl        dd­ejd® eU e3¦   «         d¯d°¬±¦  «          ehjl        d§d­ekd² eU e3¦   «         dQd³d°¬´¦	  «	         dS )»a%  
License: UNKNOWN
 FIXME

Files: ./agent/__pycache__/auxiliary_client.cpython-311.pyc
Copyright: e
License: UNKNOWN
 FIXME

Files: ./optional-skills/migration/openclaw-migration/scripts/__pycache__/openclaw_to_hermes.cpython-311.pyc
Copyright: e"dª<   dÄd«Z5dÍd¬Z6dÎd­Z7dÏd´Z8dÐd¶Z9dÑd¹Z: G dº d»¦  «        Z;dÒd½Z<dÓd¾Z=e>d¿k    r e? e=¦   «         ¦  «        dS )ÔzèOpenClaw -> Hermes migration helper.
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/tools_config.cpython-311.pyc
Copyright: e;d
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/aaai2026/aaai2026-unified-template.tex
Copyright: slug. Additional changes to aaai2026.sty and aaai2026.bst have been made by Francisco Cruz and Marc Pujol-Gonzalez.
License: UNKNOWN
 FIXME

Files: ./skills/index-cache/anthropics_skills_skills_.json
Copyright: violations.", "source": "github", "identifier": "anthropics/skills/skills/algorithmic-art", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/algorithmic-art", "tags": []}, {"name": "brand-guidelines", "description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.", "source": "github", "identifier": "anthropics/skills/skills/brand-guidelines", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/brand-guidelines", "tags": []}, {"name": "canvas-design", "description": "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.", "source": "github", "identifier": "anthropics/skills/skills/canvas-design", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/canvas-design", "tags": []}, {"name": "doc-coauthoring", "description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.", "source": "github", "identifier": "anthropics/skills/skills/doc-coauthoring", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/doc-coauthoring", "tags": []}, {"name": "docx", "description": "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.", "source": "github", "identifier": "anthropics/skills/skills/docx", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/docx", "tags": []}, {"name": "frontend-design", "description": "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.", "source": "github", "identifier": "anthropics/skills/skills/frontend-design", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/frontend-design", "tags": []}, {"name": "internal-comms", "description": "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).", "source": "github", "identifier": "anthropics/skills/skills/internal-comms", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/internal-comms", "tags": []}, {"name": "mcp-builder", "description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).", "source": "github", "identifier": "anthropics/skills/skills/mcp-builder", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/mcp-builder", "tags": []}, {"name": "pdf", "description": "Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.", "source": "github", "identifier": "anthropics/skills/skills/pdf", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/pdf", "tags": []}, {"name": "pptx", "description": "Use this skill any time a .pptx file is involved in any way - as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.", "source": "github", "identifier": "anthropics/skills/skills/pptx", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/pptx", "tags": []}, {"name": "skill-creator", "description": "Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.", "source": "github", "identifier": "anthropics/skills/skills/skill-creator", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/skill-creator", "tags": []}, {"name": "slack-gif-creator", "description": "Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."", "source": "github", "identifier": "anthropics/skills/skills/slack-gif-creator", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/slack-gif-creator", "tags": []}, {"name": "theme-factory", "description": "Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.", "source": "github", "identifier": "anthropics/skills/skills/theme-factory", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/theme-factory", "tags": []}, {"name": "web-artifacts-builder", "description": "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.", "source": "github", "identifier": "anthropics/skills/skills/web-artifacts-builder", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/web-artifacts-builder", "tags": []}, {"name": "webapp-testing", "description": "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.", "source": "github", "identifier": "anthropics/skills/skills/webapp-testing", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/webapp-testing", "tags": []}, {"name": "xlsx", "description": "Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path - even casually (like "the xlsx in my downloads") - and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.", "source": "github", "identifier": "anthropics/skills/skills/xlsx", "trust_level": "trusted", "repo": "anthropics/skills", "path": "skills/xlsx", "tags": []}]
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/skin_engine.cpython-311.pyc
Copyright: Zdªed£efd«Zd£efd¬Zdªed£efd­Zd£efd®Zd¯e d£dfd°Z!d¶d±ed£efd²Z"d·d±ed£efd³Z#d¸d±ed£efd´Z$d£e	eef         fdµZ%dS )¹u  Hermes CLI skin/theme engine.
License: UNKNOWN
 FIXME

Files: ./hermes_cli/__pycache__/setup.cpython-311.pyc
Copyright: Zpd	e(fdªZqdS )°uÌ  
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/icml2026/example_paper.pdf
Copyright: 6)Á»×Wó$,ÂY¼k¿ZS{OãSB®Ø#Wíª~è*öT¥ø¯JàÇj.$6d¹z:]øPPäÁÈ§(´¢¸Îý+!úéÜ{8¸½É`Þ©KþqYmª'
  üRsÊÅ	©QÙ²x
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/terminal_tool.cpython-311.pyc
Copyright: Zdª Z e~jp        ddeeetd«d¬¬­¦  «         dS )´af  
License: UNKNOWN
 FIXME

Files: ./tools/__pycache__/browser_tool.cpython-311.pyc
Copyright: ¦  «          edª¦  «          ed«¦  «         emD ](Z ed¬ed­          d®ed¯         dd°
License: UNKNOWN
 FIXME

Files: ./skills/research/research-paper-writing/templates/iclr2026/iclr2026_conference.pdf
Copyright: Í¹Ç
  ü*?Ê¯Kå÷KåçRù¹Ô~.µ_ÚÏ¥¶^EÁÞ-
License: UNKNOWN
 FIXME

Files: ./web/public/favicon.ico
Copyright: Ñh_5ædÊhò}éãK:õ.Àÿ  ÿÿ"lÝ   IDAT 	6ñóÆ    IEND®B`PNG
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/CourierPrime-Bold.woff2
Copyright: ê¿N0Ìù­
License: UNKNOWN
 FIXME

Files: ./tools/neutts_samples/jo.wav
Copyright: ýKþ'3iÿ
  þ¢ óÿ«þøÿ|þqþä É  ðþÅ ­  ÿýþÖ Ý mýÿçþµþ/ ´ÿÔþp $(OþÝÿ	 I'ÿiÿBÏÿAÿ@ ü ­þÈÿ' ÿ:0 uÿ¥ÿ/ ÿVÿr2þÚþWÿ*ÿ. ×    ¬ ½ : ²ÿÓÿi Hþÿ3R Åýñþo =ÿ¤ÿ¿ Dÿÿ Ðÿ 6ÿ'ÿÇ c Àÿ¸þ*qý'Ü %  ½ÿÚý¤ þ ³ÿÿxÿÊ E ÿ.  ] DÿÿÿÞÿ m ÿ½ õÿ~ ¬ ãÿí  ÿcÿÎ  ºþÿzO·þ±þs  
  ÿ# j ÷ÿ> > øÿ" 7 Ïÿ¤ÿÿ) íÿ_ÿÿßÿèÿ$ îÿÇÿt îÿ Ë G TÿÕÿ9 ÆÿêÿÞÿ÷ÿÿ å Øÿ°ÿU .ÿÿ~ÿ¼ Ä îÿiÿ0 Y ÕÿLÿ5 » ÿÆþE l ÊþNÿøÿ&    ÊÿT  ®ÿ ¶  ¯ÿ ëÿ æÿ  [ B ÿ j úÿæÿ7 T §ÿ$ C ÿ©ÿÿÛÿµÿbÿ©ÿùÿ µÿi U ßÿÿóÿ} uþ  ^ÿD 
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/Collapse-Regular.woff2
Copyright: ýU{CëfmgõLq*ð{¼Äðô¨ÜTòÛ³ijÄ_È	F
License: UNKNOWN
 FIXME

Files: ./web/public/fonts/RulesExpanded-Regular.woff2
Copyright: ÿëMfª8¹À§tïeÃ¼Ë¨)F£«ªP_VHbªêÀ_"H*8PÍ² ª¿¥Ã%ô¿½ïXAA¡Æô¶Ä£PÅV¨1áÿSNsÍ¾ÀKv[[¤ÂÜTcx~ÿÇ)FQsíYS´1KêB
License: UNKNOWN
 FIXME
