Commit Graph

43 Commits

Author SHA1 Message Date
abb6adb5d2
fix: preserve openai reasoning live stops 2026-06-03 11:08:06 +09:00
42066f1e00
fix: unify reasoning block persistence 2026-06-03 10:11:59 +09:00
e6c458021c
rename: adopt yoi identity 2026-06-01 18:49:23 +09:00
27b1891f1c
fix: omit responses reasoning context 2026-05-29 17:07:28 +09:00
8ed5939ebb
fix: preserve responses reasoning history 2026-05-29 16:54:11 +09:00
b870a77a55
fix: guard responses reasoning context 2026-05-29 16:11:37 +09:00
9a92443269 trace: llm stream open diagnostics 2026-05-28 12:26:14 +09:00
60b9cb169a fix: trace unhandled openai responses sse 2026-05-28 05:18:57 +09:00
c1a724aedf fix: preserve openai responses incomplete diagnostics 2026-05-28 03:22:53 +09:00
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
22f5d02385 update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ
- Type/Function/Variantを Segment* 系へ統一
  - SessionId/SessionStart/SessionOrigin/SessionStartState/SessionState/SessionLogSink/SessionLockInfo
  - new_session_id / session_id / create_session* / list_sessions / lookup_session / update_session / find_by_session
  - protocol Event::SessionRotated → SegmentRotated、CompactDone.new_session_id → new_segment_id
- Module: session_log → segment_log / session → segment (file mv 含む)
  pod 側の session_log_sink → segment_log_sink も同様
- crate 名 (session-store)、CLI flag (--session)、ResumeWithSession (CLI tied) は据え置き
- session-tests/session_metrics_test 等の Store impl も追従
2026-05-20 05:06:04 +09:00
1803b0cf67 update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
cfb7f09e38 fix: bundle anthropic assistant bursts 2026-05-11 22:22:36 +09:00
60144c550a feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
5acb0d4d85 fix: Reasoningの永続化のスキーマのミスを修正 2026-05-05 12:30:29 +09:00
75c573fed1 update: Reasoningコンテキスト管理のレビュー・対応 2026-05-04 23:05:08 +09:00
594671edc3 feat: Reasoningのコンテキスト管理の対応 2026-05-04 21:31:44 +09:00
954cf200e2 feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +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
81ff4c6073 update: codexのキャッシュ利用が出来てなかった問題 2026-05-02 03:23:44 +09:00
573501e37c fix(llm-worker): openai_responsesのroleの最新の投影を反映 2026-05-01 23:55:26 +09:00
f31c58dccd cargo fmt 2026-04-29 23:20:25 +09:00
3fc65e6f6b templatureがcodexエンドポイントで使えない件の修正 2026-04-29 23:20:16 +09:00
ce4c0930c3 max_tokensのスキーマ不整合に関する修正 2026-04-28 17:58:24 +09:00
7a0ed7d744 cargo fmt 2026-04-27 22:51:07 +09:00
0435ec5cbd model-reasoning-control実装 2026-04-27 22:25:27 +09:00
47da4a03cb モデル性能のハードコードを消し飛し、Codexのフォーマットの修正 2026-04-21 18:35:56 +09:00
6c6eb0dcb6 codexのOAuthを使う実装 2026-04-20 23:13:52 +09:00
74a45f86b9 openai-responses対応 2026-04-20 02:59:16 +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
663ec91b45 Anthropicのキャッシュポイントを打つ実装 2026-04-19 11:57:55 +09:00
68885a03d8 引数なしでToolCallすると構造エラーになる問題の修正 2026-04-19 08:39:16 +09:00
a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00
7fb2e4bc6c usage永続化のdoc修正 2026-04-13 07:13:49 +09:00
17d0430a4d usageデータの永続化実装 2026-04-13 07:09:05 +09:00
bcc7faa0ba compactの実装 2026-04-12 07:09:48 +09:00
2c5a0edef3 Tool Outputの仕様簡素化 2026-04-12 05:19:00 +09:00
00e3ae1932 persistence 2026-04-05 05:14:20 +09:00
ed1db41319 refactor llm_client 2026-04-05 01:02:31 +09:00
490ed0ca7c cargo init 2026-04-04 03:30:49 +09:00