Doriandarko / maestro

A framework for Claude Opus to intelligently orchestrate subagents.
3.49k stars 569 forks source link

Changes to requirements.txt and README.md #51

Open akshayvkt opened 1 month ago

akshayvkt commented 1 month ago
  1. Added google-generativeai to requirements.txt to prevent the below error when running maestro-anyapi.py

    import google.generativeai as genai  # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ModuleNotFoundError: No module named 'google.generativeai'
  2. Updated README.md to reflect the new filepath for requirements.txt