Skip to content

Commit

Permalink
feat: haii
Browse files Browse the repository at this point in the history
chore: ..

chore: ..
  • Loading branch information
zeeshanlakhani committed May 1, 2024
1 parent 2d2ab28 commit bf786db
Show file tree
Hide file tree
Showing 38 changed files with 2,271 additions and 87 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }
1 change: 1 addition & 0 deletions .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exact-versions = true
[traversal-excludes]
workspace-members = [
"homestar-functions-add",
"homestar-functions-llm",
"homestar-functions-subtract",
"homestar-functions-test",
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
rust-toolchain: [stable, nightly, 1.75.0]
rust-toolchain: [stable, nightly, 1.77.0]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ examples/**/tmp/*

# npm packages
homestar-runtime/npm/binaries

# llm
models
*tar.gz
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ repos:
- id: check-json
- id: check-added-large-files
args: ["--maxkb=4000"]
exclude: examples-llm-workflows/models/.*
- id: detect-private-key
exclude: __testkey
- id: check-executables-have-shebangs
Expand Down
Loading

0 comments on commit bf786db

Please sign in to comment.