@agentprodready/planning
v1.0.1
Published
**Planning engine contracts — turn objectives into executable plans for Runtime.**
Downloads
2,970
Readme
@agentprodready/planning
Planning engine contracts — turn objectives into executable plans for Runtime.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/planning |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You customize how hosts derive plans/workflows from agent objectives.
Prefer not to start here if Simple Agent API already embeds a reference planning path.
Install
npm install @agentprodready/planningSample
import type { PlanningEngine } from '@agentprodready/planning';
declare const planning: PlanningEngine;
// Hosts supply a planning adapter; Runtime consumes the resulting plan.
const plan = await planning.plan(/* PlanningRequest */);
console.log(plan);Ownership
| Owns | Does not own | |---|---| | Plan production contracts | Executing plans (Runtime); tool authorization (Security) |
Documentation
License
MIT © 2026 ameenmari
