Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit History
refactor: simplify tool call validation and make interrupts cancel tool execution 960792d
fix: correct context_length init and emit tool_call events for malformed calls 085cd02
fix: handle interrupt during streaming tool calls without corrupting context a017896
fix: recover malformed tool calls instead of crashing session 443a99a
feat: upgrade CLI with local tools, slash commands, and interrupt support 392de34
fix: properly close SDK message on error, show tool errorText c68afb6
fix: patch dangling tool calls on error, move undo to context manager e9c82b7
remove lmnr dependency 1de37c8
feat: resolve sandbox file paths for hf_jobs script display 555a204
fix: route all HF token usage through session.hf_token from OAuth 5510397
feat: implement cooperative agent cancellation with cancel button 2bc3b1a
feat: restore sandbox tools and proactive compaction a33baef
feat: merge HF Space improvements bdbcdab
adding compaction 0aec89b
sandbox working and agent can use it 8ded4a9
add create sandbox tool 8222392
log streaming 226dea1
Henri Bonamy commited on
Add hf_repo_files and hf_repo_git tools 8b2c9e3
Fix: look for hardware_flavor at top level of tool_args, not nested 5d45d14
Merge configurable-permissions: add confirm_cpu_jobs, auto_file_upload, keep yolo mode 9bb2fc3
fixing logs 67f8ace
Add yolo mode for auto-approving tool calls 803b966
cleaned comments 5ede083
Yoan Di Cosmo commited on
Add auto_file_upload and confirm_cpu_jobs config settings 4a6892c
Yoan Di Cosmo commited on
subprocess uploading f8d6755
session logging 8d46a58
poc github tools a6dcda8
Merge branch 'main' into private-repo-tool b7b2c0c
made cli able to take in copy pasted things a84363c
Added tools to create repos, view them, upload files to them (private). added a clock tool. 0c21cf1
Henri Bonamy commited on
reworked job tool descriptions + implemented batch processing for hf_job tool calls in cli 1598bb4
color for output, tool output truncation, plan printing 1297e91
Henri Bonamy commited on
adding a user approval step to jobs api + ruff formatting 927e50a
prompt update and loading from file cd123dd
added compaction every x tokens d574d65
Henri Bonamy commited on