HyperEyes
Parallel multimodal search training with efficiency-aware reinforcement learning
All Skills in This Repository (9)
Pure Emerald Level Indicatorsmodel-integration
Guide new model architecture integration into the Relax training pipeline.
git-commit
Generate Conventional Commits messages with structured markdown bodies.
creating-skills
Create structured SKILL.md definitions with valid metadata and operational instructions.
redaccel-to-relax
Migrates RedAccel reinforcement learning algorithms to Relax-compatible modules and interfaces.
doc-writer
Create bilingual VitePress documentation pages verified against Relax source code.
verl-to-relax
Convert verl reinforcement learning recipes to Relax framework implementations.
code-review
Review git changes for Python, PyTorch, and ML code quality issues.
debug-hang
Diagnose stalled Ray distributed training tasks by tracing blocked execution paths.
relax-dev-debug
Debug and validate Relax reinforcement learning workflows on Ray clusters.
Frequently Asked Questions
FAQPage SchemaHow to install HyperEyes?โผ
Run `npx skills add DeepExperience/HyperEyes --all -g -y` in your terminal to install all skills in this suite globally.
What problem does HyperEyes solve?โผ
It trains multimodal search models to ground and retrieve multiple image entities in parallel instead of slow sequential tool calls, cutting tool-call rounds by over 5x while improving accuracy.
How to migrate verl or RedAccel recipes to Relax?โผ
Load the verl-to-relax or redaccel-to-relax skill, which maps reward functions, tool environments, datasets, and launch scripts to the Relax format step by step.
How to debug a hung distributed training job?โผ
The debug-hang skill walks through checking Ray cluster status, collecting py-spy stack traces, and tracing actor dependency chains to find the root cause.
Do I need RL framework experience to use these skills?โผ
Basic familiarity helps, but each skill gives step-by-step instructions, decision trees, and code templates so the agent handles the complex framework details for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core