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

**Context and Purpose:** This PR automatically remediates a security vulnerability: - **Description:** Detected the use of eval(). eval() can be dangerous if used to evaluate dynamic content. If this content...

## Description This PR introduces a native Electron desktop shell for Agent Zero. It wraps the existing Docker-based setup in a desktop application, providing a connection wizard, native window management,...

# Summary Replace browser-based clock with backend-driven system time display to show the Linux container's time instead of the user's browser time. ## Problem - UI clock displayed frontend (browser)...

Hello Developer Team, I would like to request two new features that would greatly improve the user experience when managing chats: 1. Chat Search Functionality A search bar or a...

Please implement https://codewiki.google/. It's free for open source/public repos.

Hi, I’m trying to build a custom Agent Zero Docker image from my Github fork using: FROM agent0ai/agent-zero-base:latest The build succeeds, but the container fails to start due to a...

- **Migrated user data to `/usr` directory:** Moved all persistent user data (chats, uploads, downloads, tasks, secrets, settings) from `/tmp` to `/usr` to centralize storage and simplify backups. - **Restructured...

when i download the files a0 created ,errors log below,how to fix it? ERROR [werkzeug] Error on request: Traceback (most recent call last): File "/opt/venv-a0/lib/python3.12/site-packages/werkzeug/serving.py", line 370, in run_wsgi execute(self.server.app)...

# Fix subordinate agent nudge reset and enable auto-nudge monitoring ## Summary This PR fixes a critical issue where manually nudging a subordinate agent would reset the entire agent chain...