Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit History
Improve agent loop, tools, and research subagent for long-running autonomous tasks 73882d9
feat: add headless CLI mode with local filesystem tools and rich terminal rendering 577ec48
feat: LLM-based pruning for complex tool outputs (hf_jobs) d4b1495
Add deterministic pruning of old tool outputs before LLM compaction 64437d0
Add per-tool error limits and per-turn request cap 544a574
feat: add doom-loop detection for repeated tool call patterns d3bb2d2
feat: render cancelled tool state in UI after user interrupt 887da19
feat: kill sandbox processes and cancel HF jobs on user interrupt 3c91fc8
fix: auto-retry on truncated tool calls + correct activity status on refresh 8e63f40
fix: live event streaming after reconnection + LiteLLM timeout 47d6895
fix: clear pending_approval before tool execution starts c2a3f88
refactor: simplify tool call validation and make interrupts cancel tool execution f03cbf4
feat: CLI local mode, slash commands, interrupt support; remove lmnr; frontend fixes 82b0c13
fix: correct context_length init and emit tool_call events for malformed calls 288473a
fix: handle interrupt during streaming tool calls without corrupting context 4eb958e
fix: recover malformed tool calls instead of crashing session c7899fc
fix: properly close SDK message on error, show tool errorText b22c5f3
fix: patch dangling tool calls on error, move undo to context manager a1ce5bc
feat: resolve sandbox file paths and show tool description in status ae24efc
fix: route all HF token usage through session.hf_token from OAuth 33f29a8
feat: implement cooperative agent cancellation with cancel button ecbfd3c
feat: restore sandbox tools and proactive compaction a644598
feat: merge HF Space improvements 79b2fcc
adding compaction 369d828
sandbox working and agent can use it 786b8bc
add create sandbox tool 2464c2e
log streaming b7bfe6f
Henri Bonamy commited on
Add hf_repo_files and hf_repo_git tools bea6687
Fix: look for hardware_flavor at top level of tool_args, not nested ea8fe87
Merge configurable-permissions: add confirm_cpu_jobs, auto_file_upload, keep yolo mode d8e979d
fixing logs 990ecba
Add yolo mode for auto-approving tool calls f4655f7
cleaned comments f5e1da2
Yoan Di Cosmo commited on
Add auto_file_upload and confirm_cpu_jobs config settings 3fa386c
Yoan Di Cosmo commited on
subprocess uploading c60bea4
session logging fa4ba99
poc github tools ccbe2d2
Merge branch 'main' into private-repo-tool b70fed7
made cli able to take in copy pasted things 71477da
Added tools to create repos, view them, upload files to them (private). added a clock tool. 82baf19
Henri Bonamy commited on
reworked job tool descriptions + implemented batch processing for hf_job tool calls in cli 6e51e5b
color for output, tool output truncation, plan printing 258ab19
Henri Bonamy commited on
adding a user approval step to jobs api + ruff formatting 122b05c
prompt update and loading from file 5099f9d
added compaction every x tokens 8c943c2
Henri Bonamy commited on