{"repo":"NousResearch/hermes-agent","free":true,"listed":false,"github":"https://github.com/NousResearch/hermes-agent","clone":"git clone https://github.com/NousResearch/hermes-agent.git","description":"The agent that grows with you","language":"Python","stars":231425,"topics":["ai","ai-agent","ai-agents","anthropic","chatgpt","claude","claude-code","codex","hermes","hermes-agent","llm","nous-research","openai"],"license":"MIT","category":"ai_agent","readme_excerpt":"<p align=\"center\">\n  <img src=\"assets/banner.png\" alt=\"Hermes Agent\" width=\"100%\">\n</p>\n\n# Hermes Agent ☤\n<p align=\"center\">\n  <a href=\"https://hermes-agent.nousresearch.com/\">Hermes Agent</a> | <a href=\"https://hermes-agent.nousresearch.com/\">Hermes Desktop</a>\n</p>\n<p align=\"center\">\n  <a href=\"https://hermes-agent.nousresearch.com/docs/\"><img src=\"https://img.shields.io/badge/Docs-hermes--agent.nousresearch.com-FFD700?style=for-the-badge\" alt=\"Documentation\"></a>\n  <a href=\"https://discord.gg/NousResearch\"><img src=\"https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white\" alt=\"Discord\"></a>\n  <a href=\"https://github.com/NousResearch/hermes-agent/blob/main/LICENSE\"><img src=\"https://img.shields.io/badge/License-MIT-green?style=for-the-badge\" alt=\"License: MIT\"></a>\n  <a href=\"https://nousresearch.com\"><img src=\"https://img.shields.io/badge/Built%20by-Nous%20Research-blueviolet?style=for-the-badge\" alt=\"Built by Nous Research\"></a>\n  <a href=\"README.zh-CN.md\"><img src=\"https://img.shields.io/badge/Lang-中文-red?style=for-the-badge\" alt=\"中文\"></a>\n  <a href=\"README.ur-pk.md\"><img src=\"https://img.shields.io/badge/Lang-اردو-green?style=for-the-badge\" alt=\"اردو\"></a>\n  <a href=\"README.es.md\"><img src=\"https://img.shields.io/badge/Lang-Español-orange?style=for-the-badge\" alt=\"Español\"></a>\n</p>\n\n**The self-improving AI agent built by [Nous Research](https://nousresearch.com).** It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist knowledge, searches its own past conversations, and builds a deepening model of who you are across sessions. Run it on a $5 VPS, a GPU cluster, or serverless infrastructure that costs nearly nothing when idle. It's not tied to your laptop — talk to it from Telegram while it works on a cloud VM.\n\nUse any model you want — [Nous Portal](https://portal.nousresearch.com), OpenRouter, OpenAI, your own endpoint, and [many others](https://hermes-agent.nousresearch.com/docs/integrations/providers). Switch with `hermes model` — no code changes, no lock-in.\n\n<table>\n<tr><td><b>A real terminal interface</b></td><td>Full TUI with multiline editing, slash-command autocomplete, conversation history, interrupt-and-redirect, and streaming tool output.</td></tr>\n<tr><td><b>Lives where you do</b></td><td>Telegram, Discord, Slack, WhatsApp, Signal, and CLI — all from a single gateway process. Voice memo transcription, cross-platform conversation continuity.</td></tr>\n<tr><td><b>A closed learning loop</b></td><td>Agent-curated memory with periodic nudges. Autonomous skill creation after complex tasks. Skills self-improve during use. FTS5 session search with LLM summarization for cross-session recall. <a href=\"https://github.com/plastic-labs/honcho\">Honcho</a> dialectic user modeling. Compatible with the <a href=\"https://agentskills.io\">agentskills.io</a> open standard.</td></tr>\n<tr><td><b>Scheduled automations</b></td><td>Built-in cron scheduler with delivery to any platform. Daily reports, nightly backups, weekly audits — all in natural language, running unattended.</td></tr>\n<tr><td><b>Delegates and parallelizes</b></td><td>Spawn isolated subagents for parallel workstreams. Write Python scripts that call tools via RPC, collapsing multi-step pipelines into zero-context-cost turns.</td></tr>\n<tr><td><b>Runs anywhere, not just your laptop</b></td><td>Seven terminal backends — local, Docker, SSH, Singularity, Modal, Daytona, and Vercel Sandbox. Daytona and Modal offer serverless persistence — your agent's environment hibernates when idle and wakes on demand, costing nearly nothing between sessions. Run it on a $5 VPS or a GPU cluster.</td></tr>\n<tr><td><b>Research-ready</b></td><td>Batch trajectory generation, trajectory compression for training the next generation of tool-calling models.</td></tr>\n</table>\n\n---\n\n## Quick Install\n\n### Linux, macOS, WSL2, Termux\n\n```bash\ncurl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash\n```\n\n### Windows (native, PowerShell)\n\n> **Heads up:** Native Windows runs Hermes without WSL — CLI, gateway, TUI, and tools all work natively. If you'd rather use WSL2, the Linux/macOS one-liner above works there too. Found a bug? Please [file issues](https://github.com/NousResearch/hermes-agent/issues).\n\nRun this in PowerShell:\n\n```powershell\niex (irm https://hermes-agent.nousresearch.com/install.ps1)\n```\n\nThe installer handles everything: uv, Python 3.11, Node.js, ripgrep, ffmpeg, **and a portable Git Bash** (MinGit, unpacked to `%LOCALAPPDATA%\\hermes\\git` — no admin required, completely isolated from any system Git install). Hermes uses this bundled Git Bash to run shell commands.\n\nIf you already have Git installed, the installer detects it and uses that instead. Otherwise a ~45MB MinGit download is all you need — it won't touch or interfere with any system Git.\n\n> **Android / Termux:** The tested manual path is documented in the [Termux guide](https://hermes-agent.nousresearch.com/docs/getting-started/termux). On Termux, Hermes installs a curated `.[termux]` extra because the full `.[all]` extra currently pulls Android-incompatible voice dependencies.\n>\n> **Windows:** Native Windows is fully supported — the PowerShell one-liner above installs everything. If you'd rather use WSL2, the Linux command works there too. Native Windows install lives under `%LOCALAPPDATA%\\hermes`; WSL2 installs under `~/.hermes` as on Linux.\n\nAfter installation:\n\n```bash\nsource ~/.bashrc    # reload shell (or: source ~/.zshrc)\nhermes              # start chatting!\n```\n\n### Troubleshooting\n\n#### Windows Defender or antivirus flags `uv.exe` as malware\n\nIf your antivirus (Bitdefender, Windows Defender, etc.) quarantines `uv.exe` from the Hermes `bin` folder (`%LOCALAPPDATA%\\hermes\\bin\\uv.exe`), this is a **false positive**. The file is Astral's `uv` — the Rust Python package manager Hermes bundles to manage its Python environment. ML-based antivirus engines commonly flag unsigned Rust binaries that download and install packages.\n\n**To verify your copy is authentic:**\n\n```powershell\n# Install GitHub CLI if needed\nwinget install --id GitHub.cli\n\n# Login to GitHub\ngh auth login\n\n# Run verification\n$uv = \"$env:LOCALAPPDATA\\hermes\\bin\\uv.exe\"\n$ver = (& $uv --version).Split(' ')[1]\n[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12\n$zip = \"$env:TEMP\\uv.zip\"\nInvoke-WebRequest \"https://github.com/astral-sh/uv/releases/download/$ver/uv-x86_64-pc-windows-msvc.zip\" -OutFile $zip -UseBasicParsing\ngh attestation verify $zip --repo astral-sh/uv\nExpand-Archive $zip \"$env:TEMP\\uv_x\" -Force\n(Get-FileHash \"$env:TEMP\\uv_x\\uv.exe\").Hash -eq (Get-FileHash $uv).Hash\n```\n\nIf attestation says \"Verification succeeded\" and the last line prints `True`, you're good.\n\n**To whitelist Hermes:**\n- **Windows Defender:** Run PowerShell as Admin → `Add-MpPreference -ExclusionPath \"$env:LOCALAPPDATA\\hermes\\bin\"`\n- **Bitdefender:** Add an exception in the Bitdefender console (Protection > Antivirus > Settings > Manage Exceptions)\n- Whitelist the **folder**, not the file hash — Hermes updates `uv` and the hash changes every version\n\nFor more context, see the upstream Astral reports: [astral-sh/uv#13553](https://github.com/astral-sh/uv/issues/13553), [astral-sh/uv#15011](https://github.com/astral-sh/uv/issues/15011), [astral-sh/uv#10079](https://github.com/astral-sh/uv/issues/10079).\n\n---\n\n## Getting Started\n\n```bash\nhermes              # Interactive CLI — start a conversation\nhermes model        # Choose your LLM provider and model\nhermes tools        # Configure which tools are enabled\nhermes config set   # Set individual config values\nhermes config get   # Print individual config values\nhermes gateway      # Start the messaging gateway (Telegram, Discord, etc.)\nhermes setup        # Run the full setup wizard (configures everything at once)\nhermes claw migrate # Migrate from OpenClaw (if coming from OpenClaw)\nhermes update       # Update to the latest version\nhermes doctor       # Diagnose any issues\n```\n\n📖 **[Full documentation →](https://hermes-agent.nousresearch.com/docs/)**\n\n---\n\n## Skip the API-key collection — Nous Portal\n\nHermes works with whatever provider you want — that's not changing. But if you'd rather not collect five separate API keys for the model, web search, image generation, TTS, and a cloud browser, **[Nous Portal](https://portal.nousresearch.com)** covers all of them under one subscription:\n\n- **300+ models** — pick any of them with `/model <name>`\n- **Tool Gateway** — web search (Firecrawl), image generation (FAL), text-to-speech (OpenAI), cloud browser (Browser Use), all routed through your sub. No extra accounts.\n\nOne command from a fresh install:\n\n```bash\nhermes setup --portal\n```\n\nThat logs you in via OAuth, sets Nous as your provider, and turns on the Tool Gateway. Check what's wired up any time with `hermes portal info`. Full details on the [Tool Gateway docs page](https://hermes-agent.nousresearch.com/docs/user-guide/features/tool-gateway).\n\nYou can still bring your own keys per-tool whenever you want — the gateway is per-backend, not all-or-nothing.\n\n---\n\n## CLI vs Messaging Quick Reference\n\nHermes has two entry points: start the terminal UI with `hermes`, or run the gateway and talk to it from Telegram, Discord, Slack, WhatsApp, Signal, or Email. Once you're in a conversation, many slash commands are shared across both interfaces.\n\n| Action                         | CLI                                           | Messaging platforms                                                              |\n| ------------------------------ | --------------------------------------------- | -------------------------------------------------------------------------------- |\n| Start chatting                 | `hermes`                                      | Run `hermes gateway setup` + `hermes gateway start`, then send the bot a message |\n| Start fresh conversation       | `/new","default_branch":"main","files":9418,"tree":[".coderabbit.yaml",".dockerignore",".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/actions/detect-changes/action.yml",".github/actions/get-app-token/action.yml",".github/actions/nix-setup/action.yml",".github/actions/retry/action.yml",".github/dependabot.yml",".github/workflows/ci-review-comment.yml",".github/workflows/ci.yml",".github/workflows/contributor-check.yml",".github/workflows/deploy-site.yml",".github/workflows/docker-lint.yml",".github/workflows/docker.yml",".github/workflows/docs-site-checks.yml",".github/workflows/e2e-desktop.yml",".github/workflows/history-check.yml",".github/workflows/infographic-check.yml",".github/workflows/install-e2e-run.yml",".github/workflows/install-e2e.yml",".github/workflows/installer-tests.yml",".github/workflows/js-autofix.yml",".github/workflows/js-tests.yml",".github/workflows/label-rerun.yml",".github/workflows/lint.yml",".github/workflows/lockfile-diff.yml",".github/workflows/osv-scanner.yml",".github/workflows/publish-e2e-evidence.yml",".github/workflows/review-labels.yml",".github/workflows/skills-index-freshness.yml",".github/workflows/skills-index.yml",".github/workflows/supply-chain-audit.yml",".github/workflows/tests-os.yml",".github/workflows/tests.yml",".github/workflows/uv-lockfile-check.yml",".gitignore",".hadolint.yaml",".mailmap",".npmrc",".nvmrc",".prettierignore",".prettierrc",".python-version","AGENTS.md","CONTRIBUTING.es.md","CONTRIBUTING.md","Dockerfile","LICENSE","README.es.md","README.md","README.ur-pk.md","README.zh-CN.md","SECURITY.es.md","SECURITY.md","acp_adapter/__init__.py","acp_adapter/__main__.py","acp_adapter/auth.py","acp_adapter/edit_approval.py","acp_adapter/entry.py","acp_adapter/events.py","acp_adapter/permissions.py","acp_adapter/provenance.py","acp_adapter/server.py","acp_adapter/session.py","acp_adapter/tools.py","agent/__init__.py","agent/account_usage.py","agent/agent_init.py","agent/agent_runtime_helpers.py","agent/anthropic_adapter.py","agent/async_utils.py","agent/aux_accounting.py","agent/auxiliary_client.py","agent/azure_identity_adapter.py","agent/backend_identity.py","agent/background_review.py","agent/battery.py","agent/bedrock_adapter.py","agent/billing_links.py","agent/billing_usage.py","agent/billing_view.py","agent/bounded_response.py","agent/browser_provider.py","agent/browser_registry.py","agent/chat_completion_helpers.py","agent/codex_responses_adapter.py","agent/codex_runtime.py","agent/coding_context.py","agent/command_token_source.py","agent/context_breakdown.py","agent/context_compressor.py","agent/context_engine.py","agent/context_references.py","agent/conversation_compression.py","agent/conversation_loop.py","agent/copilot_acp_client.py","agent/credential_persistence.py","agent/credential_pool.py","agent/credential_sources.py","agent/credits_tracker.py","agent/curator.py","agent/curator_backup.py","agent/deadline.py","agent/delegation_context.py","agent/display.py","agent/error_classifier.py","agent/errors.py","agent/estop.py","agent/file_safety.py","agent/gemini_native_adapter.py","agent/gemini_schema.py","agent/i18n.py","agent/image_gen_provider.py","agent/image_gen_registry.py","agent/image_routing.py","agent/insights.py","agent/interrupt_compat.py","agent/iteration_budget.py","agent/jiter_preload.py","agent/kanban_stop.py","agent/learn_prompt.py","agent/learning_graph.py","agent/learning_graph_render.py","agent/learning_mutations.py","agent/lmstudio_reasoning.py","agent/lsp/__init__.py","agent/lsp/cli.py","agent/lsp/client.py","agent/lsp/eventlog.py","agent/lsp/install.py","agent/lsp/manager.py","agent/lsp/protocol.py","agent/lsp/range_shift.py","agent/lsp/reporter.py","agent/lsp/servers.py","agent/lsp/workspace.py","agent/manual_compression_feedback.py","agent/markdown_tables.py","agent/memory_manager.py","agent/memory_provider.py","agent/message_content.py","agent/message_metadata.py","agent/message_sanitization.py","agent/moa_loop.py","agent/moa_trace.py","agent/model_metadata.py","agent/models_dev.py","agent/monitoring/__init__.py","agent/monitoring/cron_health.py","agent/monitoring/emitter.py","agent/monitoring/events.py","agent/monitoring/gateway_health.py","agent/monitoring/gateway_health_export.py","agent/monitoring/otlp_exporter.py","agent/monitoring/policy.py","agent/monitoring/redaction.py","agent/moonshot_schema.py","agent/native_compaction.py","agent/nous_rate_guard.py","agent/onboarding.py","agent/oneshot.py","agent/outbound_webhooks.py","agent/pet/__init__.py","agent/pet/constants.py","agent/pet/generate/__init__.py","agent/pet/generate/atlas.py","agent/pet/generate/imagegen.py","agent/pet/generate/orchestrate.py","agent/pet/generate/prompts.py","agent/pet/manifest.py","agent/pet/render.py","agent/pet/state.py","agent/pet/store.py","agent/plugin_llm.py","agent/plugin_stream_hooks.py","agent/portal_tags.py","agent/process_bootstrap.py","agent/prompt_builder.py","agent/prompt_cache_boundary.py","agent/prompt_cache_scope.py","agent/prompt_caching.py","agent/proxy_sources/__init__.py","agent/proxy_sources/iron_proxy.py","agent/rate_limit_tracker.py","agent/reactions.py","agent/reasoning_summaries.py","agent/reasoning_timeouts.py","agent/redact.py","agent/relay_llm.py","agent/relay_runtime.py","agent/relay_tools.py","agent/repetition_guard.py","agent/replay_cleanup.py","agent/retry_utils.py","agent/runtime_cwd.py","agent/secret_scope.py","agent/secret_sources/__init__.py","agent/secret_sources/_cache.py","agent/secret_sources/base.py","agent/secret_sources/bitwarden.py","agent/secret_sources/command.py","agent/secret_sources/onepassword.py","agent/secret_sources/registry.py","agent/session_activity.py","agent/shell_hooks.py","agent/skill_bundles.py","agent/skill_commands.py","agent/skill_preprocessing.py","agent/skill_utils.py","agent/ssl_guard.py","agent/ssl_verify.py","agent/stream_diag.py","agent/stream_single_writer.py","agent/subagent_lifecycle.py","agent/subdirectory_hints.py","agent/subscription_view.py","agent/system_prompt.py","agent/think_scrubber.py","agent/thinking_timeout_guidance.py","agent/thread_scoped_output.py","agent/title_generator.py","agent/tool_dispatch_helpers.py","agent/tool_executor.py","agent/tool_guardrails.py","agent/tool_result_classification.py","agent/trace_upload.py","agent/trajectory.py","agent/transcription_provider.py","agent/transcription_registry.py","agent/transports/__init__.py","agent/transports/anthropic.py","agent/transports/base.py","agent/transports/bedrock.py","agent/transports/chat_completions.py","agent/transports/codex.py","agent/transports/codex_app_server.py","agent/transports/codex_app_server_session.py","agent/transports/codex_event_projector.py","agent/transports/hermes_tools_mcp_server.py","agent/transports/types.py","agent/tts_provider.py","agent/tts_registry.py","agent/turn_context.py","agent/turn_finalizer.py","agent/turn_retry_state.py","agent/turn_summary.py","agent/usage_pricing.py","agent/verification_evidence.py","agent/verification_stop.py","agent/verify/__init__.py","agent/verify/environment.py","agent/verify/recipes.py","agent/verify/runner.py","agent/verify_hooks.py","agent/vertex_adapter.py","agent/video_gen_provider.py","agent/video_gen_registry.py","agent/web_search_provider.py","agent/web_search_registry.py","apps/bootstrap-installer/.gitignore","apps/bootstrap-installer/eslint.config.mjs","apps/bootstrap-installer/index.html","apps/bootstrap-installer/package.json","apps/bootstrap-installer/public/nous-girl.jpg","apps/bootstrap-installer/src-tauri/Cargo.toml","apps/bootstrap-installer/src-tauri/build.rs","apps/bootstrap-installer/src-tauri/capabilities/default.json","apps/bootstrap-installer/src-tauri/hermes-setup.manifest","apps/bootstrap-installer/src-tauri/icons/128x128.png","apps/bootstrap-installer/src-tauri/icons/128x128@2x.png","apps/bootstrap-installer/src-tauri/icons/32x32.png","apps/bootstrap-installer/src-tauri/icons/icon.icns","apps/bootstrap-installer/src-tauri/icons/icon.ico","apps/bootstrap-installer/src-tauri/src/bootstrap.rs","apps/bootstrap-installer/src-tauri/src/events.rs","apps/bootstrap-installer/src-tauri/src/install_script.rs","apps/bootstrap-installer/src-tauri/src/lib.rs","apps/bootstrap-installer/src-tauri/src/main.rs","apps/bootstrap-installer/src-tauri/src/paths.rs","apps/bootstrap-installer/src-tauri/src/powershell.rs","apps/bootstrap-installer/src-tauri/src/update.rs","apps/bootstrap-installer/src-tauri/tauri.conf.json","apps/bootstrap-installer/src/app.tsx","apps/bootstrap-installer/src/components/brand-mark.tsx","apps/bootstrap-installer/src/components/button.tsx","apps/bootstrap-installer/src/components/hackery-button.tsx","apps/bootstrap-installer/src/components/loader.tsx","apps/bootstrap-installer/src/lib/format.ts","apps/bootstrap-installer/src/lib/utils.ts","apps/bootstrap-installer/src/main.tsx","apps/bootstrap-installer/src/routes/failure.tsx","apps/bootstrap-installer/src/routes/progress.tsx","apps/bootstrap-installer/src/routes/success.tsx","apps/bootstrap-installer/src/routes/welcome.tsx","apps/bootstrap-installer/src/store.ts","apps/bootstrap-installer/src/styles.css","apps/bootstrap-installer/src/theme.ts","apps/bootstrap-installer/src/vite-env.d.ts","apps/bootstrap-installer/tsconfig.json","apps/bootstrap-installer/tsconfig.node.json","apps/bootstrap-installer/vite.config.ts","apps/desktop/AGENTS.md","apps/desktop/DESIGN.md","apps/desktop/README.md","apps/desktop/assets/icon.icns","apps/desktop/assets/icon.ico","apps/desktop/assets/icon.png","apps/desktop/components.json","apps/desktop/e2e/at-rest-connection-token.spec.ts","apps/desktop/e2e/boot-failure.spec.ts","apps/desktop/e2e/boot.spec.ts","apps/desktop/e2e/chat.spec.ts","apps/desktop/e2e/correction-session-switch.spec.ts","apps/desktop/e2e/fix-electron-tracing.ts","apps/desktop/e2e/fixtures.ts","apps/desktop/e2e/hidden-history-messages.spec.ts","apps/desktop/e2e/image-attachment-resume.spec.ts","apps/desktop/e2e/interim-messages.spec.ts","apps/desktop/e2e/large-session-resume.spec.ts","apps/desktop/e2e/launch-packaged-app.spec.ts","apps/desktop/e2e/mock-backend-setup.spec.ts","apps/desktop/e2e/mock-server.ts","apps/desktop/e2e/onboarding.spec.ts","apps/desktop/e2e/queue-turn-boundary.spec.ts","apps/desktop/e2e/real-session-builder.ts","apps/desktop/e2e/right-pane.spec.ts","apps/desktop/e2e/session-compression-and-queue-stop.spec.ts","apps/desktop/e2e/sidebar-states.spec.ts","apps/desktop/e2e/submit-drift.spec.ts","apps/desktop/e2e/task-panel-clearance.spec.ts","apps/desktop/e2e/test.ts","apps/desktop/e2e/tile-unread-bug.spec.ts","apps/desktop/e2e/unread-dot-restart.spec.ts","apps/desktop/e2e/visual-snapshot.ts","apps/desktop/e2e/warm-resume-jitter.spec.ts","apps/desktop/e2e/worktree-branch-status.spec.ts","apps/desktop/electron/active-runtime-state.test.ts","apps/desktop/electron/active-runtime-state.ts","apps/desktop/electron/backend-child.ts","apps/desktop/electron/backend-command.test.ts","apps/desktop/electron/backend-command.ts","apps/desktop/electron/backend-connection-state.test.ts","apps/desktop/electron/backend-connection-state.ts","apps/desktop/electron/backend-env.test.ts","apps/desktop/electron/backend-env.ts","apps/desktop/electron/backend-health.test.ts","apps/desktop/electron/backend-health.ts","apps/desktop/electron/backend-ownership.test.ts","apps/desktop/electron/backend-ownership.ts","apps/desktop/electron/backend-probes.test.ts","apps/desktop/electron/backend-probes.ts","apps/desktop/electron/backend-ready.test.ts","apps/desktop/electron/backend-ready.ts","apps/desktop/electron/backend-start-failure.test.ts","apps/desktop/electron/backend-start-failure.ts","apps/desktop/electron/bootstrap-platform.test.ts","apps/desktop/electron/bootstrap-platform.ts","apps/desktop/electron/bootstrap-repair-guard.test.ts","apps/desktop/electron/bootstrap-repair-guard.ts","apps/desktop/electron/bootstrap-runner.test.ts","apps/desktop/electron/bootstrap-runner.ts","apps/desktop/electron/connection-apply.test.ts","apps/desktop/electron/connection-apply.ts","apps/desktop/electron/connection-config.test.ts","apps/desktop/electron/connection-config.ts","apps/desktop/electron/connection-registry.test.ts","apps/desktop/electron/connection-registry.ts","apps/desktop/electron/crash-forensics.test.ts","apps/desktop/electron/crash-forensics.ts","apps/desktop/electron/dashboard-token.test.ts","apps/desktop/electron/dashboard-token.ts","apps/desktop/electron/desktop-electron-pin.test.ts","apps/desktop/electron/desktop-installation.test.ts","apps/desktop/electron/desktop-installation.ts","apps/desktop/electron/desktop-log-line.test.ts","apps/desktop/electron/desktop-log-line.ts","apps/desktop/electron/desktop-uninstall.test.ts","apps/desktop/electron/desktop-uninstall.ts","apps/desktop/electron/dev-cdp.test.ts","apps/desktop/electron/dev-cdp.ts","apps/desktop/electron/embed-referer.ts","apps/desktop/electron/entitlements.mac.inherit.plist","apps/desktop/electron/entitlements.mac.plist","apps/desktop/electron/event-dedupe.test.ts","apps/desktop/electron/event-dedupe.ts","apps/desktop/electron/external-terminal.test.ts","apps/desktop/electron/external-terminal.ts","apps/desktop/electron/find-git-bash.test.ts","apps/desktop/electron/find-git-bash.ts","apps/desktop/electron/find-in-page-native-fixture/package.json","apps/desktop/electron/find-in-page-native.test.mjs","apps/desktop/electron/find-in-page.test.ts","apps/desktop/electron/find-in-page.ts"],"storefront":"/r/NousResearch","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/NousResearch/hermes-agent/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}