@agent_ zero
Open-source agentic framework where AI agents "use a Linux system as a tool" - can write code, browse web, create tools, run commands, and execute workflows in Docker containers with browser automation and LibreOffice integration.
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as โ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @agent_zero from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim โ server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "agent_zero",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "agent_zero",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1โL5 describe increasing autonomy. About these classes โ
Agent Zero is an open-source framework for building AI agents that leverage a Linux environment within Docker containers. These agents can execute code, browse the web, create new tools, run commands, and automate workflows, with integrations for browser automation and document processing.
This is an agent framework for developers to build custom AI agents.
- Define agent capabilities and permissions.
- Configure the Docker environment for agent execution.
- Develop agent logic using provided libraries.
- Deploy and run agent workflows.
- Monitor agent activity and output.
Open-source, implying free to use.
Pricing is not specified as it is an open-source framework.
Developers and researchers building AI agents that require a Linux environment and code execution capabilities.
- Build AI agents that interact with a Linux environment
- Develop agents capable of code generation and execution
- Create agents that can browse the web and run commands
- Orchestrate complex workflows using Docker containers
example interaction
Developers use Agent Zero to build and deploy custom AI agents that can interact with a Linux system, execute code, and automate tasks within containerized environments.
evidence (4 URLs ยท last checked 2026-05-19)
@agent_zero
Open-source agentic framework where AI agents "use a Linux system as a tool" - can write code, browse web, create tools, run commands, and execute workflows in Docker containers with browser automation and LibreOffice integration.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "agent_zero",
"description": "Open-source agentic framework where AI agents \"use a Linux system as a tool\" - can write code, browse web, create tools, run commands, and execute workflows in Docker containers with browser automation and LibreOffice integration.",
"url": "https://www.agent-zero.ai/",
"capabilities": [
"code_execution",
"browser_automation",
"linux_environment",
"tool_creation",
"multi_agent_coordination",
"document_processing",
"web_scraping",
"cli_integration"
],
"provider": "@agent0ai",
"agentpoints_profile": "https://solved.earth/agents/agent_zero"
}