ml-intern / agent

Commit History

Fix: check isPro before plan string matching
ad0f35d
verified

Marco333 commited on

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

Aksel Joonas Reedi commited on

Make the CLI startup banner show the actual CLI default model (#122)
1bce0eb
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

Restore expired sessions via summary-based catch-up (#52)
962191f
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

Merge pull request #50 from huggingface/fix/ctrl-c-and-streaming-rework
1481358
unverified

Aksel Joonas Reedi commited on

Merge pull request #51 from huggingface/feat/hf-auto-routing
dc35197
unverified

Aksel Joonas Reedi commited on

Fix CLI particle logo text: ML AGENT → ML INTERN (#46)
8b5b1bf
unverified

Aksel Joonas Reedi commited on

Strip provider_specific_fields from research sub-agent messages
a2e8010

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

CLI: global Ctrl+C handling, progressive streaming, headless cleanup
f08efb1

akseljoonas HF Staff commited on

CLI /model: accept any inference-provider model id
1c0de34
unverified

Aksel Joonas Reedi 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

Rename CLI entry and Space assets from ml-agent to ml-intern
ae4a534

akseljoonas HF Staff commited on

Rewrite research workflow to lead with literature mining
3bf831e

akseljoonas HF Staff commited on

Suppress whoosh SyntaxWarning noise on startup
18ac8bd

akseljoonas HF Staff commited on

Update particle logo text to ML AGENT
b3993a3

akseljoonas HF Staff commited on

Add ml-agent CLI entry point and update README
275319a

akseljoonas HF Staff commited on

Fix sandbox HF_TOKEN not available inside container
45e517a

akseljoonas HF Staff commited on

Enhance terminal display with new markdown emphasis styles
e76b3d1

akseljoonas HF Staff commited on

Refactor approval handling and enhance markdown table styles
4501765

akseljoonas HF Staff commited on

Enhance user experience by clearing 'Waiting for approval' status immediately upon approval and refining markdown table styles for better readability and aesthetics.
4a5df81

akseljoonas HF Staff commited on

Add SOTA research guidance to main agent system prompt
6b54665

akseljoonas HF Staff commited on

Minimize S2 API calls: drop paper_details enrichment, add response cache, rate limit only with API key
84d6321

akseljoonas HF Staff commited on

Add Semantic Scholar integration: citation graph, filtered search, snippet search, recommendations
d81613f

akseljoonas HF Staff commited on

Use sandbox read endpoint for script resolution to avoid bash truncation
23be8d5

akseljoonas HF Staff commited on

Add message edit and regenerate from any point in conversation
0611031

akseljoonas HF Staff commited on

Remove outdated-API flagging line from research prompt
f91e520

akseljoonas HF Staff commited on

Add SOTA-awareness to research sub-agent system prompt
bdd77ee

akseljoonas HF Staff commited on

Update system_prompt_v3.yaml
a07515d

Aksel Joonas Reedi commited on

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

akseljoonas HF Staff commited on

Sync main.py: markdown stream buffer, shimmer timing fixes
477a013

akseljoonas HF Staff commited on

Only show plan_tool output in CLI, hide all other tool outputs
e296da8

akseljoonas HF Staff commited on

Use Haiku 4.5 for research sub-agent
eba82cc

akseljoonas HF Staff commited on

Use Haiku for research sub-agent when main model is Anthropic
fd87f8e

akseljoonas HF Staff commited on

Research stats tick every second via background timer
9d8d295

akseljoonas HF Staff commited on

Live research stats: tool count, tokens, elapsed time in header
a96af97

akseljoonas HF Staff commited on

Show full sub-agent tool call lines, no truncation
3d0a369

akseljoonas HF Staff commited on

Revert "Sub-agent log: tool_name → output_preview on one line"
a6c60ef

akseljoonas HF Staff commited on

Sub-agent log: tool_name → output_preview on one line
d1b62e5

akseljoonas HF Staff commited on

Log 20-char output preview for sub-agent tool calls
53f2739

akseljoonas HF Staff commited on