Skip to content
@openplaybooks-dev

openplaybooks-dev

OpenPlaybooks

AI Agent harnessing for durable autonomous playbooks.

npm version GitHub stars License: MIT Node TypeScript

Converge · npm · Docs · Examples


What we build

The current AI agent landscape is powerful, but still fragmented and manual. We have good models, good tools, and good skills, but turning them into a reliable workflow for complex work still takes a lot of glue.

OpenPlaybooks builds the framework for autonomous playbooks — versioned, inspectable markdown artifacts that chain tasks and skills into a workflow an agent can run end to end, with checks, retries, and self-correction built into the loop.

Not a static workflow. A living playbook.


Flagship project

A build system for AI agents. You write playbooks as markdown files and folders; Converge compiles them into a DAG and dispatches AI agents to run it. Diverge → converge: break a big problem into independent pieces, run them in parallel, assemble the result.

  • Checks, not vibes — shell-command verification (tsc, eslint, tests). No LLM judging its own output.
  • Fingerprint caching — SHA-256 per node. Kill at task 47; resume from what completed.
  • DAG, not context window — each TASK.md fits in one window. The runtime chains them. 670 tasks, zero lost context.
  • Swap providers, not workflows — Claude, Gemini, Kimi, Qwen, Codex behind one config.

Packages

All packages are published under the @openplaybooks npm scope.

Core

Package Purpose
@openplaybooks/converge CLI for Converge — converge init, converge add, converge run
@openplaybooks/converge-core Build system engine — plan, execute, verify, fix, ship
@openplaybooks/agentfn Unified agent interface — switch between Claude, Kimi, Qwen, Gemini in one call

Provider adapters

Package Purpose
@openplaybooks/claudefn Claude Code CLI as a function
@openplaybooks/codexfn OpenAI Codex CLI as a function
@openplaybooks/geminifn Gemini CLI as a function — with agentic loops
@openplaybooks/kimifn Kimi CLI as a function — with agentic loops
@openplaybooks/qwenfn Qwen CLI as a function — with agentic loops
@openplaybooks/acpfn Anthropic Client Protocol (Claude Agent SDK) as a function
@openplaybooks/openfn Opencode AI client as a function
@openplaybooks/deepcodefn HKUDS DeepCode CLI as a function

Utilities & benchmarks

Package Purpose
@openplaybooks/codets Fluent, indentation-aware source code emitter for TypeScript/JSX
@openplaybooks/converge-provider-benchmark Deep journal analysis for comparing AI backends across playbook runs
@openplaybooks/converge-swebench SWE-bench Lite runner for Converge
@openplaybooks/converge-tbench Terminal-bench runner for Converge

Get started

# 1. Install
npm install -g @openplaybooks/converge

# 2. Bootstrap a project
converge init --name=my-project --provider-template=codex

# 3. Run a built-in example, or generate one from a prompt
converge add --from-example hello-world
converge run

The five-minute walkthrough: Your first playbook.

⚠️ Converge dispatches AI agents that call LLM APIs. A playbook can consume tens of millions of tokens — pick a cheap model in the provider config.


Links


MIT licensed. Copyright © 2026 Converge Framework Contributors.

Popular repositories Loading

  1. converge converge Public

    Long-running AI agents that adapt until outcomes converge.

    TypeScript 3 1

  2. Claude-Code-Game-Studios Claude-Code-Game-Studios Public template

    Forked from Donchitos/Claude-Code-Game-Studios

    Turn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy.

    Shell

  3. OpenMontage OpenMontage Public

    Forked from calesthio/OpenMontage

    World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.

    Python

  4. converge-godogen converge-godogen Public

    Forked from htdt/godogen

    Autonomous game development for Godot and Bevy with Claude Code and Codex

    Python

  5. converge-stack converge-stack Public

    Forked from garrytan/gstack

    Use Garry Tan's exact Claude Code setup drive by Converge's playbook, turn the manual development workflow into a fully automated playbook

    TypeScript

  6. converge-agent converge-agent Public

    Forked from addyosmani/agent-skills

    Converg's Playbook for Production-grade engineering skills for AI coding agents.

    Shell

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…