UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

8 lines (7 loc) 204 B
/** * Barrel file for agent exports */ export * from './IAgent.js'; export * from './BasicAgent.js'; // Will export concrete agent implementations once they're created // export * from './BasicAgent';