mirror of
https://github.com/openprose/prose.git
synced 2026-09-19 05:55:05 +08:00
23 lines
555 B
JSON
23 lines
555 B
JSON
{
|
|
"name": "open-prose",
|
|
"description": "Write a Markdown contract (`.prose.md`). Your agent reads it, wires services, runs subagents, and leaves an auditable trace.",
|
|
"version": "0.17.0",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/openprose/prose",
|
|
"author": {
|
|
"name": "OpenProse",
|
|
"url": "https://github.com/openprose"
|
|
},
|
|
"repository": "https://github.com/openprose/prose",
|
|
"skills": "./skills",
|
|
"keywords": [
|
|
"ai",
|
|
"agents",
|
|
"orchestration",
|
|
"dsl",
|
|
"prose",
|
|
"workflow",
|
|
"multi-agent"
|
|
]
|
|
}
|