Mirascope / mirascope

LLM abstractions that aren't obstructions
http://mirascope.com/
MIT License
762 stars 51 forks source link

Mirascope versions of LangGraph tutorials #522

Open willbakst opened 2 months ago

willbakst commented 2 months ago

Description

Inspired by #342 to show how Mirascope supports this functionality without the abstraction of a graph

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.

willbakst commented 3 weeks 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 :)

jd-solanki commented 3 weeks ago

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! šŸ™šŸ»

willbakst commented 3 weeks ago

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.

jd-solanki commented 3 weeks ago

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.

willbakst commented 3 weeks ago

No time constraint!

jd-solanki commented 11 hours ago

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.