TMPA

August 25, 2026 · View on GitHub

TMPA — Textual Multi-Agent Process Architecture

AI agents can produce results. Production systems must prove who was responsible, what was accepted, and why.

CodeFlowMu Open (Historical) · Explore FCoP · Explore the research site · 简体中文

GitHub stars TMPA V1.0 Release DOI TMPA OSF Registration 2jvqd FCoP DOI FCoP OSF Registration 92nwm Cite this repository TMPA Core S1.0 Implementation I1.0

Open-science citation records

WorkZenodo DOIOSF Registration
TMPA10.5281/zenodo.218884882jvqd
FCoP10.5281/zenodo.2045728592nwm

The Zenodo DOI records the citable release archive; the OSF Registration is the immutable, timestamped open-science snapshot.

CodeFlowMu product overview

CodeFlowMu product overview: TMPA theory, FCoP protocol, and CodeFlowMu runtime

Watch 12-second teaser Watch 60-second product film
Real PC and mobile captures · Chinese narration · multi-agent execution · final human approval


TMPA

TMPA (Textual Multi-Agent Process Architecture) is a vendor-neutral governance architecture for long-running work performed by AI agents and humans. It moves durable work facts out of volatile model memory, preserves responsibility across asynchronous execution, and reconstructs lifecycle, authority, conflict, and audit state from inspectable evidence.

This repository is TMPA's public research, specification, executable conformance, and evidence base. CodeFlowMu Open (site) is the frozen historical open-source edition, preserved at V1.2.29-open for engineering history, reproducibility, and research reference. It is not the current CodeFlowMu product distribution path. FCoP (site) is the MIT-licensed file-based behavior-governance protocol used across this engineering lineage.

If you are building agents that must survive restarts, handoffs, disputes, review, and real organizational accountability, this repository is for you. Star it to follow stable specifications, executable examples, and evidence-backed releases.

Start here

I want to…Best entry point
Inspect the historical open-source implementationGitHub · Historical site — frozen at V1.2.29-open; not the current product distribution path
Add file-based coordination to agentsGitHub · Protocol site — Python package, MCP server, and protocol
Understand the idea in five minutesWhy TMPA exists
Browse the complete project visuallyOpen Digital Employee Works →
Read the stable theory and specificationArchitecture A1.0 · Core S1.0
Run something nowExecute the S1.0 Reference Reader
Inspect the engineering claimImplementation Case I1.0 · Evidence package
Cite the workTMPA DOI · TMPA OSF 2jvqd · FCoP DOI · FCoP OSF 92nwm · CITATION.cff

Three public repositories, one system

RepositoryPrimary jobGitHubWebsite
TMPA / joinwell52Theory, specification, conformance, research, and evidenceSource & StarDigital Employee Works
FCoPFile-based behavior-governance protocol, Python package, and MCP serverSource & StarFCoP site
CodeFlowMu OpenHistorical open-source implementation and reproducibility recordSource & StarHistorical site

Each repository has one clear reason to be discovered and starred: TMPA explains and specifies; FCoP makes coordination reusable; CodeFlowMu Open preserves the historical public implementation that connected these ideas in a working product. The current CodeFlowMu product line is developed separately and is not represented by the frozen open repository.

Engineering origin: Xiaodian AI

The problem framing behind TMPA, FCoP, and CodeFlowMu did not begin with a paper definition. It grew out of engineering an enterprise AI application, Xiaodian AI. That work exposed two connected problems. The first was “who develops enterprise AI?”: one agent could not reliably own requirements, development, deployment, and acceptance, leading toward PM / DEV / OPS / QA, TASK / REPORT / ISSUE, and “files as protocol.” The second was “how should enterprise AI work inside a business?”: permission, query, analysis, action, and audit could not all be entrusted to one model; responsibilities had to be separated and inspectable facts retained. The first stream later developed into FCoP and CodeFlowMu; the second informed TMPA and the digital-employee architecture. They now meet again in the governed digital-employee production machine.

Current public boundary: The Xiaodian AI PWA Demo is now public for hands-on exploration; its source code and production systems remain private. The demo is a public experience entry point, not evidence of TMPA S1.0 conformance, independent validation, production readiness, or elimination of hallucinations.

Historical CodeFlowMu Open implementation

CodeFlowMu Open preserves the last open-source edition of the local application with its historical product site, PC Panel, Mobile PWA, project isolation, approval gates, FCoP work artifacts, and the fixed execution team PM / DEV / OPS / QA. EVAL observes delivery quality and risk independently.

