mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-11 13:41:53 +00:00
phase-2 work (sending webmail, clearing session-bound gates like peopleconnect guided-mode) needs the operator's own logged-in browser, not a cloud browser. new `pdd.py cdp`: - finds chrome/chromium/brave/edge (macos/linux/windows), launches it detached on a dedicated debug profile ($HERMES_HOME/chrome-debug) with --remote-debugging-port, waits for the port, prints the CDP endpoint (webSocketDebuggerUrl) - `--check`: report whether a debug browser is already live (never double-launches) - `--print`: emit the exact command for the operator to run themselves - doctor, SKILL.md, and methods.md all point at it - windows-safe detach (start_new_session on posix, DETACHED_PROCESS on windows); stdlib only tests: standalone 98, PR 96 (+6 cdp); ruff + windows-footguns clean. |
||
|---|---|---|
| .. | ||
| test_cloudflare_temporary_deploy_skill.py | ||
| test_darwinian_evolver_skill.py | ||
| test_fetch_transcript.py | ||
| test_google_workspace_api.py | ||
| test_google_workspace_credential_files.py | ||
| test_hyperliquid_skill.py | ||
| test_memento_cards.py | ||
| test_openclaw_migration.py | ||
| test_openclaw_migration_hardening.py | ||
| test_telephony_skill.py | ||
| test_unbroker_skill.py | ||
| test_xurl_article_ingestion_docs.py | ||
| test_youtube_quiz.py | ||