They can if you build them with Langgraph!
@hwchase17
-
AI Agents for Scientific Research Applications
By
–
Agents to help with scientific research π https://t.co/5QhPNx41tW
— Harrison Chase (@hwchase17) 10 octobre 2024Agents to help with scientific research
-

Agents Need Rollback Capability Across All Domains
By
–
Every agent should have a way to roll back to previous steps For code this can be git commits, for writing can be drafts… but no matter the domain, this functionality is absolutely needed
-

Single Prompt to Multi Agent: LangGraph Evolution
By
–
Single Prompt -> Multi Agent -> LangGraph This is a very common trend we see among agent developers Our most recent blog post with Rexera (real estate agent) highlights this The journey goes like this: Start with a single prompt, which: "struggled with the complexity of
-

Five Sigma Deploys Claims Adjustment Agent in Production
By
–
Another day, another agent in production Excited to share this case study with Five Sigma on how they built and deployed an agent to adjust claims Some interesting nuggets:
How can a company launch an agent in a highly regulated space? Rigorous testing!
Good documentation -
Multi-agent workflows update: parallel tool use control
By
–
sneaky big update to support agent/multi-agent workflows disable_parallel_tool_use: i often want agents to make one (and only one) tool call consecutive user/assistant messages: often happens in multi-agent situations
-
Open Source PostgreSQL Implementation Available
By
–
i believe we have open source postgres implementtion
-

Building Account Qualification Agents: Cognitive Architectures Explained
By
–
Agents are here, you just have to know how to build them Excited to share this VERY detailed blogpost from @unifygtm on how they built their recent account qualification agent This contains all sorts of nuggets like:
The three different cognitive architectures they considered -
Custom AI Implementation Services for Enterprise Solutions
By
–
Because we think this is application specific, there's only so much we can do off the shelf… but we love working with companies in a more hands on manner to help them implement it! If that's interesting, please reach out!
-
LangGraph Memory Features: Cross-Thread Persistence Implementation
By
–
Conceptual video: https://
youtube.com/watch?v=JTL0yp
85FsE
β¦ Conceptual docs: https://
langchain-ai.github.io/langgraph/conc
epts/memory/
β¦ How-to docs: https://
langchain-ai.github.io/langgraph/how-
tos/cross-thread-persistence
β¦