Skip to content

Split Hermes agent skill into router and reference - #10

Merged
pai-scaffolde merged 1 commit into
mainfrom
codex/hermes-agent-skill-router-split-20260601
Jun 1, 2026
Merged

Split Hermes agent skill into router and reference#10
pai-scaffolde merged 1 commit into
mainfrom
codex/hermes-agent-skill-router-split-20260601

Conversation

@pai-scaffolde

Copy link
Copy Markdown
Owner

Summary

  • compact the Hermes agent skill entrypoint into a router
  • move the long CLI/runtime guide into a reference file
  • preserve the operational guide while reducing activation surface size

Verification

  • git diff --check origin/main...HEAD
  • git show --stat --oneline HEAD

@pai-scaffolde
pai-scaffolde merged commit cc3ed9b into main Jun 1, 2026
9 checks passed
@pai-scaffolde
pai-scaffolde deleted the codex/hermes-agent-skill-router-split-20260601 branch June 1, 2026 18:34
pai-scaffolde pushed a commit that referenced this pull request Jul 24, 2026
…e_check_xsrf pitfalls

Add two pitfalls discovered when running the skill against a fresh
Jupyter server:

- Pitfall #9: When the websocket reply channel hangs on every execute
  even though the kernel actually ran (REST shows execution_state=idle
  and execution_count increments), force zmq transport with
  --transport zmq. The zmq transport uses jupyter_client directly and
  sidesteps the broken websocket layer.

- Pitfall #10: A fresh ServerApp rejects POST /api/sessions with
  "_xsrf argument missing from POST" unless you start it with
  --ServerApp.disable_check_xsrf=True. Needed for REST-only flows
  where no browser/cookie is establishing the XSRF token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant