langgraph/concepts/agentic_concepts/ #1018
Replies: 4 comments 7 replies
-
How can i use Structured Outputs with the builtin ReAct agent? since it takes in a model and not LlmLike , i cant really add |
Beta Was this translation helpful? Give feedback.
-
what can we do for caching? |
Beta Was this translation helpful? Give feedback.
-
Can I create an agent using LlamaCpp and bind tools to it? |
Beta Was this translation helpful? Give feedback.
-
LOVE the new memory capabilities. For chatbot use-cases, is there anything coming out sometime soon to be able to manage conversation flow across multiple messages with the user? Let's say there's 5 questions you want the user to work through with the agent. Are there any paradigms you've seen for effective graph controller design to manage the flow of the conversation across multiple graph instantiations? i.e. Google's DialogFlow describes the flow of the conversation something like this. I've been exploring a "conversation flow manager" which keeps track of the state of the conversation via a field in the graph state, but it seems like there has to be a better way to manage conversation state [not just graph run state] reliably. Am I missing a useful paradigm with the current tools to do this effectively? |
Beta Was this translation helpful? Give feedback.
-
langgraph/concepts/agentic_concepts/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/
Beta Was this translation helpful? Give feedback.
All reactions