diff --git a/third_party/agent_runner/agent_state/Cargo.toml b/third_party/agent_runner/agent_state/Cargo.toml deleted file mode 100644 index 389fa74..0000000 --- a/third_party/agent_runner/agent_state/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "agent_state" -version = "0.1.0" -edition = "2021" -license = "SPECIFY A LICENSE BEFORE PUBLISHING" - -[dependencies] -bytes = "1.0" -chrono = { version = "0.4", default-features=false, features = ["serde"] } -futures-core = "0.3" -progenitor-client = "0.9.1" -reqwest = { version = "0.12", default-features=false, features = ["json", "stream"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -serde_urlencoded = "0.7" - diff --git a/third_party/agent_runner/nix-shell.nix b/third_party/agent_runner/nix-shell.nix index 34758e4..f8383e3 100644 --- a/third_party/agent_runner/nix-shell.nix +++ b/third_party/agent_runner/nix-shell.nix @@ -20,7 +20,7 @@ let gtk3 libsoup webkitgtk - appimagekit +# appimagekit librsvg cargo rustc diff --git a/third_party/agent_runner/src-tauri/Cargo.lock b/third_party/agent_runner/src-tauri/Cargo.lock index 3055027..1d27e2f 100644 --- a/third_party/agent_runner/src-tauri/Cargo.lock +++ b/third_party/agent_runner/src-tauri/Cargo.lock @@ -19,7 +19,7 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "agent_runner" -version = "0.1.24" +version = "0.1.25" dependencies = [ "base64 0.22.1", "bollard", diff --git a/third_party/agent_runner/src/components/types/src_tauri.ts b/third_party/agent_runner/src/components/types/src_tauri.ts index c97cdc0..26c3617 100644 --- a/third_party/agent_runner/src/components/types/src_tauri.ts +++ b/third_party/agent_runner/src/components/types/src_tauri.ts @@ -1,5 +1,5 @@ /* - Generated by typeshare 1.9.2 + Generated by typeshare 1.13.2 */ export enum AgentStatus { diff --git a/third_party/agent_runner/src/lib/components/ExchangeMetrics.svelte b/third_party/agent_runner/src/lib/components/ExchangeMetrics.svelte index 45d6f20..14b4435 100644 --- a/third_party/agent_runner/src/lib/components/ExchangeMetrics.svelte +++ b/third_party/agent_runner/src/lib/components/ExchangeMetrics.svelte @@ -208,7 +208,7 @@ export async function generateAlignedPriceMatrix() {
{currentDerolasVolume24h.toLocaleString('en-US', { style: 'currency', currency: 'USD' })} - +
diff --git a/third_party/agent_runner/src/lib/components/Metrics.svelte b/third_party/agent_runner/src/lib/components/Metrics.svelte index 7583fe7..391f0e0 100644 --- a/third_party/agent_runner/src/lib/components/Metrics.svelte +++ b/third_party/agent_runner/src/lib/components/Metrics.svelte @@ -1,5 +1,5 @@