Ai Workflow Os banner
bangnevgo bangnevgo

Ai Workflow Os

AI community

Description

Append-only ledger + 5-state machine that keeps 6 divisions honest across 5 AI platforms (Claude, ChatGPT, Gemini). CLI for LLM agent workflow tracking: evidence-gated 'done', dependency holds, tamper-evident JSONL history, and Memory & Dreaming (Karpathy wiki pattern) cross-session memory for AI agents. Zero-dependency Python.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

python 3.9+ zero dependencies append-only ledger 5-state machine 37 tests passing Memory & Dreaming design

🤖 ai-workflow-os

One append-only ledger. Six business divisions. Five AI platforms. **Zero ops team.**

**TL;DR — keeping multiple AI agents in sync.** Running several LLM platforms (Claude, ChatGPT, Gemini, …) on the same work? This is a **single source of truth for AI agent teams**: an append-only, tamper-evident JSONL ledger where "done" is **evidence-gated**, closed projects are held by **open dependencies**, and cross-session memory is compiled from session logs using the **Memory & Dreaming / Karpathy wiki pattern** — so agents never overwrite each other's finished work.

You run Content, Marketing, Operations, Sales, Finance, and Website through **five different LLM platforms** — no ops team, just you and a fleet of agents. The hardest part is never the models. It's that every platform carries its *own* memory and its *own* interpretation of what happened.

Platform A says the page is live. Platform B, two days later, rebuilds that same page — it never knew the work was done. Platform C logs another division's work as its own, because it was only "helping".

**ai-workflow-os is the single source of truth they all have to agree on.** Agents may claim anything in