Releases: BlueMarlin1999/agentrail-public-assets
Releases · BlueMarlin1999/agentrail-public-assets
AgentRail v0.1.0-beta.1
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 | bashInstall 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 -- myprofileWhat 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