Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into bence/boost-import-sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
benolt committed Nov 14, 2024
2 parents 6542b9d + dc115e9 commit f39829e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
include:
- arch: x86_64-unknown-linux-gnu
os: ubuntu-22.04
# - arch: x86_64-unknown-linux-gnu
# os: ubuntu-22.04
- arch: aarch64-apple-darwin
os: macos-14
- arch: x86_64-pc-windows-msvc
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions shinkai-bin/shinkai-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "shinkai_node"
version = "0.8.14"
version = "0.8.16"
edition = "2021"
authors.workspace = true
# this causes `cargo run` in the workspace root to run this package
default-run = "shinkai_node"

[build-dependencies]
shinkai_tools_runner = { version = "0.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }

[features]
default = []
Expand Down Expand Up @@ -77,7 +77,7 @@ num_cpus = "1.16.0"
async-lock = "2.4.0"
governor = "0.6.3"
lru = "0.7.0"
shinkai_tools_runner = { version = "0.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }

console-subscriber = { version = "0.1", optional = true }
bytes = "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion shinkai-libs/shinkai-lancedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uuid = { version = "1.6.1", features = ["v4"] }
shinkai_tools_primitives = { workspace = true }
shinkai_vector_resources = { workspace = true }
shinkai_message_primitives = { workspace = true }
shinkai_tools_runner = { version = "0.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }
regex = "1"
base64 = "0.22.0"
lancedb = "0.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use super::shinkai_lancedb_error::ShinkaiLanceDBError;
use super::shinkai_tool_schema::ShinkaiToolSchema;

// Note: Add 1 to the current number to force an old fashion migration (delete all and then add all)
pub static LATEST_ROUTER_DB_VERSION: &str = "5";
pub static LATEST_ROUTER_DB_VERSION: &str = "7";

// TODO: we need a way to export and import the db (or tables). it could be much faster to reset.

Expand Down
2 changes: 1 addition & 1 deletion shinkai-libs/shinkai-tools-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.26", features = [
"stream",
] }
anyhow = "1.0.86"
shinkai_tools_runner = { version = "0.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }

[dependencies.serde]
version = "1.0.188"
Expand Down

0 comments on commit f39829e

Please sign in to comment.