AS

agent0ai/space-agent

Developer tools
1.3K stars Quality 61 Trend 61

The agent that re-shapes the Space

Overview

The agent reshapes the interface Ask for a page, tool, widget, or workflow and the agent can build it straight into the running workspace while you work. Endless possibilities The agent is not trapped inside a fixed product surface. It can develop the capabilities it needs from within the system itself and keep extending the Space toward whatever the user can imagine. The agent lives in the frontend runtime Space Agent runs in the browser layer itself, whether you open it in a tab or through the desktop app, so the agent can work directly with the same framework, modules, spaces, and UI it is reshaping. Text-based agent New capabilities can live in simple SKILL.md files that the agent can write and extend itself in plain text. Token-efficient execution No bulky tool-call JSON. When action is needed, the agent can stay in plain text and plain JavaScript inside the same message. Puzzle-piece modularity The core stays small.

README

Created by Agent Zero.

 

 

 

Why Space Agent Is Different

Try it in 30 seconds

space-agent.ai

Try our demo server with guest account.

Run it yourself

The desktop app

Grab the latest build from GitHub Releases. It runs everything as one app. No terminal required.

A real server, for you or your team

git clone https://github.com/agent0ai/space-agent.git
cd space-agent
npm install

# create yourself an admin
node space user create admin --password "change-me-now" --full-name "Admin" --groups _admin

# start the server
node space serve

For development

npm run dev # server with auto-reload

Open the checked-in VS Code launch entry Dev Server (npm run dev) when you want breakpoints in server/ code. It launches the same watcher and auto-attaches to the spawned node space serve process across restarts.

For production

node space set CUSTOMWARE_PATH=/srv/space/customware
node space supervise HOST=0.0.0.0 PORT=3000 # zero downtime auto-update

Run node space help to see the full command surface and built-in help for each from commands/params.yaml.

AI-driven development and documentation

Space Agent is developed by AI agents, including its documentation.

The framework keeps a DOX AGENTS.md hierarchy, plus skills and focused docs, so agents can understand ownership, architecture, workflows, and local implementation rules while they build and maintain the system autonomously.

DeepWiki covers the human-readable side of that same knowledge base. Together, this keeps the codebase and its documentation prepared for autonomous agent work, and helps the documentation keep up with the pace of AI-driven development instead of falling behind.

If you want the deep tour, start here:

View this README on GitHub

Recommended Tools

Try a different keyword or remove a filter.

Install

npx skillfish add agent0ai/space-agent