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!");
