Multi agent systems with distributed subagents LangGraph Studio now supports visualizing and debugging these
@hwchase17
-
Debugging Prompting Issues: Technical Solution Discussion
By
–
Probably a prompting issue. Ooc – can you say more about the use case? I can maybe hack something together
-
LangGraph Swarm: Multi-Agent Architecture with Handoff
By
–
I would look into langgraph swarm. Have one agent that is in change of getting the info, then hands off to another one that does the task:
-
LangGraph vs CrewAI: Low-Level Control and High-Level Frameworks
By
–
Langgraph is much lower level and more controllable. Crewai is higher level and off the shelf. We have some prebuilt packages that are built on top of langgraph that are similar to crew, like langgraph supervisor:
-
Canvas UX Becomes Standard for LLM Document Interaction
By
–
Canvas ux is becoming the standard for interacting with LLMs on documents Want to implement yourself? Check out open canvas! https://
github.com/langchain-ai/o
pen-canvas
… -
Low Code Agent Builder Debate and Criticism
By
–
And you were trying to argue for a low code agent builder??
-
No-Code Subgraph State Management with Message Lists
By
–
yes definitely. this is top of mind actually to do this in a no-code way, this would rely on some assumptions about the subgraph states. i think generally youd assume that their state has a list of messages. fine assumption?
-
LangGraph and MCP Power Qodo AI Gen 1.0 Coding Assistant
By
–
LangGraph + MCP isn't just buzz words for youtube videos – it's also powering @QodoAI
's Gen 1.0 conding assistant Read their deep technical dive -
Text-Based AI Model Behavior Challenges and Limitations
By
–
i think is tricky to get models to behave well enough just based on text, at least right now. for simpler things – maybe?
-
Low-Code No-Code Agent Building Sweet Spot
By
–
We spend a lot of time thinking about what the right "sweetspot" for low-code/no-code agent building is I don't think it's fully no code (we see that most agents still involve a substantial amount of custom code) But there is DEFINITELY a visual process to building agents