@agentproto/lesson
v0.1.0
Published
@agentproto/lesson — AIP-11 LESSON.md reference implementation. A markdown format for storing the transferable lessons an agent extracts from successful and failed runs — title, trigger, evidence, outcome — and a contract for how runtimes distill them and
Downloads
59
Maintainers
Readme
@agentproto/lesson
AIP-11 LESSON.md reference implementation. A markdown format for storing the transferable lessons an agent extracts from successful and failed runs — title, trigger, evidence, outcome — and a contract for how runtimes distill them and inject them back into future turns.
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-11
Usage
import { defineLesson } from "@agentproto/lesson"
const x = defineLesson({
id: "my-lesson",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