Historical boundary: CodeFlowMu Open was frozen on 2026-08-22 at V1.2.29-open. The commands below are retained only for reproducibility and historical use. They are not the installation path for the current closed-source CodeFlowMu product line.

cd /d D:\
git clone https://github.com/joinwell52-AI/CodeFlowMu-open.git
cd CodeFlowMu-open
START-CODEFLOWMU-OPEN.bat

CodeFlowMu Open real product dashboard

Historical product capture · open the frozen repository for the preserved PC/PWA walkthrough.

Trace is not governance

Agent traces tell you what ran. Production governance must answer a harder set of questions.

Execution traceGovernance state
A tool returned successWas the result independently accepted?
A model said “done”Is there sufficient completion evidence?
A workflow reached its final nodeWas the lifecycle transition legal?
A log contains an actor nameDid that actor have authority?
Events have timestampsCan conflict and concurrency be reconstructed without inventing a false order?

TMPA treats work as durable governance objects rather than facts trapped inside a chat, process, or model session.

The architecture in one view

Architecture Paper A1.0       theory and design direction

Core Specification S1.0      normative objects, lifecycle, Reader, C01–C14

FCoP                         file-based coordination and evidence profile

CodeFlowMu V1.8.0            product Adapter and Governance Reader

Implementation Case I1.0     bounded, inspectable engineering evidence

Digital Employee apps        governed work in real production contexts

The direction matters. The architecture explains the theory; Core defines normative behavior; FCoP supplies a protocol profile; CodeFlowMu Open preserves the historical public implementation, while the current CodeFlowMu product line is developed separately; the case report states only what the exact-version evidence demonstrates.

Four connected rules

  1. Text carries durable messages and state. Work facts remain portable and inspectable outside any model session.
  2. Each writer owns a local serial stream. One actor cannot silently rewrite another actor's history.
  3. Multiple streams advance asynchronously. Collaboration preserves partial order and real concurrency.
  4. The Reader reconstructs governance state. Available evidence becomes lifecycle, responsibility, conflicts, judgments, and an explicit Issue Set.

TMPA Core is storage-neutral. Files, database rows, object-store items, or events may carry the same governance semantics.

Run the Reference Reader

The repository includes the complete TMPA Core S1.0 machine schemas, fixtures, profiles, author-produced Reference Reader, and C01–C14 runner.

Requirements: Node.js 20+.

git clone https://github.com/joinwell52-AI/joinwell52.git
cd joinwell52
npm ci
npm run demo
npm run tmpa:s1.0:conformance

npm run demo shows one delivery rejected because the developer reviews its own done claim, then accepted after independent QA evidence is added. This is a small TMPA specification demo; the historical public CodeFlowMu implementation is preserved in CodeFlowMu Open, while the current product line is separate.

Expected reference result:

PASS 14  ·  PARTIAL 0  ·  NOT RUN 0  ·  FAIL 0

This proves the frozen reference paths behave as tested. It is separate from the registered CodeFlowMu product run and is not independent certification. Read the conformance notes before interpreting the result.

Stable V1.0 publication set

PublicationWhat it answersRead onlineArtifact
Architecture Paper A1.0Why agent work needs a governance-state architectureWebPDF
Core Specification S1.0What objects, authority, lifecycle, Reader behavior, and conformance requireWebPDF
Implementation Case I1.0What CodeFlowMu V1.8.0 demonstrated against the exact S1.0 bundleWebPDF

The complete checksummed bilingual dossier, citation metadata, manifest, and release notes live in docs/public/releases/tmpa/v1.0/. Permanent archive: Zenodo 21888488.

Engineering evidence snapshot

I1.0 evaluates the actual CodeFlowMu V1.8.0 product path—GovernanceReader.readSync—against the frozen TMPA Core S1.0 bundle.

Evidence itemRecorded result
S1.0 criteria14 PASS / 0 PARTIAL / 0 NOT RUN / 0 FAIL
Mandatory assertions71 / 71 passed and recomputed
CodeFlowMu TMPA Runtime suite24 passed / 0 failed
CodeFlowMu Runtime full suite1,522 passed / 0 failed / 1 skipped
CodeFlowMu Shell coverage791 passed / 0 failed
Locked FCoP reference implementation1,210 passed / 2 skipped
Evidence integrity889 files covered by the internal SHA-256 manifest

