Jochen
|
7b47495881
|
Document retry config location and verify planning mode logic
Add documentation for retry configuration in planning mode:
- Document retry settings in .g3.toml under [agent] section
- Note RetryConfig implementation in g3-core/src/retry.rs
- Clarify hardcoded vs config-based retry values
Verify existing retry loop and coach feedback parsing:
- Confirm execute_with_retry() handles recoverable errors
- Document feedback extraction source priority order
- Provide manual verification steps for testing
|
2025-12-11 14:56:27 +11:00 |
|
Jochen
|
ff8b3e7c7b
|
Implement planning mode
|
2025-12-09 17:03:53 +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 |
|
Jochen
|
09dbad2d68
|
allow multiple tool calls, log warnings if there are duplicate calls.
controlled via a flag to the agent config:
allow_multiple_tool_calls = true
|
2025-11-21 10:49:15 +11:00 |
|
Jochen
|
1069664e16
|
fix bad max_tokens and context_window logic
for non-databricks code
|
2025-11-19 13:51:16 +11:00 |
|
Jochen
|
296bf5a449
|
adds cache_control
|
2025-11-18 22:38:52 +11:00 |
|
Michael Neale
|
81cd956c20
|
allow openai to be used to name named compatible providers
|
2025-11-10 16:12:33 +11:00 |
|
Dhanji Prasanna
|
1f12ff6ca0
|
fix refresh and max_tokens bug
|
2025-11-07 09:50:43 +11:00 |
|
Dhanji Prasanna
|
aaf918828f
|
g3 console initial cut + error doesnt kill auto
|
2025-11-07 09:27:13 +11:00 |
|
Jochen
|
0e1f9dbf9a
|
rename max_context_length to fallback_default_max_tokens
|
2025-11-06 19:47:02 +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
|
da652bf287
|
computer control tools
|
2025-10-18 14:16:50 +11:00 |
|
Dhanji Prasanna
|
c490228824
|
databricks support
|
2025-09-27 17:28:02 +10:00 |
|
Dhanji Prasanna
|
444245d7dd
|
Readd the anthropic provider
|
2025-09-20 18:40:51 +10:00 |
|
Dhanji Prasanna
|
1834b8946c
|
embedded model support
|
2025-09-15 09:07:12 +10:00 |
|
Dhanji Prasanna
|
57626042a9
|
initial import
|
2025-09-15 09:07:09 +10:00 |
|