Skip to content

Add Hermes Agent skill for building RLMs with predict-rlm#1

Open
sroecker wants to merge 1 commit intomainfrom
add-hermes-skill
Open

Add Hermes Agent skill for building RLMs with predict-rlm#1
sroecker wants to merge 1 commit intomainfrom
add-hermes-skill

Conversation

@sroecker
Copy link
Copy Markdown
Owner

This PR adds a comprehensive Hermes Agent skill for planning and building RLMs (Recursive Language Models) with predict-rlm.

What's included

  • Phase 1: Planning - Interactive RLM design covering goals, inputs/outputs, Pyodide compatibility research, skills architecture, and single vs chained RLM decisions
  • Phase 2: Building - Complete code patterns for schema.py, signature.py, service.py, and skills.py
  • Hermes Integration - Auto-configures from HERMES_MODEL / HERMES_PROVIDER environment variables
  • Report Generation - Helpers for transforming structured extraction output into polished markdown reports
  • Built-in Skills - Documentation for pdf, spreadsheet, and docx skills
  • Host-side Tools - Patterns for WASM-incompatible operations

File Added

  • .hermes/skills/predict-rlm/SKILL.md (1,118 lines)

The skill enables Hermes Agent users to build autonomous document/code analysis agents with multi-step reasoning capabilities.

Adds SKILL.md with comprehensive guidance for:
- Planning RLM architecture (goals, inputs, outputs, skills)
- Building RLMs with schema.py, signature.py, service.py patterns
- Hermes model integration (auto-configures from HERMES_MODEL)
- Report generation from structured output
- Built-in skills (pdf, spreadsheet, docx) usage
- Host-side tools for WASM-incompatible operations
@magix022
Copy link
Copy Markdown

Hey we'd love to add this to the repo! Feel free to open a PR directly on it so we can merge it :)

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.

2 participants