llm_agents icon indicating copy to clipboard operation
llm_agents copied to clipboard

Build agents which are controlled by LLMs

Results 4 llm_agents issues
Sort by recently updated
recently updated
newest added

Hi. Just encountered this project. Very helpful to see a simpler form of agents. Just a quick note: the installation instructions are not correct -- to get the dependencies and...

This PR adds the `llama-cpp-python` package which adds support for locally hosted language models. This includes llama and GPT4All.

```D:\Anaconda\envs\agents\python.exe D:/pythonProject/llm_agents/run_agent.py Traceback (most recent call last): File "D:\pythonProject\llm_agents\run_agent.py", line 1, in from llm_agents import Agent, ChatLLM, PythonREPLTool, HackerNewsSearchTool, SerpAPITool File "D:\pythonProject\llm_agents\llm_agents_init_.py", line 5, in from llm_agents.tools.search import SerpAPITool File...

## Description In the `llm_agents` project, a potential security vulnerability has been identified where content generated by a Large Language Model (LLM) is directly executed without sufficient filtering or sandboxing....