@agentproto/playbook
v0.1.0
Published
@agentproto/playbook — AIP-12 PLAYBOOK.md reference implementation. A markdown format for prompt-overlay fragments that ride on top of an operator's persona, plus a contract for how runtimes evolve them via reflective deltas without violating locked perso
Maintainers
Readme
@agentproto/playbook
AIP-12 PLAYBOOK.md reference implementation. A markdown format for prompt-overlay fragments that ride on top of an operator's persona, plus a contract for how runtimes evolve them via reflective deltas without violating locked persona traits.
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-12
Usage
import { definePlaybook } from "@agentproto/playbook"
const x = definePlaybook({
id: "my-playbook",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
