yoi/crates/llm-worker/src
Hare 49b78612d6 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
..
llm_client update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
timeline feat: Reasoningのコンテキスト管理の対応 2026-05-04 21:31:44 +09:00
callback.rs TUIにThinkingを表示する実装 2026-04-28 16:10:48 +09:00
event.rs refactor llm_client 2026-04-05 01:02:31 +09:00
handler.rs feat: Reasoningのコンテキスト管理の対応 2026-05-04 21:31:44 +09:00
interceptor.rs feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
lib.rs TUIにThinkingを表示する実装 2026-04-28 16:10:48 +09:00
message.rs refactor llm_client 2026-04-05 01:02:31 +09:00
prune.rs feat: session-metrics実装 2026-05-03 15:10:43 +09:00
state.rs Workerの自動キャッシュロック 2026-04-11 18:47:33 +09:00
token_counter.rs fix: remove remaining memory phase wording 2026-05-11 01:57:39 +09:00
tool_server.rs システムプロンプトの実装 2026-04-15 02:44:42 +09:00
tool.rs feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
usage_record.rs セッション関連の責務の分離 2026-04-28 15:43:34 +09:00
worker.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00