Jochen
fb2cf6f898
fix for thinking budget and hardcoded max token on summary
2025-12-09 12:41:52 +11:00
Jochen
ae16243f49
Fix temperature param + add thinking for anthropic
...
The temperature param was not passed to the llm.
Now support anthropic models in 'thinking' mode.
2025-12-02 17:24:55 +11:00
Dhanji R. Prasanna
8928fb92be
append instead of replace system msg
2025-11-29 16:13:00 +11:00
Jochen
52f78653b4
add context window monitor
...
Writes the current context window to logs/current_context_window (uses a symlink to a session ID).
This PR was unfortunately generated by a different LLM and did a ton of superficial reformating, it's actually a fairly small and benign change, but I don't want to roll back everything. Hope that's ok.
2025-11-27 21:00:02 +11:00
Jochen
ad198a8501
add code exploration fast start
...
This tries to short-circuit multiple round-trips to llm for reading code.
It's a precursor to trying to context engineer tailored to specific tasks.
In initial experiments, it's only marginally faster than regular mode, and burns more tokens.
2025-11-25 22:51:32 +11:00
Jochen
a150ba6a55
adds ttl to cache control
2025-11-18 23:23:49 +11:00
Jochen
296bf5a449
adds cache_control
2025-11-18 22:38:52 +11:00
Dhanji R. Prasanna
cef234d91a
more color
2025-11-06 13:51:58 +11:00
Dhanji R. Prasanna
d78732df14
colors
2025-11-06 13:41:06 +11:00
Dhanji R. Prasanna
d007e8f471
improve code_search nudge and increase anthropic tmieout
2025-11-05 15:05:29 +11:00
Dhanji Prasanna
f89bbfc89a
fix final_output bug
2025-10-31 14:48:36 +11:00
Jochen
010a43d203
coach/player provider split + add OpenAI
...
Allows coach and player LLM providers to be separately specified.
Also adds OpenAI provider
2025-10-21 16:59:13 +11:00
Dhanji Prasanna
bb90cc7826
some fixes
2025-10-14 12:44:02 +11:00
Dhanji Prasanna
260c949576
token counting fixes
2025-10-09 12:11:21 +11:00
Dhanji Prasanna
046b54c49b
move embedded provider to a better crate
2025-10-01 15:19:37 +10:00
Dhanji Prasanna
5ef4a74468
minor
2025-09-26 21:38:01 +10:00
Dhanji Prasanna
dd20e0bb01
some cleanup of converstation mgmt
2025-09-22 20:38:44 +10:00
Dhanji Prasanna
64d2ac53a8
tweaks for streaming toolcalls
2025-09-22 14:25:04 +10:00
Dhanji Prasanna
9a5486f2a8
Fix for tool use
2025-09-20 20:17:50 +10:00
Dhanji Prasanna
444245d7dd
Readd the anthropic provider
2025-09-20 18:40:51 +10:00