What OpenProse does

OpenProse is a natural-language agent framework that lets teams define AI agent behavior using Markdown-based contracts rather than chained prompts. Each agent responsibility is declared with clear inputs, outputs, and execution strategy, so agent logic can be versioned, reviewed, and maintained like code.

Key capabilities

The framework centers on declarative requires/ensures contracts written in Markdown. It includes Forme, a dependency-injection system that connects services by matching their contracts, and is designed to be framework-agnostic, working across harnesses such as Claude Code, OpenCode, and Codex. The language spec and runtime are open source under an MIT license and available on GitHub. The company uses OpenProse internally to run go-to-market, marketing, and operations tasks like competitor intelligence and lead enrichment.

Who it's for

It is aimed at development teams and technical leaders who want reproducible AI workflows and reviewable, git-tracked agent logic instead of ad hoc prompt chains.