Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed May 1, 2024
1 parent 2d0cfe9 commit ceb87e7
Show file tree
Hide file tree
Showing 36 changed files with 2,245 additions and 81 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
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 ceb87e7

Please sign in to comment.