Skip to content

Commit

Permalink
feat: replace parse-eval with mathjs for calculator tool
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jun 14, 2024
1 parent 12a35fd commit cad40ec
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 26 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
"del-cli": "^5.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"expr-eval": "^2.0.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"llamaindex": "^0.3.16",
"mathjs": "^13.0.0",
"np": "^10.0.5",
"npm-run-all2": "^6.2.0",
"only-allow": "^1.2.1",
Expand All @@ -139,8 +139,8 @@
"@langchain/core": "^0.2.6",
"@nangohq/node": "^0.39.33",
"ai": "^3.1.30",
"expr-eval": "^2.0.2",
"llamaindex": "^0.3.16",
"mathjs": "^13.0.0",
"twitter-api-sdk": "^1.2.1"
},
"peerDependenciesMeta": {
Expand All @@ -162,10 +162,10 @@
"ai": {
"optional": true
},
"expr-eval": {
"llamaindex": {
"optional": true
},
"llamaindex": {
"mathjs": {
"optional": true
},
"twitter-api-sdk": {
Expand Down
87 changes: 70 additions & 17 deletions pnpm-lock.yaml

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

Loading

0 comments on commit cad40ec

Please sign in to comment.