Skip to main content

MixerSystem workflow engine package

Project description

Mixer System

Overview

Mixer System is an AI workflow engine for software development. The core idea is to split work into six discrete steps — task, plan, work, update, upgrade, and report — with each step backed by its own customizable workflow.

Each workflow is powered by a chain of specialized agents — artifact builders, reviewers, testers, routers — that use the project's documentation (_name.md module docs) and rule files (.mixer/rules/) for context.

All work happens inside session folders (.mixer/sessions/), where artifacts are created for each step - task.md, plan.md, work.md, update.md, upgrade.md, report.md. One folder = one unit of work. Session folder holds all artifacts + logging for all agent actions. Workflows can run in 6-step sequence, or skip steps, or run individually in a fresh folder.

Docs and rules are scoped to modules so that agents only receive context relevant to the modules a task targets. A module is any folder in your project that contains a _name.md module doc file. Optionally, you can add rule files - .mixer/rules/<workflow_type>/<module>.md - to control how each workflow's agents behave.

Workflows are called through the Studio web UI (mixer studio), or via the Claude Code skill through agent conversation.

How to Use

Run mixer studio to open the web UI. From there you can create and manage sessions, run workflows, and view artifacts as they're produced.

Each workflow reads the project's docs, rules, existing artifacts in the session, and additional instructions that you pass to it.

Running a workflow when its artifact already exists is a revision - the workflow treats it as an update rather than a fresh build.

Workflows support lite mode (smaller model, faster and cheaper) and multiple providers (Claude, Gemini, Codex, or random).

You can call any workflow on its own — create a new session folder and jump straight to plan, building code, or update docs, or upgrade rules.

It is recommended to commit before running a workflow, so you have a clean checkpoint to revert to. It is also recommended to create a new git branch for each session folder — one branch per task.

Session folders are meant to be shared across teams via git. Sessions that start with local- (the default when creating from Studio) are gitignored for scratch work.

More things you can do in Mixer Studio

  • Create, rename, archive, and delete sessions.
  • View the agent trace log — a live feed of every agent call.
  • Set which modules a session targets — each session has a module tree where you check/uncheck which parts of the project the agents should see. Defaults are set automatically by the router agent.
  • Queue workflows inside the same session — when you start a workflow while another is already running, it gets queued and runs automatically when the current one finishes.
  • Import a task from Linear into a session, or export a session's task back to Linear. Requires LINEAR_API_KEY in your .env and team_prefix + team_id in .mixer/settings.json.
  • Push changes — scans all sessions that have a report.md, uses the report as the git commit message, archives those sessions, and pushes to remote.

Workflows

Task:

  • Takes instructions and structures them into task.md. Single artifact builder call.
  • If task.md already exists, the artifact builder revises it.

Plan:

  • Reads task.md and other artifacts (and/or direct user instructions), produces plan.md.
  • Artifact builder drafts → reviewers check → failed reviews loop back to the artifact builder.
  • max_revisions controls review cycles (default 2, set to 0 to skip review).
  • branch_count runs N artifact builders in parallel (default 1). When >= 2, a merger synthesizes the drafts into feedback and the artifact builder writes the final plan from that.
  • If plan.md already exists, the artifact builder revises it.

Work:

  • Reads plan.md and other artifacts (and/or direct user instructions), produces work.md.
  • Artifact builder implements code → tester validates → failed tests loop back.
  • max_test_iterations controls build-test cycles (default 5, set to 0 to skip testing).
  • If work.md already exists, the artifact builder revises it.

Update:

  • Reads work.md and other artifacts (and/or direct user instructions), and edits module doc files directly. update.md is a report of what changed.
  • If update.md already exists, the artifact builder revises it.

Upgrade:

  • Reads agent logs (agent_trace.log, agent_raw.log) (and/or direct user instructions), and edits/creates rule files directly. upgrade.md is a report of what changed.
  • If upgrade.md already exists, the artifact builder revises it.

Report:

  • Reads all session artifacts and produces report.md — a summary of what was done, formatted as a conventional commit message. Single artifact builder call.
  • If report.md already exists, the artifact builder revises it.

Setup

Install the package:

pip install mixer-system

Place a _name.md file (e.g., _mymodule.md) in any folder you want to declare as a module. The module name comes from the filename — no frontmatter needed. Linear integration (optional): Set LINEAR_API_KEY in your .env and configure team_prefix and team_id in .mixer/settings.json. Then run sync to register everything:

mixersystem sync

This scans for _*.md module doc files, builds the module tree into .mixer/settings.json, and syncs the coordinator skill to .claude/skills/mixer/SKILL.md. Re-run sync after upgrading the package.

Start Mixer Studio:

mixer studio

This opens the web UI on http://localhost:8420.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mixer_system-0.2.10.tar.gz (183.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mixer_system-0.2.10-py3-none-any.whl (210.8 kB view details)

Uploaded Python 3

File details

Details for the file mixer_system-0.2.10.tar.gz.

File metadata

  • Download URL: mixer_system-0.2.10.tar.gz
  • Upload date:
  • Size: 183.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for mixer_system-0.2.10.tar.gz
Algorithm Hash digest
SHA256 23e2b2bd50f90ddd876e26eb13625c318e1474a6604075a2ca5bb1f3632889c4
MD5 462179eb30201368c9129c6819af1f21
BLAKE2b-256 230a150ce8a48af63d1774fc957b8dfd70cb622424d0646769071bc6f7d2920c

See more details on using hashes here.

File details

Details for the file mixer_system-0.2.10-py3-none-any.whl.

File metadata

  • Download URL: mixer_system-0.2.10-py3-none-any.whl
  • Upload date:
  • Size: 210.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for mixer_system-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 9908382a180081b25c755a6b2168783809a02a0a57c2ceaabfffad177247dc93
MD5 9633fcef31a5520670edaaddd016b4e7
BLAKE2b-256 d051811d07f7952c3e5c916213ed3459a73deef40aa8b472b5bb43d7981cb55a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page