@agentproto/agent
v0.2.1
Published
@agentproto/agent — AIP-42 AGENT.md reference implementation. A markdown + frontmatter format for declaring a runnable agent — composes identity, persona, model, tools, actions, skills, workflows, runner, memory, governance, policy, and routines into a si
Maintainers
Readme
@agentproto/agent
AIP-42 AGENT.md reference implementation. A markdown + frontmatter format for declaring a runnable agent — composes identity, persona, model, tools, actions, skills, workflows, runner, memory, governance, policy, and routines into a single manifest. Standalone runnable in any AIP-9 OPERATOR-conforming runtime. Body is the system prompt. Operators (AIP-9) extend AGENT with organizational context (role, company binding, dynamic per-request resolution).
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-42
Usage
import { defineAgent } from "@agentproto/agent"
const x = defineAgent({
id: "my-agent",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
