Global Summary
Rig is a minimal TypeScript multi-agent harness providing typed input/output schemas, declarative prompt intents (p.), schema helpers (s.), and a Copilot SDK runtime for building composable AI agents with sub-agent delegation.
Individual File Summaries
| File |
Summary |
| skills/rig/rig.ts |
Core runtime implementing the agent harness with typed schemas, prompt intents, and Copilot SDK transport. |
| src/rig.test.ts |
Unit tests for agent definition, invocation, validation, and prompt intent coverage. |
| scripts/run-sample.test.ts |
Sample runner using a stub Copilot SDK client to test all sample agents in dry-run mode. |
Generated by Daily Rig File Summarizer · sonnet46 40.9 AIC · ⌖ 5.05 AIC · ⊞ 4.3K · ◷
Global Summary
Rig is a minimal TypeScript multi-agent harness providing typed input/output schemas, declarative prompt intents (p.), schema helpers (s.), and a Copilot SDK runtime for building composable AI agents with sub-agent delegation.
Individual File Summaries