orchestration integration (#623)

* orchestration integration

* Convert compact json to spaced json
This commit is contained in:
Shuguang Chen 2025-12-17 17:20:19 -08:00 committed by GitHub
parent d5a273f740
commit cb82a83c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1164 additions and 1 deletions

1
crates/Cargo.lock generated
View file

@ -2624,6 +2624,7 @@ version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"indexmap 2.9.0",
"itoa",
"memchr",
"ryu",