maestro icon indicating copy to clipboard operation
maestro copied to clipboard

A framework for Claude Opus to intelligently orchestrate subagents.

Results 51 maestro issues
Sort by recently updated
recently updated
newest added

It's a pretty neat idea but my attempts so far have ended up with shells rather than something functioning. I wonder what prompt will ensure that it finishes the job?...

This PR adds poetry support to better manage dependencies and python virtual environments, especially when you work on multiple projects, and can have library conflicts. @Doriandarko - what do you...

hi, can you add the cost of all the models used and price per token and the total price in the end and include price per different models use as...

Added a LICENSE file as it was being mentioned near the bottom of README. Added links to the repos under the Acknowledgement section

In long running tasks I wanted to have a resume functionality so added that =)

Error also when using Claude's models starting with the new update in the old one it still works in the previous script it still works starting with the new update...

C:\Users\z5050>ollama.pull('llama3:70b') 'ollama.pull' is not recognized as an internal or external command, operable program or batch file. It should be a different command `ollama run llama3 ` `ollama run llama3:70b` This...

C:\zxcv\maestro-main\maestro-main>python maestro-ollama.py Please enter your objective with or without a text file path: Make me a snake game Calling Ollama Orchestrator for your objective ╭─ Ollama Orchestrator ────────────────────────────────────────────────────────────────────────────────────────────────╮ │ The...

Added Groq API support for maestro with following models: orchestrator_model = "llama3-70b-8192" subagent_model = "llama3-8b-8192" refiner_model = "llama3-70b-8192"

Getting the following error on my first run using maestro-gpt. maestro.py still runs fine, I still have working APIs for both, etc. Please, structure the script with clear comments explaining...