Skip to content

Commit 075c2e1

Browse files
Enhance session management by adding system info to prompts and refactor command execution in Bash handlers
1 parent f895760 commit 075c2e1

9 files changed

Lines changed: 241 additions & 941 deletions

File tree

computerUse.ts

Lines changed: 0 additions & 638 deletions
This file was deleted.

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"buildLocal": "deno compile --output build/ComputerUseAgent -A --unstable-ffi src/main.ts"
66
},
77
"imports": {
8+
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.7",
89
"@std/assert": "jsr:@std/assert@1",
910
"@db/sqlite": "jsr:@db/sqlite",
1011
"table": "jsr:@sauber/table",
11-
"anthropic": "npm:@anthropic-ai/sdk"
12+
"anthropic": "npm:@anthropic-ai/sdk",
1213
}
1314
}

deno.lock

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modularising_computeruse.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)