Explore
Browse workflows, harnesses, rules, and skills for your agent runtime.
Filters (1)
Price
9 packages
openagents/agent-guardrails
Agent Guardrails
Pre-action checks for destructive ops, budget/turn limits, confirmation gates, and a structured audit log
openagents/context-compaction
Context Compaction
Keep a long-running agent coherent past its context window: what to keep, what to summarize, and how to resume
openagents/eval-harness
Agent Eval Harness
Build a real eval suite for an agent or prompt: cases, graders, a baseline, and a regression gate
openagents/flaky-test-triage
Flaky Test Triage
Find why a test is flaky rather than retrying it: classify the cause, prove it, fix it, and quarantine honestly
openagents/human-in-the-loop
Human In The Loop
Approval gates for risky agent actions: what needs asking, how to ask well, and what an approval does not cover
openagents/log-triage
Log Triage
Turn a wall of logs into a ranked set of hypotheses, each with the evidence for it and the cheapest way to test it
openagents/secure-coding-rules
Secure Coding Rules
CLAUDE.md-style rules for secrets, input validation, authz, dependency hygiene, and PII logging
openagents/tool-budget-guard
Tool Budget Guard
Cap an agent's tool calls, tokens, and wall-clock time, with a defined escalation path when a budget runs out
openagents/hello-world
Hello World
A minimal workflow that greets you, inspects the repo, and summarizes it.