Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit History
Merge pull request #31 from huggingface/agent-improvements d95cff9
Aksel Joonas Reedi commited on
Fix premature agent loop exit in long-running autonomous tasks fdddeaa
feat: add headless CLI mode with local filesystem tools and rich terminal rendering af6a7ab
refactor: append dynamic session context after static system prompt for cache stability 110c57a
feat: LLM-based pruning for complex tool outputs (hf_jobs) 263e229
fix: also skip plan_tool from deterministic pruning 2383b4b
fix: skip research tool outputs in deterministic pruning 84633b2
Add deterministic pruning of old tool outputs before LLM compaction 06d26aa
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
fix: normalize dict tool_calls from litellm streaming to proper ToolCall objects f729708
feat: upgrade CLI with local tools, slash commands, and interrupt support 392de34
fix: protect system prompt in undo, scan backwards for dangling tool calls, gate input on SDK status f915e8e
fix: patch dangling tool calls on error, move undo to context manager e9c82b7
fix: improve compaction summary prompt, remove sidebar status bar 831b2ca
fix: route all HF token usage through session.hf_token from OAuth 5510397
feat: restore sandbox tools and proactive compaction a33baef
feat: merge HF Space improvements bdbcdab
v3 prompt and tool desc rework 3f367da
adding compaction 0aec89b
frontend update bbfa431
adding whoami to system prompt 4197b96
integrated hf skills into the prompts 0610df6
loading date in system prompt, search code update (still not there) 0972775
Added tools to create repos, view them, upload files to them (private). added a clock tool. 0c21cf1
Henri Bonamy commited on
added the explore subagent, quality ok but not perf 5e8489d
Fixed assistant -> assistant messages after compaction 86c3c8b
Henri Bonamy commited on
prompt update and loading from file cd123dd
prompt change fb5f967
Henri Bonamy commited on
added compaction every x tokens d574d65
Henri Bonamy commited on