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
[package]
name = "disyn-runtime"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Budget manager, telemetry, and shell executor for the disyn agent pipeline"
repository = "https://github.com/89jobrien/disyn"

[dependencies]
async-trait.workspace = true
disyn-core = { path = "../disyn-core", version = "0.1.0" }
serde_json.workspace = true
tokio = { workspace = true, features = ["process"] }
tracing.workspace = true
uuid.workspace = true