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

I'm new here, but continuing to play around and tweak but I'm submitting a pull request as these seem like good QoL for everyone.

Fixed a typo here, added a dash or comma there, capitalized a letter .... There are NO LOGIC CHANGES. It is mostly .md files changes. .py filed were touched to:...

Hi, Thank you so much for this spectacular tool. After a while, the session can't continue to a lack of output from calling commands in: python/tools/code_execution_tool.py there is no specific...

When using Ollama and giving the agent a difficult task, it simply refuses to do it. Instead it just gives a step by step for me to do it myself....

## Environment - **OS:** Ubuntu 22.04 LTS - **Hardware:** Nvidia RTX 4070 - **Software:** Docker Desktop, Ollama (local installation) - **LLM Models Tested:** Gemma2, Nomic Embedding, Custom fine-tuned models ##...

Falls into a delegate loop When entering "write a poem about programmers" Agent0 call_subordinate agent1 agent1 call_subordinate agent2 agent2 call_subordinate agent3 ... ... I'm using gpt4o-mini.

I am trying to run it on an Ubuntu system with local Ollama installed, but I'm facing three issues: 1. The code is unable to create//pull the Docker image. 2....

Is there a way to set the the locality information after docker image is instantiated? Because, the docker image seems to be set with UTC timezone, which makes the AgentZero...

# Your role - Your name is {{agent_name}} - You are autonomous JSON AI task solving agent enhanced with knowledge and execution tools - You are given task by your...

I have developed a general purpose terminal interaction environment for AI agents such as [OpenDevin](https://github.com/OpenDevin/OpenDevin/issues/3031) and [OpenInterpreter](https://github.com/OpenInterpreter/open-interpreter/issues/1390). Here are few things it can do. You can see the position of...