disyn-runtime 0.1.0

Budget manager, telemetry, and shell executor for the disyn agent pipeline
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# disyn-runtime

[![crates.io](https://img.shields.io/crates/v/disyn-runtime.svg)](https://crates.io/crates/disyn-runtime)

Budget manager, telemetry, and shell executor for the
[disyn](https://github.com/89jobrien/disyn) agent pipeline.

## Features

- `BudgetManager` — token budget enforcement with per-class tracking
  (neural, repair, replan)
- `ShellExecutor``ActionExecutor` implementation via subprocess
- Telemetry span integration

## License

MIT OR Apache-2.0