UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

20 lines 689 B
/** * Smoke tests for gaia-claude-p.ts — iter 54 (#2156) * * Three minimal cases to verify the claude -p wrapper end-to-end: * 1. Simple arithmetic: "what is 2+2" → expect "4" * 2. Current fact: population of Tokyo → expect a large number * 3. (Optional) Attachment path test — only runs when HF cache has a file * * Cost cap: ~$0.25 × 3 = $0.75 worst case at Sonnet rates, but using Haiku * for smoke to keep it under $0.30 total. * * Run: * npx ts-node src/benchmarks/gaia-claude-p.smoke.ts * # or after build: * node dist/src/benchmarks/gaia-claude-p.smoke.js * * Refs: iter 54, #2156 */ export {}; //# sourceMappingURL=gaia-claude-p.smoke.d.ts.map