|
|
9cd776eaec
|
fix: add llm request lifecycle timeouts
|
2026-05-28 02:42:31 +09:00 |
|
|
|
876d75a747
|
fix: align codex oauth wire behavior
|
2026-05-28 01:57:04 +09:00 |
|
|
|
be753099ae
|
feat: surface llm retry and continuation state
|
2026-05-26 07:13:59 +09:00 |
|
|
|
19df6340cd
|
feat(llm-worker): HTTP transient エラーへのリトライを追加
`transport.rs` の HTTP 送信〜ステータスチェック区間に指数バックオフ
+ フルジッターのリトライループを追加する。SSE 読み出し開始後 (
`bytes_stream()` 以降) のエラーは従来どおりそのまま流す。
- `is_retryable(&ClientError)`: 408/425/429/500/502/503/504/529 と
reqwest の connect/timeout のみ true
- `RetryPolicy` (default: base 500ms / cap 10s / max_attempts 4 /
total_timeout 30s)
- `Retry-After` ヘッダ (秒数) があればバックオフを上書き
- リトライ発火ごとに warn! でステータス・attempt・wait を出す
ref: tickets/llm-worker-transient-retry.md
|
2026-05-04 12:45:33 +09:00 |
|
|
|
7a0ed7d744
|
cargo fmt
|
2026-04-27 22:51:07 +09:00 |
|
|
|
6c6eb0dcb6
|
codexのOAuthを使う実装
|
2026-04-20 23:13:52 +09:00 |
|
|
|
5aea67ff5e
|
llm-model-config完了
|
2026-04-20 00:57:27 +09:00 |
|
|
|
230936274b
|
llm-model-configの実装
|
2026-04-19 23:32:14 +09:00 |
|