v0.052 Add watch mode for tests – @nfcampos Add schema property to SQL DB class – @diwanksingh Propagate verbose flag to combine-document chains – @parth_29 Add max_iterations kwarg to agent executor, in part to stop attacks like the below
AGENTS
-
LangChain Agents Max Iterations Parameter Implementation
By
–
To expand on the last point, previously agents were allowed to potentially loop forever, whether caused maliciously or not Now you can specify a max_iterations parameter, which stops it after that many iterations https://
langchain.readthedocs.io/en/latest/exam
ples/agents/max_iterations.html
… -
LangChain v0.0.51 Release: Enhanced Tools, Memory, and Documentation
By
–
v0.0.51 Unify return types for intermediate steps – h/t @johnjnay Add sports & knowledge graph results to SerpAPI wrapper – @brunotorious Document improvements: @eltociear @samcwl Making tools editable – h/t @brunotorious Memory support for chains with multi inputs
-
Making Tools Editable: Customize Tool Descriptions for Better Agent Performance
By
–
Making tools editable When loading tools, they come with default descriptions. Sometimes, as @brunotorious pointed out, you may want to edit their descriptions in order to get them to work better with agents Now you can: https://
langchain.readthedocs.io/en/latest/exam
ples/agents/custom_tools.html#Modify-existing-tools
… -
Beyond Copilot: The Next Evolution in AI Developer Experience
By
–
The Big Question in AI-driven developer experience: What's after Copilot? Everyone is convinced this is "just" the beginning but can't articulate what the next killer form factor will be. Increasingly convinced next step change won't be from optimal stuffing context windows
-
Integrating True AGI with Robotics: A Trivial Challenge Ahead
By
–
Should be trivial to hook up true AGI to a robot…
-
Infant Causal Reasoning Compared to Current Machine Learning
By
–
Ps @AlisonGopnik @Moira_Dillon @LakeBrenden have related work comparing infant (and young children’s) physical and causal reasoning to current ML; perhaps they could post links here
-

Open Source Chatbot Creation Example Released
By
–
There's been lots of chatbots announced recently Check out for an open source example of how to create one! @brunotorious
