9 lines
238 B
JavaScript
9 lines
238 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* AgentDB Simulation CLI
|
|
*
|
|
* Multi-swarm simulation system for testing AgentDB v2 under various scenarios
|
|
* using OpenRouter LLMs and agentic-flow orchestration.
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=cli.d.ts.map
|