|
|
3ff78c03af
|
feat: surface llm retry and continuation state
|
2026-05-26 07:13:59 +09:00 |
|
|
|
d5fcbc2125
|
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 |
|
|
|
3c4a34b13b
|
update: fmt + memoryに用いる言語の構成
|
2026-05-13 01:57:04 +09:00 |
|
|
|
4d6d5b631c
|
fix: bundle anthropic assistant bursts
|
2026-05-11 22:22:36 +09:00 |
|
|
|
805be47128
|
feat: パターンベースのツール権限制御を追加
|
2026-05-09 03:20:02 +09:00 |
|
|
|
5b1324a630
|
fix: Reasoningの永続化のスキーマのミスを修正
|
2026-05-05 12:30:29 +09:00 |
|
|
|
94bb8804f4
|
update: Reasoningコンテキスト管理のレビュー・対応
|
2026-05-04 23:05:08 +09:00 |
|
|
|
30023349b9
|
feat: Reasoningのコンテキスト管理の対応
|
2026-05-04 21:31:44 +09:00 |
|
|
|
3266ddb2d4
|
feat: Pos処理の非同期化・Busy状態の削除
|
2026-05-04 15:52:27 +09:00 |
|
|
|
c2caaa21a0
|
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 |
|
|
|
c79c54ba9d
|
update: codexのキャッシュ利用が出来てなかった問題
|
2026-05-02 03:23:44 +09:00 |
|
|
|
c4bc994cab
|
fix(llm-worker): openai_responsesのroleの最新の投影を反映
|
2026-05-01 23:55:26 +09:00 |
|
|
|
2c9db5a27b
|
cargo fmt
|
2026-04-29 23:20:25 +09:00 |
|
|
|
dcc71e3a14
|
templatureがcodexエンドポイントで使えない件の修正
|
2026-04-29 23:20:16 +09:00 |
|
|
|
f1ba5b5686
|
max_tokensのスキーマ不整合に関する修正
|
2026-04-28 17:58:24 +09:00 |
|
|
|
cabf9c967c
|
cargo fmt
|
2026-04-27 22:51:07 +09:00 |
|
|
|
7d23cff0a9
|
model-reasoning-control実装
|
2026-04-27 22:25:27 +09:00 |
|
|
|
e513825da9
|
モデル性能のハードコードを消し飛し、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 |
|