You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] The examples (all using await outside of async functions). The dependencies do not work when adding multimind to an existing project, requiring additional dependencies #49
That said, while the idea is great and a simple 'just works, batteries included' tool is something a lot of people would use and appreciate, I'd say MultiMind is not it right now.
Your documentation is crap. The links in your github to docs all 404. The examples would never work out of the box (all using await outside of async functions). The dependencies do not work when adding multimind to an existing project, requiring additional dependencies (aiohttp, pyyaml, pydantic-settings to name a few). Finally, even after that, running your examples fail saying ModuleNotFoundError: No module named 'multimind.router'
Basically, this is a great idea that needs a few more rounds of QA before it should even remotely be considered.