This repository contains a multi-agent system with both Python and Node.js components.
To run the main multi-agent system:
uv run main.pyThe stdio MCP server is implemented in TypeScript and can be found in stdio_server/.
cd stdio_server
npm installnpm run buildnode build/index.js- Python code is in the root and
app/directories. - Node.js MCP server code is in
stdio_server/. - See
requirements.txtandpyproject.tomlfor Python dependencies. - See
stdio_server/package.jsonfor Node.js dependencies.