mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
feat: add universal agent schema
This commit is contained in:
parent
1ac5a0a23a
commit
f5e7ec943c
3 changed files with 1192 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "error"
|
||||
name = "sandbox-daemon-error"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
|||
10
engine/packages/universal-agent-schema/Cargo.toml
Normal file
10
engine/packages/universal-agent-schema/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "sandbox-daemon-universal-agent-schema"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
sandbox-daemon-agent-schema = { path = "../agent-schema" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
1181
engine/packages/universal-agent-schema/src/lib.rs
Normal file
1181
engine/packages/universal-agent-schema/src/lib.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue