feat: readiness tool (#4090)

Readiness flag with token-based subscription and async wait function
that waits for all the subscribers to be ready
This commit is contained in:
jif-oai
2025-09-23 17:27:20 +01:00
committed by GitHub
parent 664ee07540
commit 6cd5309d91
5 changed files with 269 additions and 0 deletions

View File

@@ -7,11 +7,14 @@ version = { workspace = true }
workspace = true
[dependencies]
async-trait = { workspace = true }
clap = { workspace = true, features = ["derive", "wrap_help"], optional = true }
codex-core = { workspace = true }
codex-protocol = { workspace = true }
serde = { workspace = true, optional = true }
toml = { workspace = true, optional = true }
thiserror = { workspace = true }
tokio = { workspace = true }
[features]
# Separate feature so that `clap` is not a mandatory dependency.