ml-intern / agent /core /agent_loop.py

Commit History

Add CLI sandbox runtime and fix HF Jobs script paths (#237)
b05b6f5
unverified

lewtun HF Staff OpenAI Codex commited on

Create Hub artifact collections lazily (#245)
60474c1
unverified

lewtun HF Staff OpenAI Codex commited on

Implement `/resume` command for CLI (#233)
0321690
unverified

cmpatino HF Staff lewtun HF Staff commited on

Add ML Intern Hub artifact metadata (#225)
4fc6e96
unverified

lewtun HF Staff OpenAI Codex commited on

Add CI for tests and Ruff (#217)
754345f
unverified

lewtun HF Staff OpenAI Codex commited on

fix(compaction): break infinite loop + truncate oversized messages (#213)
d84b454
unverified

Guillaume Salou commited on

Auto-start CPU sandboxes for sessions (#200)
8615c28
unverified

lewtun HF Staff Codex commited on

Add session YOLO auto-approval budget (#201)
77324b8
unverified

lewtun HF Staff Codex commited on

Auto-share session traces to a private HF dataset (#193)
0bd7547
unverified

Darshan Thakare lewtun HF Staff Codex commited on

feat(telemetry): track 5 untracked Bedrock call sites for full cost attribution (#179)
7867a7a
unverified

Guillaume Salou commited on

Add Slack gateway (#116)
6155b26
unverified

lewtun HF Staff OpenAI Codex commited on

Preserve streamed thinking metadata with live model tests (#150)
d408a51
unverified

Aksel Joonas Reedi commited on

Preserve thinking state across tool turns (#143)
59b2038
unverified

Aksel Joonas Reedi commited on

Keep repetition guard internal (#144)
e8ed637
unverified

Aksel Joonas Reedi commited on

fix(cli): persist HF user id in saved sessions (#146)
2083476
unverified

lewtun HF Staff OpenAI Codex commited on

Run jobs under user or org accounts with upgrade / org-pick UX (#132)
ff8c636
unverified

Aksel Joonas Reedi commited on

Fix CLI rendering corruption and split CLI/frontend model defaults (#121)
3eec386
unverified

Aksel Joonas Reedi commited on

feat(observability)
2a2e170
unverified

Aksel Joonas Reedi commited on

feat: enable Anthropic prompt caching on system prompt and tools (#69)
5d357ba
unverified

XciD7 commited on

fix /model switcher with effort params
e2552e8
unverified

Aksel Joonas Reedi commited on

Read max context from litellm + compact at 90% (#54)
28b8f2b
unverified

Aksel Joonas Reedi commited on

Fix parallel-research display: per-call stats in CLI and web UI (#49)
5ab7c4e
unverified

Aksel Joonas Reedi lee101 commited on

Route HF inference through /v1 auto-router + add reasoning_effort knob
0a9e96d

akseljoonas HF Staff commited on

Fall back to user HF token for router when INFERENCE_TOKEN is unset (#39)
182ddee
unverified

Aksel Joonas Reedi Claude Opus 4.7 (1M context) commited on

Refactor approval handling and enhance markdown table styles
4501765

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff Claude Opus 4.6 (1M context) commited on

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

akseljoonas HF Staff Claude Opus 4.6 (1M context) commited on

Add per-tool error limits and per-turn request cap
544a574

akseljoonas HF Staff commited on

feat: add doom-loop detection for repeated tool call patterns
d3bb2d2

akseljoonas HF Staff commited on

feat: render cancelled tool state in UI after user interrupt
887da19

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: kill sandbox processes and cancel HF jobs on user interrupt
3c91fc8

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: auto-retry on truncated tool calls + correct activity status on refresh
8e63f40

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: live event streaming after reconnection + LiteLLM timeout
47d6895

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: clear pending_approval before tool execution starts
c2a3f88

akseljoonas HF Staff Claude Opus 4.6 commited on

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

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: CLI local mode, slash commands, interrupt support; remove lmnr; frontend fixes
82b0c13

akseljoonas HF Staff Claude Opus 4.6 commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: recover malformed tool calls instead of crashing session
c7899fc

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: properly close SDK message on error, show tool errorText
b22c5f3

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

feat: resolve sandbox file paths and show tool description in status
ae24efc

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

feat: implement cooperative agent cancellation with cancel button
ecbfd3c

akseljoonas HF Staff commited on

feat: restore sandbox tools and proactive compaction
a644598

akseljoonas HF Staff commited on

feat: merge HF Space improvements
79b2fcc

akseljoonas HF Staff commited on

adding compaction
369d828

akseljoonas HF Staff commited on

sandbox working and agent can use it
786b8bc

akseljoonas HF Staff commited on