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

13 lines (10 loc) 286 B
#!/usr/bin/env node /** * SPARC2 - Main entry point * * This file serves as the main entry point for the SPARC2 package. * It exports the core functionality of the SPARC2 framework. */ // Export the CLI module export * from './cli/cli.js'; console.log('SPARC2 package loaded');