mirror of
https://github.com/e2b-dev/awesome-ai-agents.git
synced 2026-02-23 20:05:11 +00:00
add LLM Agents
This commit is contained in:
18
README.md
18
README.md
@@ -1176,6 +1176,24 @@ Plan-Validate-Solve (PVS) Agent for accurate, reliable and reproducable workflow
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## [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.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
### 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/)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## [Local GPT](https://github.com/PromtEngineer/localGPT)
|
## [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
|
LocalGPT is an open-source initiative that allows you to converse with your documents without compromising your privacy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user