mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
refactor: rename sandbox-daemon to sandbox-agent
This commit is contained in:
parent
f92ecd9b9a
commit
a49ea094f3
41 changed files with 808 additions and 134 deletions
|
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
name = "sandbox-daemon-universal-agent-schema"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
name = "sandbox-agent-universal-agent-schema"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
sandbox-daemon-agent-schema = { path = "../agent-schema" }
|
||||
sandbox-agent-agent-schema = { path = "../agent-schema" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
schemars = "0.8"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use schemars::JsonSchema;
|
|||
use thiserror::Error;
|
||||
use utoipa::ToSchema;
|
||||
|
||||
pub use sandbox_daemon_agent_schema::{amp, claude, codex, opencode};
|
||||
pub use sandbox_agent_agent_schema::{amp, claude, codex, opencode};
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema, ToSchema)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue