UNPKG

@agentics.org/sparc2

Version:

SPARC 2.0 - Autonomous Vector Coding Agent + MCP. SPARC 2.0, vectorized AI code analysis, is an intelligent coding agent framework built to automate and streamline software development. It combines secure execution environments, and version control into a

10 lines (9 loc) 355 B
import { assertEquals, assertStringIncludes, } from "https://deno.land/std@0.203.0/testing/asserts.ts"; import { spy, stub } from "https://deno.land/std@0.203.0/testing/mock.ts"; import { handleRequest } from "./edge.ts"; import * as config from "../config.ts"; import * as logger from "../logger.ts"; import { SPARC2Agent } from "../agent/agent.ts";