HarnessX
Composable harnesses for running, evaluating, and evolving agents
All Skills in This Repository (12)
Pure Emerald Level Indicatorsgaia-playbook
Diagnose GAIA trajectory gaps and select intervention patterns for score improvements.
tb2-playbook
Define TB2 evolution constraints for sandbox topology, tool constraints, and trajectory signaling.
tau2-playbook
Automate ฯยฒ-bench evaluation setup and domain guidance for HarnessX.
journal
Store cross-round hypotheses and outcomes in YAML frontmatter for meta-agent workflows.
validate
Validate HarnessX artifacts with canonicalization, dry-fire, contract, and synthetic replay checks.
analyze
Analyze task trajectory frontmatter and body excerpts to generate candidate HarnessConfig lever hypotheses.
reference
Document HarnessX component authoring shapes and workflows for tools, processors, and prompts.
xlsx
Process spreadsheet inputs into formatted Excel workbooks with validation.
Extract text and data from PDF documents using Python libraries.
skill-creator
Automate Claude Skill creation, testing, and optimization with eval results.
pptx
Generate, edit, and template PPTX presentations from data sources.
docx
Automate Word document creation, editing, and formatting for .docx outputs.
Frequently Asked Questions
FAQPage SchemaHow to install HarnessX?โผ
Run `npx skills add Darwin-Agent/HarnessX --all -g -y` in your terminal to install all skills in this suite globally.
What does HarnessX do?โผ
It is a Python framework for composing agent harnesses from reusable processors and tools, pairing them with any model, and collecting training trajectories from every run.
How does HarnessX improve agent performance?โผ
A meta-harness analyzes run trajectories and automatically searches for better processor, prompt, and tool configurations, while reward-annotated data feeds RL fine-tuning of the model itself.
Which models and benchmarks does HarnessX support?โผ
It works with providers like Anthropic and OpenAI via LiteLLM, and ships adapters for benchmarks such as GAIA, tau2-bench, and Terminal-Bench 2.
Can I use HarnessX skills without coding?โผ
The document skills for PDF, Word, Excel, and PowerPoint run through plain-English requests, but the core harness framework is aimed at developers comfortable with Python.
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