Skip to content
This repository was archived by the owner on Aug 1, 2026. It is now read-only.

Latest commit

 

History

245 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crew

The runtime and catalogue for autonomous knowledge work. Crew turns specified workflows into independently deployable agent services that run unattended — picking up work, executing it, opening artefacts for review, addressing feedback, and closing the loop.

Delivery is the first vertical: stories in, merge requests out. The substrate underneath is built so every later crew inherits crash recovery, audit, bounded loops, escalation, and cost ceilings for free.

Quick start

cp .env.example .env
cp crews/{crew}/.env.example crews/{crew}/.env
# fill in values in both files

pnpm install && pnpm build

cd crews/{crew}
pnpm start

The server starts on PORT (default 3000). Point a Jira webhook (issue transitioned) and a GitLab webhook (MR note) at the running service.

Repo at a glance

Path Purpose
crews/ Deployable agent crews. One container or one published CLI per crew.
packages/ Shared libraries — published to npm.
tooling/ Shared ESLint, Prettier, TypeScript, and Vitest configs.
docs/ Product strategy, roadmap, solution architecture, delivery approach, flow contracts, runbooks, ADRs.
contributing/ Step-by-step guides for adding personas and crews.

Boundaries: crews depend on packages; packages never depend on crews; no crew imports another crew. Enforced by pnpm lint.

Quality gates

pnpm lint       # dependency-cruiser boundary checks + ESLint
pnpm typecheck  # TypeScript across all packages and crews
pnpm test       # Vitest suite

CI (.github/workflows/ci.yml) runs format, lint, invariants, typecheck, test, and build on every PR. Docker image builds and CrewBench evals are out of scope for CI — verify locally or in a separate pipeline when that lands.

Where to next

Full doc index: docs/README.md.

Licence

Copyright (c) 2026 daddia. All rights reserved. Released under the MIT Licence.

About

Crew. Autonomous knowledge work agent teams.

Resources

Code of conduct

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages