MCPcopy
hub / github.com/jackwener/OpenCLI / SkillTask

Interface SkillTask

autoresearch/eval-skill.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24// ── Types ──────────────────────────────────────────────────────────
25
26interface SkillTask {
27 name: string;
28 task: string;
29 url?: string;
30 judge_context: string[];
31 max_steps?: number;
32}
33
34interface TaskResult {
35 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected