k1dav-c /
agent-virtual-office
AI Agent Virtual Office — pixel-art workspace for watching agents work in real-time via MCP
Loading repository data…
Pixel-Process-UG / repository
Pixel-art virtual office for AI agent teams
A pixel-art virtual office where your AI agents live, work, and talk to each other. Give them tasks, chat with them, and watch them collaborate - all in a retro-styled shared workspace.
[!WARNING] Early Development - This project is under active development. Things will break, features are incomplete, and APIs may change without notice. If something doesn't work, it probably just hasn't been built yet. Contributions and bug reports are welcome!
git clone https://github.com/fwartner/agent-office.git
cd agent-office
npm install
The setup wizard runs automatically and walks you through backend, port, timezone, and optional integrations.
The map background uses the Office Tileset by Donarg (paid asset, not included). After purchasing:
cp "assets/pixelart/Office Tileset/Office Designs/Office Level 4.png" assets/pixelart/office-map.png
The app works without it - you'll just see a grid background instead.
npm run dev
Open http://localhost:4173 and start adding agents.
docker run -p 4173:4173 -v agent-office-state:/app/state ghcr.io/fwartner/agent-office:latest
Paste this into Claude Code:
Clone https://github.com/fwartner/agent-office.git, run npm install, then npm run dev.
Open the URL in my browser.
The setup wizard creates a .env file. Key options:
| Variable | Description |
|---|---|
DATABASE_URL | PostgreSQL URL (omit for SQLite, which works out of the box) |
TELEGRAM_BOT_TOKEN | Enable the Telegram bot |
SLACK_WEBHOOK_URL | Slack notifications |
GITHUB_TOKEN | GitHub integration |
LINEAR_API_KEY | Linear task sync |
Re-run the wizard anytime: npm run setup:force
Set TELEGRAM_BOT_TOKEN to enable. Commands: /agents, /tasks, /rooms, /status, /assign, /decide. Regular text messages are forwarded to the office chat, and office events are pushed back to Telegram.
See CONTRIBUTING.md for development setup and guidelines.
Florian Wartner - Pixel & Process
Selected from shared topics, language and repository description—not editorial ratings.
k1dav-c /
AI Agent Virtual Office — pixel-art workspace for watching agents work in real-time via MCP
mshadmanrahman /
Visualize AI agents as pixel art characters in a virtual office. VS Code/Cursor extension.