yoi/crates/session-store/src
Hare 79b8336a14 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
..
event_trace.rs session-storeとして分離 2026-04-12 06:31:34 +09:00
fs_store.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
lib.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
logged_item.rs update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
session_log.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
session.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
store.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
system_item.rs update: エントリの単数化のフォローアップ 2026-05-14 19:42:23 +09:00