@agentproto/operator
v0.1.0
Published
@agentproto/operator — AIP-9 OPERATOR.md reference implementation. A single canonical operator shell — pluggable profile, skills, tools, memory, governance — that any agent runtime can implement and any conforming workflow can dispatch to.
Maintainers
Readme
@agentproto/operator
AIP-9 OPERATOR.md reference implementation. A single canonical operator shell — pluggable profile, skills, tools, memory, governance — that any agent runtime can implement and any conforming workflow can dispatch to.
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-9
Usage
import { defineOperator } from "@agentproto/operator"
const x = defineOperator({
id: "my-operator",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
