Commit History

feat(agent): add open-ended research methodology
5f00812

yc1838 commited on

fix DSML token leak and use no-thinking model for all non-tool-bound paths
43d613a

yc1838 Claude Opus 4.6 commited on

add deepseek compatibility
28a277f

yc1838 commited on

update supervisor nudging logic and fix tests
bad5fbe

yc1838 commited on

lint
f797178

yc1838 commited on

lint
abd5331

yc1838 commited on

resolve merge conflict
22d6053

yc1838 commited on

feat: improve agent precision and formatting rules
dffb981

yc1838 commited on

feat: add format-strip finalizer and fail_safe fallback to supervisor_best_answer
52d9109

yc1838 commited on

feat: add supervisor review node to validate Final Answer candidates before finalization
7dec693

yc1838 commited on

feat: add print logs for memory, search, and tool operations
f09a362

yc1838 commited on

feat: supervisor requires concrete answer to finalize after nudge
acc2ffa

yc1838 commited on

GAIA_DATASET_SPLIT=validation
4787daf

yc1838 commited on

feat: supervisor uses extra strong model with cheap fallback
dfba75c

yc1838 commited on

strong model for supervisor
862063b

yc1838 commited on

feat: YouTube fallback strategy + dataset file logging + BLAS thread safety
6aa62ca

yc1838 commited on

print more logs
9d361f6

yc1838 commited on

feat: improve agent precision and formatting rules
87e87cc

yc1838 commited on

updated to print
0bfffbc

yc1838 commited on

normalizer added
c516e08

yc1838 commited on

feat: rate limit resilience + formatter safety + fail-safe hard-caps
c0072b1

yc1838 commited on

feat: pause batch on high rate limit window
2fade2b

yc1838 commited on

feat: handle rate limit streak and batch abort
a16b876

yc1838 commited on

feat: retry gaia task once after cooldown
dcd46a6

yc1838 commited on

feat: apply gemini cooldown to async model calls
d256c19

yc1838 commited on

feat: apply cooldown to bound model calls
69842d5

yc1838 commited on

feat: track batch rate limit window
388e04b

yc1838 commited on

feat: track per-question rate limit streaks
4103ce2

yc1838 commited on

feat: abort batch on gemini daily quota
8470935

yc1838 commited on

feat: add gemini cooldown registry
756ec1b

yc1838 commited on

feat: classify gemini client rate limits
03425af

yc1838 commited on

handle 429
9001c13

yc1838 commited on

fix
6b91a00

yc1838 commited on

fix 3 layer memory ststem
c338c4c

yc1838 commited on

better persistent memory fix
6b4f07b

yc1838 commited on

fix: tell model ~ paths work and warn against root='/' in find_files
5ef0b76

yc1838 Claude Opus 4.7 commited on

fix: add default excludes and truncation sentinel to find_files
0dc5c75

yc1838 Claude Opus 4.7 commited on

fix: expand ~ in fs tools, accept absolute glob patterns, add find_files
96fa5bb

yc1838 Claude Opus 4.7 commited on

feat: upgrade memory logic to use langmem.create_memory_manager
9f0689c

yc1838 commited on

fixed memory
0998adb

yc1838 commited on

fix: stop stripping function_call from additional_kwargs to preserve gemini thought_signatures
90d071c

yc1838 commited on

fix: preserve gemini thought_signatures required for tool calls
8a34f60

yc1838 commited on

feat: inject retrieved semantic and episodic memory into system prompt
5a76b7e

yc1838 commited on

feat: add episodic task summarization
6283426

yc1838 commited on

feat: add semantic memory extraction node using langmem
5a60732

yc1838 commited on

feat: replace MemorySaver with SqliteSaver for thread persistence
aab1b41

yc1838 commited on

feat: enhance LLM formatting capabilities and improve logging in various components
2ab31b4

yc1838 commited on

feat: implement robust web fetcher with redirect handling and add LLM-based answer formatting pipeline
c23b889

yc1838 commited on

feat: implement secure Python sandbox with process and Docker backends
f774338

yc1838 commited on

review: ship all 15 quick-win fixes from REVIEW.md via TDD
d474cf2

yc1838 commited on