ml-intern / agent /core

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

Skip sandbox spaces for artifact metadata (#241)
1e1fe1f
unverified

lewtun HF Staff OpenAI Codex commited on

Add CLI local model support (#228)
4668dbd
unverified

lewtun HF Staff OpenAI Codex 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

Use HF username for personal trace uploads (#199)
71e1892
unverified

lewtun HF Staff OpenAI Codex commited on

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

Darshan Thakare lewtun HF Staff Codex commited on

Add DeepSeek V4 Pro model option (#189)
1b922dd
unverified

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

Track Pro conversions + credits top-up; emit user_id + new KPIs (#174)
2715896
unverified

Aksel Joonas Reedi commited on

Bill HF Jobs by namespace credits, drop Pro and org-join gating (#172)
bed4e38
unverified

Aksel Joonas Reedi commited on

Persist Space sessions in MongoDB (#170)
d9d9785
unverified

Aksel Joonas Reedi commited on

Recognize Pro OAuth users via isPro flag (#164)
895c557
unverified

Aksel Joonas Reedi commited on

Add web search so the agent can cite current sources (#159)
72f615f
unverified

Aksel Joonas Reedi commited on

Add Slack gateway (#116)
6155b26
unverified

lewtun HF Staff OpenAI Codex commited on

fix(session-uploader): forward user_id and total_cost_usd to dataset row (#153)
2d4ec20
unverified

Guillaume Salou commited on

Use `huggingface_hub.get_token()` for auth fallback (#126)
7a76ad1
unverified

abidlabs HF Staff Aksel Joonas Reedi akseljoonas HF Staff 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(doom_loop): normalize tool-call args before hashing (#119)
07c5699
unverified

d 🔹 d 🔹 Aksel Joonas Reedi commited on

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

lewtun HF Staff OpenAI Codex commited on

feat(session): include user_id and total_cost_usd in trajectory dump (#136)
645964c
unverified

Guillaume Salou 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

Switch from Bedrock to Anthropic endpoint as default. Include support for gpt-5.5 (#118)
0545e40
unverified

lewtun HF Staff OpenAI Codex commited on

feat(observability)
2a2e170
unverified

Aksel Joonas Reedi commited on

fix: route bedrock/ model ids via LiteLLM Bedrock adapter (#89)
ac55773
unverified

Guillaume Salou commited on

feat: route Claude via Bedrock inference profile (#82)
2fac9ff
unverified

Guillaume Salou 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

Make X-HF-Bill-To configurable via HF_BILL_TO env (default smolagents) (#57)
0b64e00
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

Deduplicate file re-reads via content hashing for local and sandbox tools
6d4f619

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 research sub-agent tool, slim down main agent system prompt
da0136f

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on