Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 3.06 KB

File metadata and controls

46 lines (35 loc) · 3.06 KB

Allen Documentation

Allen is an agentic operating system for software development. These docs explain how to set up Allen, understand its main concepts, contribute safely, and operate the built-in agent/workflow system.

Start here

Core concepts

  • Workflows - repeatable multi-step processes for agent work.
  • Agents - configured AI workers with roles, tools, and permissions.
  • Teams - the seeded agent organization and responsibility model.
  • Skills - routing and operating guidance for choosing the right path.
  • Workspaces - isolated repo worktrees for agent tasks.
  • Artifacts - durable outputs from agents and workflows.
  • Integrations - GitHub, Linear, Slack, MCP, and provider connections.

Modules

  • Engine - workflow runtime and agent execution orchestration.
  • Server - API, persistence, integrations, workspaces, and dispatch.
  • UI - React app for chat, workflows, executions, workspaces, settings, and review.
  • Desktop - Electron host for the shared Allen product.
  • E2E - Playwright coverage for full-product flows.

Operations and setup

Contributor references