LangGraph Studio: The first agent IDE

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 92

  • @clashgamers4072
    @clashgamers4072 2 месяца назад +32

    Langraph and Langchain's abstraction didn't make sense to me at first , Now it makes way more sense with this.

  • @attilavass6935
    @attilavass6935 2 месяца назад +30

    I love it but pls. make it available on non-Apple devices too!

  • @MuhammadArrabi
    @MuhammadArrabi 2 месяца назад +7

    LangGraph is an amazing approach to developing agents. It really helps to differentiate between the "Agent" and the "Agent Job". So much work went into agents frameworks. LangGraph is a framework for "Agent Job". I think next, would be great to bring Object Oriented Programming concepts to Agent Jobs: making them self-contained, hierarchical, etc.
    great work. looking forward to next.

  • @codingcrashcourses8533
    @codingcrashcourses8533 2 месяца назад +28

    That´s really cool, when will it be released for windows?

  • @nileshtiwari1243
    @nileshtiwari1243 2 месяца назад +2

    I don't usually comments on videos but this what is really wanted to build to improve llm agents. Awesome work guys

  • @aiexplainai2
    @aiexplainai2 2 месяца назад +1

    Oh wow, you guys are killing it. I was struggling to debug a complex langgraph system and found myself have to remember and know what state flowing through each step. THIS will help tremendously! THANK YOU!

  • @guilhermegrazzioli4269
    @guilhermegrazzioli4269 2 месяца назад +2

    I've been struggling to test my projects with this conversational logic and human feedback. This tool is just going to solve my problem and make the experience even better. You guys are amazing, awesome work!!

  • @Bootcody
    @Bootcody 2 месяца назад +5

    Debugging the agents behavior.. damn, that's something to play with.. good stuff guys

  • @AndrewMelnychuk0seen
    @AndrewMelnychuk0seen 2 месяца назад +3

    This is excellent. I can foresee the graph to be a node graph where we can put different components for a library. Very cool.

  • @IdPreferNot1
    @IdPreferNot1 2 месяца назад +10

    Yes.... now we're getting somewhere! Thx!

  • @arvj123
    @arvj123 2 месяца назад +6

    The future is so exciting!

  • @GriffinBrown-tq9jz
    @GriffinBrown-tq9jz 2 месяца назад

    Lance for President!
    Can't wait for the way you'll shape the future

  • @levbszabo
    @levbszabo 2 месяца назад

    Great stuff ! Can't wait to try this out - will make prototyping agents way faster

  • @jacobgoldenart
    @jacobgoldenart 2 месяца назад

    Wow! Fantastic work. I'm really excited to try this. I've been learning Langgraph and starting to get up to speed, but it can still be a bit mystifying to know what is happening at any given step, so I'm sure this will provide a great way to understand the flow in a much more transparent way. Yay!

  • @MunirJojoVerge
    @MunirJojoVerge 2 месяца назад

    This is a great vision fwd in the development and deployment processes of Agentic applications! Well done! I just wish you had a Linux version also ready to try.

  • @kenchang3456
    @kenchang3456 2 месяца назад

    Well done, thanks! I was wondering when LangChain was going to do something like this.

  • @raymobula
    @raymobula 2 месяца назад

    Cool. This saves my the time using an open source flow chart tool and export the nodes in json, and have Gemini turn into the agent. ❤

  • @ibbbyscode
    @ibbbyscode 2 месяца назад +1

    Wow. This is amazing! Can't wait to try it out. 👏👏

  • @nachoeigu
    @nachoeigu 2 месяца назад +1

    Fantastic new feature!! Keep working as you are! Thanks

  • @EcoTekTermika
    @EcoTekTermika 2 месяца назад +3

    🤯 breakthrough in human in the loop

  • @JohanMiller-b9u
    @JohanMiller-b9u 2 месяца назад +1

    Awesome Demo! Unfortunately I'm not using Apple Silicon though so i cant use the Beta Download yet :( Fingers crossed we get a PC / RTX compatible release soon!

  • @VaibhavPatil-rx7pc
    @VaibhavPatil-rx7pc Месяц назад

    🎉 enjoyed have fun

  • @stevensteven4863
    @stevensteven4863 2 месяца назад +3

    Great when you guys post , keep it up

  • @bluefloyd8
    @bluefloyd8 Месяц назад

    This is amazing. Would love to use it 🎉
    Edit: Typescript support on roadmap?

  • @nicapotato7745
    @nicapotato7745 2 месяца назад +1

    This is AMAZING, keep up the good work !

  • @azero79
    @azero79 2 месяца назад

    This is a good start but very limited, we need to be able to build agentic apps in a visual way and be able to configure and control every edge and every node like in LangFlow, you guys should get inspiration from their IDE

  • @aaagaming2023
    @aaagaming2023 2 месяца назад

    Have you guys looked at prompt chaining to get optimal fused outputs from multiple agents? The effect is RAG-like refinement but just due to using multiple agent generations simultaneously.

  • @avidlearner8117
    @avidlearner8117 2 месяца назад +1

    A visual way to quickly create nodes/edges would be incredible.

  • @Wahtel
    @Wahtel 2 месяца назад

    Wow, that's increadible!

  • @husniadil
    @husniadil 2 месяца назад

    Feels like Jupyter and Docker multi-stage builds, where you can benefit from maintaining state without starting over from scratch each time.

  • @youngpong2030
    @youngpong2030 2 месяца назад

    Hi, this is really useful. Possible to have LangGraph be used with a simple mobile device (e.g.mobile phone)?

  • @ryzikx
    @ryzikx 2 месяца назад +3

    how to run with local LLMs?

  • @mynameisedu
    @mynameisedu 2 месяца назад

    The moment you can add agents usings this IDE, it would be awesome

  • @robertodelgado1234
    @robertodelgado1234 2 месяца назад

    Great tool. Thank you.

  • @armankarambakhsh9863
    @armankarambakhsh9863 2 месяца назад +2

    When will windows version be available?????

  • @8eck
    @8eck 2 месяца назад

    Replays from logs, this would be a huge stuff.

  • @zhalberd
    @zhalberd 2 месяца назад

    Very cool thank you for making this video and tool. Will this tool allow me to make API calls with Vertex AI and upload video files for analysis? None of the other tools like Langflow, Flowise, have a working function for this.

  • @SailorUsher
    @SailorUsher 2 месяца назад

    Feels like early GPT when the model was Ada, etc. Very cool.

  • @garyfail913
    @garyfail913 2 месяца назад

    Can you tell us more about the built in persistence layer that you mention at the start? I've been trying to get the custom checkpointer working using Postgres but it's failing around the pending_writes. Would be good to have a deeper dive into this.

  • @frag_it
    @frag_it 2 месяца назад +1

    Add a feature to connect to sonnet 3.5 to help in code suggestion for the studio. The APi key can be placed by us even the users can chose the model they way maybe Ollama for local dev or maybe if someone wants or has exo running llama 400b or even api models that there is. Would would make the code iteration even faster

  • @Alysonhower
    @Alysonhower 2 месяца назад +1

    Plans for major platforms?

  • @Decelexivi
    @Decelexivi 2 месяца назад

    Oh wow, more lock-in into the usage of paid LangSmith

  • @automatalearninglab
    @automatalearninglab 2 месяца назад +1

    This is awesome! I tried the same example but I had this issue: "unknown flag: --watch" any tips to get around it?

    • @LangChain
      @LangChain  2 месяца назад +1

      Need to upgrade docker desktop - we're adding better documentation and error handling for this

    • @automatalearninglab
      @automatalearninglab 2 месяца назад

      @@LangChain Ok nice! Thanks ! :)

  • @choz8358
    @choz8358 2 месяца назад

    Thanks! this defly gonna help me a lot.

  • @harshitambalia981
    @harshitambalia981 2 месяца назад

    Is this available for Ubuntu or just Apple?

  • @teatime6629
    @teatime6629 2 месяца назад

    Is there a pdf for the documentation that I can look at? Thank you!

  • @chromosome24
    @chromosome24 2 месяца назад

    Weird this was released only for mac. I mean its just a node editor right?

  • @NamanJain77
    @NamanJain77 2 месяца назад

    this is a game changer

  • @timopheym
    @timopheym 2 месяца назад

    Cool! Thanks for going into better ovsrvability, but I wonder how it would work with a more complex example for a real assistant where you have router and each chain consist of multiple dynamic elements.

    • @LangChain
      @LangChain  2 месяца назад

      try it out and let us know :)

  • @yeres_0389
    @yeres_0389 2 месяца назад

    Super super thanks!

  • @adamgibbons4262
    @adamgibbons4262 2 месяца назад

    Use it to create a set of Agents that will create a set of agents for a given natural language prompt ;-)

  • @user-pt1kj5uw3b
    @user-pt1kj5uw3b Месяц назад

    Hopefully you'll make this available for Linux or Windows soon, I know its probably a pain though. Just asked someone for their old macbook

  • @maury1329
    @maury1329 2 месяца назад

    How does this differ from Flowise's Sequential Agents?

  • @astr010
    @astr010 2 месяца назад +1

    Why go back into my code and edit the prompt why is that not part of this UI?

  • @tomaszzielinski4521
    @tomaszzielinski4521 2 месяца назад +3

    Windows version please?

  • @Erick-ds5cu
    @Erick-ds5cu 2 месяца назад

    huge!

  • @trillion7070
    @trillion7070 2 месяца назад

    What can we build using this ?
    Real life scenarios

  • @datasciencetoday7127
    @datasciencetoday7127 2 месяца назад

    my boy chase is really up to something here.

  • @mmoll1
    @mmoll1 2 месяца назад

    This is EPIC!

  • @kanchansenlaskar4139
    @kanchansenlaskar4139 10 дней назад

    When do we get to use this in windows?

  • @ClosingwNeish
    @ClosingwNeish 2 месяца назад

    Now we're cooking!

  • @dharmaverse_io
    @dharmaverse_io 2 месяца назад

    Can't run it keep getting Docker not installed or not running: ExecaError: Command failed with ENOENT: docker info -f json
    spawn docker ENOENT

  • @agkol92
    @agkol92 2 месяца назад

    How to handle router logic if written between multiple agents

  • @RudyHartono-nc1kh
    @RudyHartono-nc1kh 2 месяца назад +7

    Windows please

  • @juanjosoliz7297
    @juanjosoliz7297 4 дня назад

    amazing but why only macs tho...

  • @xuzikai
    @xuzikai 2 месяца назад +1

    insane

  • @frag_it
    @frag_it 2 месяца назад

    Damn this is good

  • @gurudaki
    @gurudaki 2 месяца назад

    The language change should be useful to be done via UI...

  • @NeuralNinja-dc2os
    @NeuralNinja-dc2os 2 месяца назад

    Did anyone find a way to try this on windows?

  • @zeyuwang2663
    @zeyuwang2663 2 месяца назад

    It will be more convenient If it is integrated to tradition IDE, VS code, pycharm, as plugins

  • @StephenRayner
    @StephenRayner 2 месяца назад

    Oh damn…. 😮

  • @vitoroliveira3656
    @vitoroliveira3656 2 месяца назад +2

    I'm building something like this for TS, I'll make it open source as soon as it's ready

    • @lucidus_oracula
      @lucidus_oracula 2 месяца назад

      Can I sign up somewhere to be notified when it's ready? Really cool btw!

  • @realsimroads
    @realsimroads 2 месяца назад

    Seems like unnecessary overhead when all this can be done directly in python. Am I missing something? How is this better than just writing code?

  • @stanTrX
    @stanTrX Месяц назад

    Looking for windows release nıw

  • @alexchin7756
    @alexchin7756 Месяц назад

    I love it but that's not Old English

  • @fgpreviews
    @fgpreviews 2 месяца назад +1

    Fork and Retry is a very unfortunate name for a button most especially if you're scouse and saying it...

  • @zes7215
    @zes7215 2 месяца назад

    wr

  • @an4aWebBasedSoftware
    @an4aWebBasedSoftware 2 месяца назад +1

    unfortunately linux is out of the game...

  • @Prince.Dhankhar
    @Prince.Dhankhar 2 месяца назад +1

    Are you one who watched whole video and looking for Windows setup? 🤣

  • @greendsnow
    @greendsnow 2 месяца назад

    hasn't n8n solved this already?

  • @orangehatmusic225
    @orangehatmusic225 2 месяца назад

    Putting those shackles on your AI slaves now huh.

  • @AtomicPixels
    @AtomicPixels 2 месяца назад

    When you say “first” or “fastest”, cheapest biggest, smallest. Etc. you’re legally claiming to have sought proven sufficient of research specifically that no IDE, or effectively any input used by a developer target, has existed.
    Warp it’s already beaten you to this. They are not a CLI because there is literally no difference. In fact, there are more IDE then some of the open source boiler plate ID DE repositories out there. Just, like, don’t do that. Don’t say that. It literallyprovides zero gain and all risk and skepticism if I’m being honest by default for being anything of the first. That is why Apple never releases first, aside for being a brand, promise of completion and not speed.

  • @CapitanNaufrago
    @CapitanNaufrago 2 месяца назад +1

    Please release linux or windows pleaaaseee

  • @waneyvin
    @waneyvin 2 месяца назад

    great job Chase!👍, but is there documents? I encountered : failed to solve: process "/bin/sh -c PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -e /deps/*" did not complete successfully: exit code: 1

  • @TheMilleTV
    @TheMilleTV 2 месяца назад +2

    Windows please