ml-intern / agent /tools

Commit History

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

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

Aksel Joonas Reedi lee101 commited on

Strip provider_specific_fields from research sub-agent messages
a2e8010

akseljoonas commited on

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

akseljoonas 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 commited on

Rewrite research workflow to lead with literature mining
3bf831e

akseljoonas commited on

Fix sandbox HF_TOKEN not available inside container
45e517a

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

Remove outdated-API flagging line from research prompt
f91e520

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

Use Haiku 4.5 for research sub-agent
eba82cc

akseljoonas commited on

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

akseljoonas commited on

Research stats tick every second via background timer
9d8d295

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

fix: move import/signature validation to sandbox, keep host-side lightweight
5f5c156

akseljoonas commited on

feat: emit tool_log events from research sub-agent for UI liveness
44be1d7

akseljoonas commited on

feat: add research sub-agent tool, slim down main agent system prompt
da0136f

akseljoonas commited on

Improve tool output quality: ANSI stripping, tail-biased truncation, noise suppression
c85e4f2

akseljoonas commited on

feat: cancel sandbox creation on user interrupt
e7524a8

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

fix: retry sandbox API calls on transient failures
c86aaa8

akseljoonas Claude Opus 4.6 commited on

chore: double sandbox command timeouts
aa0f54a

akseljoonas Claude Opus 4.6 commited on

chore: increase sandbox sleep_time to 45 min
9cd534c

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

stream sandbox creation logs to tool output, fix hf_jobs final status race
9d1a532

akseljoonas commited on

fix: increase sandbox sleep_time to 1500s
5a188fd

akseljoonas commited on

sync: org onboarding, model updates, sandbox cleanup, prompt fixes
5af3ab5

akseljoonas commited on

fix: buffer websocket events during disconnects and replay on reconnect
ca13fee

akseljoonas commited on

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

akseljoonas commited on

fix: use user OAuth token for job creation (has job.write on org)
d644dff

akseljoonas commited on

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

akseljoonas commited on

fix: pass user OAuth token to dataset inspection tool
061ebdc

akseljoonas commited on

fix: use correct HF API filter param and improve integration tests
b95477e

akseljoonas commited on

feat: add hf_papers tool for paper discovery and reading
64bf289

akseljoonas commited on

fix: remove TRANSFORMERS_VERBOSITY from sandbox env
574496f

akseljoonas commited on

feat: inject OAuth token as HF_TOKEN secret into sandbox Space
38ab4b6

akseljoonas commited on

feat: require sandbox_create approval before sandbox operations
642f202

akseljoonas commited on

fix: use OAuth token for sandbox creation instead of env HF_TOKEN
08153a8

akseljoonas commited on

feat: use hf_agent tool descriptions, hardware flavors, and default env
103298c

akseljoonas commited on