User
Write something
Agent Zero Community Call is happening in 20 hours
Pinned
Agent Zero v2.12 is out, with a Launcher update
File browser rebuilt: The File browser now has directory trees, list and icon views, sorting preferences, and its own Settings category. The Editor unifies text and code editing with syntax highlighting, line numbers, search, Markdown previews, and protection against conflicting saves. Remote file access: Browse and edit folders exposed by connected A0 CLI and Launcher instances directly from the Web UI, with granular permission checks. Transfers are hardened with streaming, integrity checks, atomic writes, configurable limits, and safe archive handling. Beta, feedback wanted - A0 Tag: With an Agent Zero instance open in a Launcher tab, press Ctrl/Cmd + Shift + Enter and ask A0 to do anything on your computer from the app you are in. It can also type text directly in place, currently in text editors, email clients, and custom fields. Credential fields are intentionally not supported for security reasons. Tell us what works and what does not. Browser and Desktop: Safari host-browser setup on macOS, Browser tabs that no longer get stuck loading, faster Browser and Desktop startup, and a draggable canvas rail that remembers its position with per-panel desktop and mobile visibility. Security: Fixed WhatsApp media path traversal, Telegram webhook authentication bypass, and IMAP sender-whitelist parsing bypass. If you use these integrations, please update. How to update CLI: open a terminal and type 'a0 update' Web UI: open Settings -> Check for updates -> Review update Launcher: close and reopen the app, then click the Update button New here? Install guide: https://www.agent-zero.ai/p/docs/installation Full changelogs: github.com/agent0ai/agent-zero
Agent Zero v2.12 is out, with a Launcher update
Pinned
🧑‍🚀 Meet Space Agent, our newest creation!
Hello everyone, Big announcement today. We are publicly releasing our newest creation — the Space Agent. This agent can completely change the way you use and experience AI agents. Claim your Space and try it now. No install. No configuration. Just your API key or local inference, and that's it -> https://space-agent.ai If you like Agent Zero, share and give us a Star on GitHub, or subscribe on YouTube to keep the momentum going!
BMAD x Superpowers x ECC
BMAD x Superpowers x ECC Separates BMAD, Superpowers, and ECC in a very simple way: BMAD = think and structure the project. Superpowers = execute the engineering work. ECC = expand the agent environment with additional capabilities. For small projects and everyday development tasks, such as features, bugs, refactoring, testing, and debugging, the recommended setup is: Claude Code + Superpowers For large or complex projects, the recommended flow is: BMAD → Superpowers BMAD handles the strategic side: discovery, project definition, PRDs, UX, architecture, epics, stories, and planning. Then Superpowers handles execution: understanding the task, planning, implementation, testing, debugging, review, and verification. ECC does not replace either of them. Instead, it works as an additional infrastructure layer that can provide capabilities such as: persistent memory security hooks automations MCP integrations specialized agents research and data collection specialized reviewers language- and framework-specific skills shared standards across projects The decision logic can be summarized like this: Not sure what to build? → BMAD Already know what to build and need to implement it properly? → Superpowers Need an extra operational capability for the agent or environment? → ECC The recommended configuration is: Claude Code + Superpowers → the default for most development work. BMAD → Superpowers → for larger or more complex projects. ECC → added selectively when there is a concrete need. The key idea is not to install or use the entire ECC stack by default. Treat ECC as a modular catalog of capabilities. Add memory, security, hooks, specialized agents, or other components only when they solve a real problem. In one sentence: BMAD thinks, Superpowers builds, and ECC enhances.
BMAD x Superpowers x ECC
Is this an Agent Zero bug using local models
From hours of troubleshooting, I used 3 different configs to test. "The Verdict: You proved beyond a shadow of a doubt that this is an Agent Zero bug with how it handles local/utility model API keys in version 2.12. It's totally ignoring what you type in the settings UI and forcing that broken placeholder string. Since the UI won't let you clear its localStorage through devtools, your two options are: 1. The Nuke: Quit Agent Zero entirely, delete or move ~/Library/Application Support/a0-launcher to force the app to rebuild its cache from scratch, and type the settings in fresh. 2. 3. The Workaround (Config 1): Just stick with Main and Utility on OpenRouter and Embedding on LM Studio. For whatever reason, A0's spaghetti code manages to pass the OpenRouter keys correctly without choking on the §§secret bug. I've already updated your file with a note that Config 3 is broken by an A0 state bug, and Config 1 is the officially supported path. You successfully chased the ghost out of the machine. It's a bug in their app, not your homelab. I'm glad to help the Agent Zero group. They only need to reach out to me....
0
0
Vercel EVE Framework Agent
In the **AGENTIC ERA**, and already entering the **LOOPy ERA**, Vercel is launching a framework for creating agents from a folder-based structure. ## What Is Vercel EVE? **Vercel EVE** is an open-source framework for building and deploying AI agents using an architecture based on files and folders. In practice, the entire agent is organized inside a single folder: ```text agent/ ├── agent.ts ├── instructions.md ├── skills/ ├── tools/ ├── subagents/ ├── connections/ ├── channels/ ├── schedules/ ├── sandbox/ └── evals/ ``` Each directory represents one of the agent’s capabilities: * `agent.ts`: defines the model and the main configuration; * `instructions.md`: contains the system prompt and global rules; * `skills/`: specialized procedures and knowledge; * `tools/`: functions the agent can execute; * `subagents/`: specialized agents for more complex tasks; * `connections/`: APIs, databases, and MCP servers; * `channels/`: Slack, Discord, an API, or a custom interface; * `schedules/`: automated and scheduled tasks; * `sandbox/`: isolated code execution; * `evals/`: behavior and security tests. EVE’s main differentiator is automatic component discovery. You do not need to manually import every skill, tool, or subagent into the main file. The framework scans the folder structure, identifies the components, and generates a manifest with everything connected. This turns the file system into a kind of declarative configuration for the agent. Instead of writing one massive central file: ```ts import toolA from "./tools/toolA"; import toolB from "./tools/toolB"; import skillA from "./skills/skillA"; import investigator from "./subagents/investigator"; ``` You simply place each component in the correct folder, and EVE handles the integration during compilation. In addition to organization, EVE adds capabilities required for production: * durable sessions; * recovery after failures or redeployments; * sandboxed code execution; * human approval for risky actions; * testing before deployment;
Vercel EVE Framework Agent
1-30 of 925
Agent Zero
skool.com/agent-zero
Agent Zero AI framework
Leaderboard (30-day)
Powered by