Go to file
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
.claude chore: planの更新 2026-05-13 05:42:55 +09:00
.insomnia chore: planの更新 2026-05-13 05:42:55 +09:00
crates feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
docs docs: update pod cli manifest flags 2026-05-13 06:44:48 +09:00
resources feat: Languageインストラクションの追加 2026-05-13 02:27:30 +09:00
tickets ticket: invoke/turn/llmcall 決定事項と実装範囲を明文化 2026-05-15 06:48:57 +09:00
.envrc cargo init 2026-04-04 03:30:49 +09:00
.gitignore fix: tuiからのPod作成の挙動を修正・開発時にcargo runでpodを起動する経路を実装 2026-05-02 02:13:30 +09:00
AGENTS.md chore: workflowの調整・knowledgeの追加テスト 2026-05-13 00:06:33 +09:00
Cargo.lock update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
Cargo.toml refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
CLAUDE.md chore: workflowの調整・knowledgeの追加テスト 2026-05-13 00:06:33 +09:00
devshell.nix fix: tuiからのPod作成の挙動を修正・開発時にcargo runでpodを起動する経路を実装 2026-05-02 02:13:30 +09:00
flake.lock cargo init 2026-04-04 03:30:49 +09:00
flake.nix cargo init 2026-04-04 03:30:49 +09:00
KNOWN_ISSUES.md update: Controllerで入力のValidationを行っていた部分をPod側に移す 2026-05-15 05:33:33 +09:00
LICENSE init 2026-04-04 03:30:01 +09:00
package.nix cargo init 2026-04-04 03:30:49 +09:00
README.md warn/errorのTUIへの通知ルート 2026-04-15 12:58:31 +09:00
text.txt Promptを一元管理するファイルから参照する実装 2026-04-22 17:43:05 +09:00
TODO.md ticket: Exchange語撤廃、Invoke/Turn/LlmCall でセマンティクスを再整理 2026-05-15 05:41:13 +09:00

INSOMNIA

insomnia(i6a)は不休のエージェントループを回すためのエージェントプラットフォーム。

ワークフローを統括し、四六時中電力を消費し、イテレーションします。