Inspect the exact-version registration or download the locked evidence archive and its SHA-256.

Claim boundary: this is author-run evidence for one exact implementation revision and one exact input bundle. It is not independent certification, universal conformance, proof of semantic truth, or proof that hallucinations have been eliminated.

Public access and open-source status

Transparency matters more than an attractive label:

ComponentAvailable in this repository?Current status
TMPA papers, specifications, diagrams, and researchYesPublicly readable and citable
S1.0 schemas, fixtures, runner, and Reference ReaderYesSource-visible and executable
CodeFlowMu conformance evidenceYesFrozen evidence and exact-version registration
FCoP GitHub · SiteSeparate repositoryMIT-licensed protocol, Python package, and MCP server
CodeFlowMu Open GitHub · SiteSeparate repositoryMIT-licensed historical open implementation; frozen at V1.2.29-open

The TMPA research content in this repository uses the terms in LICENSE.md. The two software repositories above carry their own MIT licenses. Their licenses and product boundaries are intentionally separate from the TMPA publication license.

Research and production system

Beyond the stable TMPA line, this repository contains a governed research production environment: source intelligence, Daily/Weekly/Academic/Program runtimes, research skills, publication gates, validators, and the VitePress site.

Pinned articles can be registered here before external publication, then updated in the same row with each platform URL. The regular external-publication log starts on 2026-08-12; earlier history is not backfilled. Chinese, English, and platform links for the same article stay together in one row. There are now six registered external channels: CSDN, DEV Community, Cursor Forum, OpenAI Developer Community, Zenodo, and Juejin. CSDN, DEV, and Juejin carry republished articles; Cursor Forum and OpenAI Developer Community support technical discussion; Zenodo provides research archiving and discovery.

#ArticlePublished versionsSummary
📌From SaaS to SaaW: When a Codebase Starts “Developing Itself”Research Center 中文 · Research Center EnglishDerives SaaW from governance, TMPA, FCoP, Agent PC, CodeFlowMu, and Self-Morphing while separating verified capabilities from the research frontier.
01Trace Is Not Governance: From Work Facts to SaaWResearch Center 中文 · Research Center English · CSDN 中文 · Juejin 中文 · DEV English · Cursor Forum EnglishStarts from the boundary between Trace and Governance, then connects TMPA, FCoP, CodeFlowMu, the Meta-Development Runtime, and governed Self-Morphing into an engineering path toward SaaW.
02One Agent Said “Done.” Why Didn't the Team Release It?Research Center 中文 · Research Center English · CSDN 中文 · Juejin 中文 · DEV EnglishShows how DEV, subexecution, PM, and QA rebuilt disk, Git, report, and test evidence before accepting a completion claim.
03Agent Capabilities Are Being Packaged as Skills, Plugins, and ContractsResearch Center 中文 · Research Center English · CSDN 中文 · DEV EnglishReusable agent capability is moving from hidden prompts toward inspectable skills, plugins, interfaces, workflow nodes, events, and minimum capability contracts.
04Durable Agent Runtime Is Becoming the BaselineResearch Center 中文 · Research Center English · CSDN 中文 · DEV EnglishLangGraph, OpenHands, CrewAI, and AutoGen show that durable state, interruption, recovery, isolation, observability, and explicit completion control are becoming runtime fundamentals.

Additional reference: Digital Employee Production Machine Architecture V0.3.1 Draft.

These outputs may interpret TMPA or inform future work, but they do not override Core S1.0.

Repository map

.
├── docs/
│   ├── en/ and zh/                  bilingual research site
│   └── public/
│       ├── spec/tmpa/s1.0/          machine-readable contracts
│       ├── releases/tmpa/v1.0/      checksummed publication dossier
│       └── evidence/tmpa/i1.0/      locked CodeFlowMu evidence
├── research/
│   ├── conformance/tmpa-core-s1.0/  Reference Reader, fixtures, results
│   ├── runtime/                      governed execution records
│   ├── intelligence/                 source registry and research signals
│   └── skills/                       staged research work contracts
├── scripts/                          validation, projection, and site tooling
└── .github/workflows/                validation, scheduling, Pages deployment

Contribute, cite, and follow

If this work helps you reason about accountable AI work, give the repository a Star and share the specific artifact you found useful.


Zhu Wei / 朱卫 · joinwell52-AI

Digital Employee Works · Zenodo DOI · 中文 README