Releases: openperf/brief
Releases · openperf/brief
v1.0.0 — Initial Release
Brief Protocol v1.0.0
The first open protocol for explicit agent delegation.
Highlights
- Protocol Specification v1.2.0: Two-document system (.brief.md / .response.md) with optional trace.md for audit trails
- TypeScript SDK: Create, parse, sub-delegate, and trace — all in a few lines of code
- Cascading Delegation: Built-in support for A→B→C chains with depth control
- Fan-out/Fan-in: Native parallel delegation with result aggregation
- 37 Unit Tests: Full coverage across parser, brief, response, and trace modules
- 3 Runnable Examples: Simple delegation, cascade chain, and fan-out patterns
Install
```bash
npm install brief-sdk
```