ml-intern / agent /context_manager

Commit History

Add message edit and regenerate from any point in conversation
0611031

akseljoonas commited on

Improve agent loop, tools, and research subagent for long-running autonomous tasks
73882d9

akseljoonas commited on

feat: add headless CLI mode with local filesystem tools and rich terminal rendering
577ec48

akseljoonas commited on

refactor: append dynamic session context after static system prompt for cache stability
3ed5324

akseljoonas commited on

feat: LLM-based pruning for complex tool outputs (hf_jobs)
d4b1495

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: also skip plan_tool from deterministic pruning
e561d10

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: skip research tool outputs in deterministic pruning
c130bba

akseljoonas Claude Opus 4.6 (1M context) commited on

Add deterministic pruning of old tool outputs before LLM compaction
64437d0

akseljoonas Claude Opus 4.6 (1M context) commited on

refactor: simplify tool call validation and make interrupts cancel tool execution
f03cbf4

akseljoonas Claude Opus 4.6 commited on

fix: correct context_length init and emit tool_call events for malformed calls
288473a

akseljoonas commited on

fix: handle interrupt during streaming tool calls without corrupting context
4eb958e

akseljoonas Claude Opus 4.6 commited on

fix: recover malformed tool calls instead of crashing session
c7899fc

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas commited on

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

akseljoonas commited on

fix: improve compaction summary prompt, remove sidebar status bar
13ae315

akseljoonas commited on

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

akseljoonas commited on

feat: restore sandbox tools and proactive compaction
a644598

akseljoonas commited on

feat: merge HF Space improvements
79b2fcc

akseljoonas commited on

v3 prompt and tool desc rework
66647c8

akseljoonas commited on

adding compaction
369d828

akseljoonas commited on

adding whoami to system prompt
d9a3b65

akseljoonas commited on

integrated hf skills into the prompts
6735687

akseljoonas commited on

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

akseljoonas commited on

Added tools to create repos, view them, upload files to them (private). added a clock tool.
82baf19

Henri Bonamy commited on

added the explore subagent, quality ok but not perf
b6155b0

akseljoonas commited on

Fixed assistant -> assistant messages after compaction
a3268b6

Henri Bonamy commited on

prompt update and loading from file
5099f9d

akseljoonas commited on

prompt change
579e839

Henri Bonamy commited on

added compaction every x tokens
8c943c2

Henri Bonamy commited on

intermediary commit
1e9763b

akseljoonas commited on

working events and session
63e9959

akseljoonas commited on

minimal impl. of the agent
5fe810b

akseljoonas commited on