Open willbakst opened 2 months ago
@jd-solanki I feel like some of the LangGraph examples could act as a good starting point for examples of building multi/sub agent architectures in Mirascope.
Let me know what you think! Would love your contributions here :)
Would love your contributions here
Sure buddy. I'm already working on agentic workflow system as my project and would love to explore more & contribute.
If you have something already outlined can you mention which examples should I start with or else I'll let you know before implementing them.
Thanks for consideration man! šš»
We implemented a version of their quickstart guide, which can act as a good reference for future examples.
Feel free to work on any of the existing LangGraph examples for which you think it would be worth showing the Mirascope way.
I'll send seperate PR for each example and I hope you don't have any time constraint with this. I'll try to finish one example everyday.
No time constraint!
Hey @willbakst
Sorry I got delayed because I was busy with some other stuff. I'm on it and will send the PR as soon as I finish the first example.
Description
It would be beneficial to show how to implement the same functionality as the LangGraph tutorials but using Mirascope (i.e. doing it the Mirascope way) as cookbook recipes.
Here are the cookbooks that we could (most likely) implement:
These recipes are a great way to get started using Mirascope and contributing to the library.