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

7 lines (5 loc) 244 B
import { SPARC2Agent } from "./agent.ts"; // Simple test to verify that the agent can be instantiated console.log("Testing SPARC2Agent instantiation..."); const agent = new SPARC2Agent(); console.log("SPARC2Agent instantiated successfully!");