Skip to content

Commit

Permalink
chore(bee-agent-framework): update to 0.0.57
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pokorný <[email protected]>
  • Loading branch information
JanPokorny committed Jan 14, 2025
1 parent a60205f commit 5ce9395
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ WDU_URL=
# --- TOOLS SECTION ---

# Code Interpreter, see https://github.com/i-am-bee/bee-code-interpreter
BEE_CODE_INTERPRETER_URL=http://localhost:50051
BEE_CODE_INTERPRETER_URL=http://localhost:50081
BEE_CODE_INTERPRETER_CA_CERT=
BEE_CODE_INTERPRETER_CERT=
BEE_CODE_INTERPRETER_KEY=
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/sdk-node": "^0.54.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@zilliz/milvus2-sdk-node": "^2.4.4",
"@zilliz/milvus2-sdk-node": "^2.4.9",
"ajv": "^8.17.1",
"axios": "^1.7.7",
"bee-agent-framework": "0.0.55",
"bee-agent-framework": "0.0.57",
"bullmq": "^5.34.6",
"bullmq-otel": "^1.0.1",
"cache-manager": "^5.7.6",
Expand All @@ -63,7 +63,7 @@
"jose": "^5.6.3",
"json-schema-to-ts": "^3.1.0",
"mime": "^4.0.4",
"ollama": "^0.5.9",
"ollama": "^0.5.11",
"openai": "^4.67.3",
"openai-chat-tokens": "^0.2.8",
"openapi-fetch": "^0.10.2",
Expand All @@ -74,7 +74,7 @@
"remeda": "^2.2.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"yaml": "^2.5.0",
"yaml": "^2.6.1",
"yauzl": "^3.1.3",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
Expand Down
114 changes: 33 additions & 81 deletions pnpm-lock.yaml

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

0 comments on commit 5ce9395

Please sign in to comment.