yoi/crates/llm-worker/tests
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
..
common compactの実装 2026-04-12 07:09:48 +09:00
fixtures cargo init 2026-04-04 03:30:49 +09:00
ui llm-model-configの実装 2026-04-19 23:32:14 +09:00
anthropic_fixtures.rs cargo init 2026-04-04 03:30:49 +09:00
callback_test.rs TUIに向けたprotocolの詳細調整 2026-04-21 20:50:59 +09:00
compile_fail.rs Workerの自動キャッシュロック 2026-04-11 18:47:33 +09:00
gemini_fixtures.rs cargo init 2026-04-04 03:30:49 +09:00
ollama_fixtures.rs cargo init 2026-04-04 03:30:49 +09:00
openai_fixtures.rs cargo init 2026-04-04 03:30:49 +09:00
parallel_execution_test.rs feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
reasoning_round_trip_test.rs update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
tool_macro_test.rs cargo fmt 2026-04-14 03:13:36 +09:00
transport_retry_test.rs feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00
worker_fixtures.rs Tool Outputの仕様簡素化 2026-04-12 05:19:00 +09:00
worker_state_test.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00