بنقرة واحدة
super-harness
يحتوي super-harness على 2 من skills المجمعة من mertdogar، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Drive the @super-harness/tui terminal client to debug a super-harness agent turn from the terminal (headless, no browser) — send a message, watch the streamed node-tree of tools/reasoning/errors, answer ask_user suspensions, abort a turn. Use when debugging the supervisor + its subagents, reproducing or bisecting a turn, checking a tool's args/result, or when the user mentions the tui, packages/tui, headless agent turns, or testing a super-harness server over super-line. It reads the tree from the durable Store the server writes (subscribeTree), so it exercises the exact transport real clients use.
Integrate the super-harness multi-agent runtime (a Mastra supervisor Agent delegating to subagent Agents, with full-fidelity streaming, HITL approvals/suspensions, per-thread modes, and thread management) into a project. Use when embedding createHarness in a backend, exposing a harness over WebSockets with serve(), building a client on the wire contract + subscribeTree, or wiring tool approvals, ask_user suspensions, modes, or threads.