ml-intern / agent /context_manager

Commit History

refactor: simplify tool call validation and make interrupts cancel tool execution
960792d

akseljoonas Claude Opus 4.6 commited on

fix: correct context_length init and emit tool_call events for malformed calls
085cd02

akseljoonas commited on

fix: handle interrupt during streaming tool calls without corrupting context
a017896

akseljoonas Claude Opus 4.6 commited on

fix: recover malformed tool calls instead of crashing session
443a99a

akseljoonas Claude Opus 4.6 commited on

fix: normalize dict tool_calls from litellm streaming to proper ToolCall objects
f729708

akseljoonas akseljoonas commited on

feat: upgrade CLI with local tools, slash commands, and interrupt support
392de34

akseljoonas Claude Opus 4.6 commited on

fix: protect system prompt in undo, scan backwards for dangling tool calls, gate input on SDK status
f915e8e

akseljoonas commited on

fix: patch dangling tool calls on error, move undo to context manager
e9c82b7

akseljoonas commited on

fix: improve compaction summary prompt, remove sidebar status bar
831b2ca

akseljoonas commited on

fix: route all HF token usage through session.hf_token from OAuth
5510397

akseljoonas commited on

feat: restore sandbox tools and proactive compaction
a33baef

akseljoonas commited on

feat: merge HF Space improvements
bdbcdab

akseljoonas commited on

v3 prompt and tool desc rework
3f367da

akseljoonas commited on

adding compaction
0aec89b

akseljoonas commited on

adding whoami to system prompt
4197b96

akseljoonas commited on

integrated hf skills into the prompts
0610df6

akseljoonas commited on

loading date in system prompt, search code update (still not there)
0972775

akseljoonas commited on

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

akseljoonas commited on

Fixed assistant -> assistant messages after compaction
86c3c8b

Henri Bonamy commited on

prompt update and loading from file
cd123dd

akseljoonas commited on

prompt change
fb5f967

Henri Bonamy commited on

added compaction every x tokens
d574d65

Henri Bonamy commited on

intermediary commit
0c252e4

akseljoonas commited on

working events and session
8bff299

akseljoonas commited on

minimal impl. of the agent
f730cdd

akseljoonas commited on