agent-zero icon indicating copy to clipboard operation
agent-zero copied to clipboard

Agent Zero AI framework

Results 395 agent-zero issues
Sort by recently updated
recently updated
newest added

You will see the problem in the text below, this is with using gpt-4o and version 0.5 of agent zero, but have similar issues with other models User message ('e'...

If I asked the agent to remember something it returns a memory id, when asked about the memory id it doesn't know what it means example : - The code...

I prefer to organize my project using a docker-compose file. Instead of pulling the frdel image from the Docker registry, this setup builds the image locally when needed. This approach...

AzureOpenAIEmbeddings expects deployment to be without "_name" suffix. Also added missing example to main.py how to select it to be used.

Added two new scripts, setup.bat (for Windows) and setup.sh (for Unix-based systems), to automate the entire setup, installation, and execution process for the Agent Zero framework. The goal is to...

What if we could join Agent Zero with Crew AI? That would be amazing because crew ai isn't autonomous. Highly dependent on tools. Agent Zero on the other hand can...

Hi, This project is great, but i can't understand how it working with Ollama models but not with current widespread quantization standard as GGUF. Ollama itself don't support GGUF, it...

Thanks in advance. I built the image in docker with the following Dockerfile: ``` FROM python:3.10 # Set the working directory in the container WORKDIR /app # Copy the requirements.txt...

Memory tool unable to save and restore memories. After experiencing this problem, i asked agent to "test save and restore memory ``` Agent 0: Starting a message: { "thoughts": [...

**Issue Description:** First of all, thank you for the incredible work on Agent-Zero! The framework is truly impressive. I have been working on extending the code to fit my specific...