Doriandarko / maestro

A framework for Claude Opus to intelligently orchestrate subagents.
3.41k stars 559 forks source link

Add poetry support #13

Open plebedev opened 2 months ago

plebedev commented 2 months ago

Some users could work in complex environments on multiple projects that could have dependency conflicts. It would be good to support this project to be run in python virtual environment using poetry. It would still allow using maestro the exact same way by just calling it directly, or run in in the virtual environment with all needed libraries installed w/o affecting other projects.

plebedev commented 2 months ago

Here is PR for this: https://github.com/Doriandarko/maestro/pull/10