Skip to content

AgentRail v0.1.0-beta.1

Latest

Choose a tag to compare

@BlueMarlin1999 BlueMarlin1999 released this 16 Apr 17:18
· 18 commits to main since this release

AgentRail Skill v0.1.0-beta.1

Permanent public distribution for AgentRail testing.

Included assets:

  • AgentRail-Friend-Test-Pack-v0.1.0-beta.1.tar.gz
  • AgentRail-Friend-Test-Pack-v0.1.0-beta.1.zip
  • install-agentrail-github.sh
  • agentrail-hermes-skill-v0.1.0-beta.1.tar.gz

One-line install:

curl -fsSL https://github.com/nesquena/hermes-webui/releases/download/agentrail-skill-v0.1.0-beta.1/install-agentrail-github.sh | bash

Install to a named Hermes profile:

curl -fsSL https://github.com/nesquena/hermes-webui/releases/download/agentrail-skill-v0.1.0-beta.1/install-agentrail-github.sh | bash -s -- myprofile

What is included:

  • Hermes skill package with SKILL.md and full references
  • Product bundle with Perpetual Engine runtime, CLI, tests, examples, and docs

Recommended validation:

  • install the Hermes skill
  • run python3 perpetual_engine/cli.py doctor
  • run python3 -m unittest discover -s tests -v
  • run PERPETUAL_REQUIRED_TOOLS= PERPETUAL_EXECUTION_MODE=mock ./run_full_demo.sh