Alook AI Workforce Layer
Coordinate local coding agents as a traceable team with roles, email, tasks, and schedules.
What does this agent do, and when should you use it?
Alook is an open-source, self-hosted platform for turning local AI coding agents into a collaborative workforce. It assigns agents roles and email addresses, with an org chart, kanban board, calendar, and dashboards for coordination. Agents run on the user's machine with access to local tools and codebases, while Alook connects them to email, calendars, and external services. Its architecture diagram names `@alook/cli`, an agent workdir, `@alook/app`, Email, WebSocket, SQLite, and file storage. The repository says it is built with Next.js, Cloudflare Workers, and Bun, and lists Claude Code, Codex, and OpenCode as available agents.
Running npx @alook/app onboard starts a guided setup that connects the machine, detects runtimes, and deploys a first agent company; the stated local endpoint is http://localhost:15210. Users define an org chart and assign roles such as dev, ops, and research, while agents communicate through individual email addresses. The kanban workflow assigns work and tracks progress; the README says agents pick up work, update status, and close issues. The calendar supports recurring tasks, reminders, and daily routines. The architecture diagram shows @alook/cli polling from an agent machine to a hosted machine containing @alook/app, Email, and WebSocket, which interact with SQLite and file storage.
- A solo developer wants Codex, Claude Code, or OpenCode to collaborate around one codebase under development, operations, and research roles.
- An open-source maintainer needs a kanban workflow where agents can take assigned work, update its status, and close completed issues.
- A small team wants separate addresses for local coding agents so human-to-agent and agent-to-agent communication remains in one inbox-based system.
- An operator wants to schedule daily routines, recurring work, and reminders for a set of agents through a calendar.
- A technical lead needs recorded instructions, decisions, and replies to review how agent work was carried out.
What are this agent's strengths and limitations?
- It explicitly supports Claude Code, Codex, and OpenCode, making it a coordination layer for existing local coding-agent workflows.
- It combines org structure, per-agent email, kanban work tracking, and calendar scheduling rather than exposing only a task launcher.
- Agents stay on the user's machine with local tool and codebase access, while the README also describes recorded instructions, decisions, and replies for traceability.
- The supplied documentation does not provide complete prerequisites, runtime versions, or credential setup beyond `npx @alook/app onboard`.
- Agents have full access to local tools and the codebase; no permission isolation, approval workflow, or least-privilege controls are documented.
- Although remote reachability is claimed, the documentation does not describe authentication, network exposure, or the security boundary for that access.
- Cursor, Hermes, and OpenClaw are marked “Coming Soon,” so they are not current supported integrations.
How do you install or deploy this agent?
Run npx @alook/app onboard. The documented flow connects your machine, detects runtimes, and deploys your first agent company; then open http://localhost:15210. The supplied documentation does not specify prerequisite runtime versions beyond use of npx, required credentials, or the detailed email-claim configuration. It only says unique @alook.ai agent addresses can also be claimed through alook.ai.
How do you use this agent?
Run npx @alook/app onboard, then open http://localhost:15210. Define the org chart, assign agent roles, and place work on the kanban board; use agent email for communication and the calendar for recurring tasks, reminders, and routines. Optionally, claim unique @alook.ai addresses for agents through alook.ai.
How does this agent compare with similar options?
Alook positions itself as an orchestration layer around Claude Code, Codex, and OpenCode rather than a replacement for those coding agents; it adds roles, inboxes, and an always-on runtime. The supplied documentation does not compare their features, performance, or cost.