Skip to content

Commit e4b5892

Browse files
fix(deepagents): runtime agnostic sandbox operations (#197)
* fix(modal): add token to run in CI * improve fs operations * format * changesets
1 parent 7cf506e commit e4b5892

File tree

5 files changed

+432
-524
lines changed

5 files changed

+432
-524
lines changed

.changeset/honest-ravens-follow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@langchain/modal": patch
3+
"deepagents": patch
4+
---
5+
6+
fix(deepagents): runtime agnostic sandbox operations

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@ jobs:
164164
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
165165
DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }}
166166
DAYTONA_API_KEY: ${{ secrets.DAYTONA_API_KEY }}
167+
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
168+
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}

0 commit comments

Comments
 (0)