Commit Graph

227 Commits

Author SHA1 Message Date
be5e413b55
Merge: invoke-turn-llmcall-semantics
# Conflicts:
#	crates/pod/src/controller.rs
2026-05-15 22:08:41 +09:00
282a857248
update: Paused→Run の interrupt 前処理を Pod::run に内包 2026-05-15 21:51:57 +09:00
d0dbac109d
feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化
- protocol: InvokeKind enum、Event::InvokeStart / LlmCallStart / LlmCallEnd 追加
- llm-worker: Worker.llm_call_count と on_llm_call_start/end callback、turn_count を AgentTurn 数として doc 更新
- session-store: LogEntry::Invoke { ts, trigger } 追加 (replay は marker のみで state 不変)
- pod: run/run_for_notification 開始時に Invoke marker commit、PendingRun::RunForNotification(InvokeKind) で kind を伝搬
- pod ipc: sink + server で Invoke エントリーを Event::InvokeStart として broadcast
- tui: 新 Event 3種を no-op で受理 (UI 設計はチケット範囲外)
2026-05-15 07:04:26 +09:00
d076258d30
update: Controllerで入力のValidationを行っていた部分をPod側に移す 2026-05-15 05:33:33 +09:00
8019d0d77c
update: 親にターン完了を通達する経路の整理 2026-05-15 04:38:53 +09:00
6e5b1482e6
update: エントリの単数化のフォローアップ 2026-05-14 19:42:23 +09:00
7520dcad87
update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
fe9cecb51a
update: SystemItem1本化 2026-05-14 14:36:29 +09:00
63e27b2dee
chore: cargo fmt 2026-05-14 03:36:08 +09:00
350bb1afd8
fix: 実態にそぐわないEvent::Entryを実装した構造を訂正 2026-05-14 03:35:52 +09:00
0f76142993
refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
418451ebf8
merge: file-ref-directory 2026-05-13 06:30:45 +09:00
3d0dce2a2e
merge: pod-cli-manifest-flags 2026-05-13 06:30:45 +09:00
8e50a9583a
refactor: PodControllerの構造のリファクタリング 2026-05-13 06:07:38 +09:00
7363b105f6
feat: handle directory file refs 2026-05-13 02:57:58 +09:00
0ebe173009
feat: organize pod manifest cli flags 2026-05-13 02:57:50 +09:00
023de0f58d
feat: Languageインストラクションの追加 2026-05-13 02:27:30 +09:00
eae0efb2c0
update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
0141880b9d
fix: compact時にToolCallとOutputの間でCutしてしまう問題 2026-05-13 00:59:02 +09:00
7ce4600a42
refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
86fc889606
feat: add manifest output upload limits 2026-05-12 16:20:15 +09:00
f7f59dd30c
docs(memory): fix knowledge dir path in collect_resident_knowledge doc 2026-05-12 15:07:39 +09:00
7b8eb3af8d
feat(pod): wire knowledge slugs into # completion 2026-05-12 14:45:46 +09:00
7db4146f3d
refactor: extract workflow crate 2026-05-11 22:49:07 +09:00
19badfe8b7
fix: bundle anthropic assistant bursts 2026-05-11 22:22:36 +09:00
d581a35426
feat: add memory usage event metrics 2026-05-11 21:29:48 +09:00
9abddb5a95
fix: remove remaining memory phase wording 2026-05-11 01:57:39 +09:00
aae36f2b56
update: memoryシステムの"Phase"表記を撤廃 2026-05-11 01:55:28 +09:00
0356e29707
feat: extract worker サーキットブレーカーを占有量ベースに統一 2026-05-11 01:20:37 +09:00
3beaff7679
review: compact-worker-occupancy-cap (set_max_turns 分岐削除) 2026-05-11 00:56:41 +09:00
ef0cdf75e2
feat: compact worker サーキットブレーカーを占有量ベースに統一 2026-05-11 00:43:16 +09:00
e647d1a7c9
feat: client-crateの実装 2026-05-10 00:57:50 +09:00
25d22fc4af
feat: Toolsのシンボリックリンク対応 2026-05-09 04:21:56 +09:00
7bbc9afc7a
feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
16bd8e3a88
feat: compactのプログレス表示 2026-05-09 03:11:53 +09:00
8c12e799da
update: Workflowディレクトリ修正のフォローアップ 2026-05-08 00:59:08 +09:00
04f1837fa9
feat: Workflowの読み取り位置変更の実装 2026-05-08 00:15:50 +09:00
c0c5eb9ad2
feat: TUIのmarkdown対応 2026-05-05 18:30:25 +09:00
60c779b80c
update: Agent skills実装のレビュー・対応 2026-05-05 13:54:02 +09:00
760b304969
feat: agent skillsの互換実装 2026-05-05 13:16:10 +09:00
5fe9a5805e
fix: Reasoningの永続化のスキーマのミスを修正 2026-05-05 12:30:29 +09:00
6f62ea8ce8
update: Reasoningコンテキスト管理のレビュー・対応 2026-05-04 23:05:08 +09:00
9fd61e8068
feat: Reasoningのコンテキスト管理の対応 2026-05-04 21:31:44 +09:00
0a83909f30
feat: Task表示のレビュー・修正 2026-05-04 17:28:39 +09:00
9072ac4e03
feat: TUI上に進行中のTaskを表示する実装 2026-05-04 17:06:02 +09:00
c48b99cfe3
feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00
7f9d2f93f9
Merge branch 'llm-worker-transient-retry' into develop 2026-05-04 13:16:26 +09:00
36a4e9f9b8
feat: Podのステータス同期の修正 2026-05-04 12:55:29 +09:00
0be30052c1
feat: Podのステータスを厳密にし、同期漏れを防ぐ 2026-05-04 12:55:11 +09:00
7183847ee5
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