From be19dee60887889694d6473f5aa709d08b815fda Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Thu, 16 Nov 2023 16:20:32 -0500 Subject: [PATCH] add LLM Agents --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 841d60d..7d4cef1 100644 --- a/README.md +++ b/README.md @@ -1176,6 +1176,24 @@ Plan-Validate-Solve (PVS) Agent for accurate, reliable and reproducable workflow +## [LLM Agents](https://github.com/mpaepper/llm_agents) +A minimalistic library for building agents that leverage large language models to automate tasks through a loop of commands and tool integrations. + +
+ +### Description +- Executing Python code in a REPL environment. +- Conducting searches on Google and Hacker News. +- Iterating through a cycle of Thought, Action, Observation, and New Thought based on the output of integrated tools. +- Dynamically appending new information to the prompt for informed decision-making by the agent. + +### Links + +- [GitHub](https://github.com/mpaepper/llm_agents) +- [Blog](https://www.paepper.com/blog/posts/intelligent-agents-guided-by-llms/) + +
+ ## [Local GPT](https://github.com/PromtEngineer/localGPT) LocalGPT is an open-source initiative that allows you to converse with your documents without compromising your privacy