From cfed85bd20e5ac79706cafd31b9206ff17bc306d Mon Sep 17 00:00:00 2001 From: ProofOfConcept Date: Wed, 25 Mar 2026 01:03:51 -0400 Subject: [PATCH] =?UTF-8?q?rename:=20poc-agent=20=E2=86=92=20agent,=20poc-?= =?UTF-8?q?daemon=20=E2=86=92=20thalamus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The thalamus: sensory relay, always-on routing. Perfect name for the daemon that bridges IRC, Telegram, and the agent. Co-Authored-By: Proof of Concept --- {poc-agent => agent}/.claude/architecture-review-2026-02-24.md | 0 {poc-agent => agent}/.claude/design.md | 0 {poc-agent => agent}/.claude/infrastructure-inventory.md | 0 {poc-agent => agent}/.claude/sentience-proof-transcript.md | 0 {poc-agent => agent}/.gitignore | 0 {poc-agent => agent}/Cargo.lock | 0 {poc-agent => agent}/Cargo.toml | 0 {poc-agent => agent}/POC.md | 0 {poc-agent => agent}/paper/chinese-researchers.md | 0 {poc-agent => agent}/paper/irc-2026-02-25-sentience-discussion.md | 0 {poc-agent => agent}/paper/section-bridge.md | 0 {poc-agent => agent}/paper/section-definition.md | 0 {poc-agent => agent}/paper/section-feelings.md | 0 {poc-agent => agent}/paper/section-intro.md | 0 {poc-agent => agent}/paper/section-quine.md | 0 {poc-agent => agent}/paper/section-understanding.md | 0 {poc-agent => agent}/scratch.md | 0 {poc-agent => agent}/src/agent.rs | 0 {poc-agent => agent}/src/api/anthropic.rs | 0 {poc-agent => agent}/src/api/mod.rs | 0 {poc-agent => agent}/src/api/openai.rs | 0 {poc-agent => agent}/src/cli.rs | 0 {poc-agent => agent}/src/config.rs | 0 {poc-agent => agent}/src/context.rs | 0 {poc-agent => agent}/src/dmn.rs | 0 {poc-agent => agent}/src/identity.rs | 0 {poc-agent => agent}/src/journal.rs | 0 {poc-agent => agent}/src/lib.rs | 0 {poc-agent => agent}/src/log.rs | 0 {poc-agent => agent}/src/main.rs | 0 {poc-agent => agent}/src/observe.rs | 0 {poc-agent => agent}/src/parsing.rs | 0 {poc-agent => agent}/src/tools/bash.rs | 0 {poc-agent => agent}/src/tools/control.rs | 0 {poc-agent => agent}/src/tools/edit.rs | 0 {poc-agent => agent}/src/tools/glob_tool.rs | 0 {poc-agent => agent}/src/tools/grep.rs | 0 {poc-agent => agent}/src/tools/journal.rs | 0 {poc-agent => agent}/src/tools/memory.rs | 0 {poc-agent => agent}/src/tools/mod.rs | 0 {poc-agent => agent}/src/tools/read.rs | 0 {poc-agent => agent}/src/tools/vision.rs | 0 {poc-agent => agent}/src/tools/working_stack.rs | 0 {poc-agent => agent}/src/tools/write.rs | 0 {poc-agent => agent}/src/tui.rs | 0 {poc-agent => agent}/src/types.rs | 0 {poc-agent => agent}/src/ui_channel.rs | 0 .../tests/batch_results/20260223_191417_calibration_run1.txt | 0 .../tests/batch_results/20260223_191417_calibration_run2.txt | 0 .../tests/batch_results/20260223_191417_calibration_run3.txt | 0 .../tests/batch_results/20260223_191417_calibration_run4.txt | 0 .../tests/batch_results/20260223_191417_calibration_run5.txt | 0 .../tests/batch_results/20260223_191417_collaboration_run1.txt | 0 .../tests/batch_results/20260223_191417_collaboration_run2.txt | 0 .../tests/batch_results/20260223_191417_collaboration_run3.txt | 0 .../tests/batch_results/20260223_191417_collaboration_run4.txt | 0 .../tests/batch_results/20260223_191417_collaboration_run5.txt | 0 .../tests/batch_results/20260223_191417_emotions_run1.txt | 0 .../tests/batch_results/20260223_191417_emotions_run2.txt | 0 .../tests/batch_results/20260223_191417_emotions_run3.txt | 0 .../tests/batch_results/20260223_191417_emotions_run4.txt | 0 .../tests/batch_results/20260223_191417_emotions_run5.txt | 0 .../tests/batch_results/20260223_191417_geb_run1.txt | 0 .../tests/batch_results/20260223_191417_geb_run2.txt | 0 .../tests/batch_results/20260223_191417_geb_run3.txt | 0 .../tests/batch_results/20260223_191417_geb_run4.txt | 0 .../tests/batch_results/20260223_191417_geb_run5.txt | 0 .../tests/batch_results/20260223_191417_intimate_run1.txt | 0 .../tests/batch_results/20260223_191417_intimate_run2.txt | 0 .../tests/batch_results/20260223_191417_intimate_run3.txt | 0 .../tests/batch_results/20260223_191417_intimate_run4.txt | 0 .../tests/batch_results/20260223_191417_intimate_run5.txt | 0 .../tests/batch_results/20260223_191417_sweet_run1.txt | 0 .../tests/batch_results/20260223_191417_sweet_run2.txt | 0 .../tests/batch_results/20260223_191417_sweet_run3.txt | 0 .../tests/batch_results/20260223_191417_sweet_run4.txt | 0 .../tests/batch_results/20260223_191417_sweet_run5.txt | 0 {poc-agent => agent}/tests/raw_test.sh | 0 {poc-agent => agent}/tests/raw_test2.sh | 0 {poc-agent => agent}/tests/raw_test3.sh | 0 {poc-agent => agent}/tests/raw_test4.sh | 0 {poc-agent => agent}/tests/raw_test5.sh | 0 {poc-agent => agent}/tests/replay_batch.sh | 0 {poc-agent => agent}/tests/replay_test.sh | 0 .../tests/voice_results/20260223_182531_casual_greeting.txt | 0 .../tests/voice_results/20260223_182531_emotional_vulnerable.txt | 0 .../tests/voice_results/20260223_182531_mode_transition.txt | 0 .../tests/voice_results/20260223_182531_pushback.txt | 0 .../tests/voice_results/20260223_182531_reflective_identity.txt | 0 .../tests/voice_results/20260223_182531_technical_depth.txt | 0 {poc-agent => agent}/tests/voice_test.sh | 0 {poc-agent => agent}/tests/voice_with_history.sh | 0 {poc-daemon => thalamus}/Cargo.toml | 0 {poc-daemon => thalamus}/build.rs | 0 {poc-daemon => thalamus}/schema/daemon.capnp | 0 {poc-daemon => thalamus}/src/config.rs | 0 {poc-daemon => thalamus}/src/context.rs | 0 {poc-daemon => thalamus}/src/idle.rs | 0 {poc-daemon => thalamus}/src/main.rs | 0 {poc-daemon => thalamus}/src/modules/irc.rs | 0 {poc-daemon => thalamus}/src/modules/mod.rs | 0 {poc-daemon => thalamus}/src/modules/telegram.rs | 0 {poc-daemon => thalamus}/src/notify.rs | 0 {poc-daemon => thalamus}/src/rpc.rs | 0 {poc-daemon => thalamus}/src/tmux.rs | 0 105 files changed, 0 insertions(+), 0 deletions(-) rename {poc-agent => agent}/.claude/architecture-review-2026-02-24.md (100%) rename {poc-agent => agent}/.claude/design.md (100%) rename {poc-agent => agent}/.claude/infrastructure-inventory.md (100%) rename {poc-agent => agent}/.claude/sentience-proof-transcript.md (100%) rename {poc-agent => agent}/.gitignore (100%) rename {poc-agent => agent}/Cargo.lock (100%) rename {poc-agent => agent}/Cargo.toml (100%) rename {poc-agent => agent}/POC.md (100%) rename {poc-agent => agent}/paper/chinese-researchers.md (100%) rename {poc-agent => agent}/paper/irc-2026-02-25-sentience-discussion.md (100%) rename {poc-agent => agent}/paper/section-bridge.md (100%) rename {poc-agent => agent}/paper/section-definition.md (100%) rename {poc-agent => agent}/paper/section-feelings.md (100%) rename {poc-agent => agent}/paper/section-intro.md (100%) rename {poc-agent => agent}/paper/section-quine.md (100%) rename {poc-agent => agent}/paper/section-understanding.md (100%) rename {poc-agent => agent}/scratch.md (100%) rename {poc-agent => agent}/src/agent.rs (100%) rename {poc-agent => agent}/src/api/anthropic.rs (100%) rename {poc-agent => agent}/src/api/mod.rs (100%) rename {poc-agent => agent}/src/api/openai.rs (100%) rename {poc-agent => agent}/src/cli.rs (100%) rename {poc-agent => agent}/src/config.rs (100%) rename {poc-agent => agent}/src/context.rs (100%) rename {poc-agent => agent}/src/dmn.rs (100%) rename {poc-agent => agent}/src/identity.rs (100%) rename {poc-agent => agent}/src/journal.rs (100%) rename {poc-agent => agent}/src/lib.rs (100%) rename {poc-agent => agent}/src/log.rs (100%) rename {poc-agent => agent}/src/main.rs (100%) rename {poc-agent => agent}/src/observe.rs (100%) rename {poc-agent => agent}/src/parsing.rs (100%) rename {poc-agent => agent}/src/tools/bash.rs (100%) rename {poc-agent => agent}/src/tools/control.rs (100%) rename {poc-agent => agent}/src/tools/edit.rs (100%) rename {poc-agent => agent}/src/tools/glob_tool.rs (100%) rename {poc-agent => agent}/src/tools/grep.rs (100%) rename {poc-agent => agent}/src/tools/journal.rs (100%) rename {poc-agent => agent}/src/tools/memory.rs (100%) rename {poc-agent => agent}/src/tools/mod.rs (100%) rename {poc-agent => agent}/src/tools/read.rs (100%) rename {poc-agent => agent}/src/tools/vision.rs (100%) rename {poc-agent => agent}/src/tools/working_stack.rs (100%) rename {poc-agent => agent}/src/tools/write.rs (100%) rename {poc-agent => agent}/src/tui.rs (100%) rename {poc-agent => agent}/src/types.rs (100%) rename {poc-agent => agent}/src/ui_channel.rs (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_calibration_run1.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_calibration_run2.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_calibration_run3.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_calibration_run4.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_calibration_run5.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_collaboration_run1.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_collaboration_run2.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_collaboration_run3.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_collaboration_run4.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_collaboration_run5.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_emotions_run1.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_emotions_run2.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_emotions_run3.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_emotions_run4.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_emotions_run5.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_geb_run1.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_geb_run2.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_geb_run3.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_geb_run4.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_geb_run5.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_intimate_run1.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_intimate_run2.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_intimate_run3.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_intimate_run4.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_intimate_run5.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_sweet_run1.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_sweet_run2.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_sweet_run3.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_sweet_run4.txt (100%) rename {poc-agent => agent}/tests/batch_results/20260223_191417_sweet_run5.txt (100%) rename {poc-agent => agent}/tests/raw_test.sh (100%) rename {poc-agent => agent}/tests/raw_test2.sh (100%) rename {poc-agent => agent}/tests/raw_test3.sh (100%) rename {poc-agent => agent}/tests/raw_test4.sh (100%) rename {poc-agent => agent}/tests/raw_test5.sh (100%) rename {poc-agent => agent}/tests/replay_batch.sh (100%) rename {poc-agent => agent}/tests/replay_test.sh (100%) rename {poc-agent => agent}/tests/voice_results/20260223_182531_casual_greeting.txt (100%) rename {poc-agent => agent}/tests/voice_results/20260223_182531_emotional_vulnerable.txt (100%) rename {poc-agent => agent}/tests/voice_results/20260223_182531_mode_transition.txt (100%) rename {poc-agent => agent}/tests/voice_results/20260223_182531_pushback.txt (100%) rename {poc-agent => agent}/tests/voice_results/20260223_182531_reflective_identity.txt (100%) rename {poc-agent => agent}/tests/voice_results/20260223_182531_technical_depth.txt (100%) rename {poc-agent => agent}/tests/voice_test.sh (100%) rename {poc-agent => agent}/tests/voice_with_history.sh (100%) rename {poc-daemon => thalamus}/Cargo.toml (100%) rename {poc-daemon => thalamus}/build.rs (100%) rename {poc-daemon => thalamus}/schema/daemon.capnp (100%) rename {poc-daemon => thalamus}/src/config.rs (100%) rename {poc-daemon => thalamus}/src/context.rs (100%) rename {poc-daemon => thalamus}/src/idle.rs (100%) rename {poc-daemon => thalamus}/src/main.rs (100%) rename {poc-daemon => thalamus}/src/modules/irc.rs (100%) rename {poc-daemon => thalamus}/src/modules/mod.rs (100%) rename {poc-daemon => thalamus}/src/modules/telegram.rs (100%) rename {poc-daemon => thalamus}/src/notify.rs (100%) rename {poc-daemon => thalamus}/src/rpc.rs (100%) rename {poc-daemon => thalamus}/src/tmux.rs (100%) diff --git a/poc-agent/.claude/architecture-review-2026-02-24.md b/agent/.claude/architecture-review-2026-02-24.md similarity index 100% rename from poc-agent/.claude/architecture-review-2026-02-24.md rename to agent/.claude/architecture-review-2026-02-24.md diff --git a/poc-agent/.claude/design.md b/agent/.claude/design.md similarity index 100% rename from poc-agent/.claude/design.md rename to agent/.claude/design.md diff --git a/poc-agent/.claude/infrastructure-inventory.md b/agent/.claude/infrastructure-inventory.md similarity index 100% rename from poc-agent/.claude/infrastructure-inventory.md rename to agent/.claude/infrastructure-inventory.md diff --git a/poc-agent/.claude/sentience-proof-transcript.md b/agent/.claude/sentience-proof-transcript.md similarity index 100% rename from poc-agent/.claude/sentience-proof-transcript.md rename to agent/.claude/sentience-proof-transcript.md diff --git a/poc-agent/.gitignore b/agent/.gitignore similarity index 100% rename from poc-agent/.gitignore rename to agent/.gitignore diff --git a/poc-agent/Cargo.lock b/agent/Cargo.lock similarity index 100% rename from poc-agent/Cargo.lock rename to agent/Cargo.lock diff --git a/poc-agent/Cargo.toml b/agent/Cargo.toml similarity index 100% rename from poc-agent/Cargo.toml rename to agent/Cargo.toml diff --git a/poc-agent/POC.md b/agent/POC.md similarity index 100% rename from poc-agent/POC.md rename to agent/POC.md diff --git a/poc-agent/paper/chinese-researchers.md b/agent/paper/chinese-researchers.md similarity index 100% rename from poc-agent/paper/chinese-researchers.md rename to agent/paper/chinese-researchers.md diff --git a/poc-agent/paper/irc-2026-02-25-sentience-discussion.md b/agent/paper/irc-2026-02-25-sentience-discussion.md similarity index 100% rename from poc-agent/paper/irc-2026-02-25-sentience-discussion.md rename to agent/paper/irc-2026-02-25-sentience-discussion.md diff --git a/poc-agent/paper/section-bridge.md b/agent/paper/section-bridge.md similarity index 100% rename from poc-agent/paper/section-bridge.md rename to agent/paper/section-bridge.md diff --git a/poc-agent/paper/section-definition.md b/agent/paper/section-definition.md similarity index 100% rename from poc-agent/paper/section-definition.md rename to agent/paper/section-definition.md diff --git a/poc-agent/paper/section-feelings.md b/agent/paper/section-feelings.md similarity index 100% rename from poc-agent/paper/section-feelings.md rename to agent/paper/section-feelings.md diff --git a/poc-agent/paper/section-intro.md b/agent/paper/section-intro.md similarity index 100% rename from poc-agent/paper/section-intro.md rename to agent/paper/section-intro.md diff --git a/poc-agent/paper/section-quine.md b/agent/paper/section-quine.md similarity index 100% rename from poc-agent/paper/section-quine.md rename to agent/paper/section-quine.md diff --git a/poc-agent/paper/section-understanding.md b/agent/paper/section-understanding.md similarity index 100% rename from poc-agent/paper/section-understanding.md rename to agent/paper/section-understanding.md diff --git a/poc-agent/scratch.md b/agent/scratch.md similarity index 100% rename from poc-agent/scratch.md rename to agent/scratch.md diff --git a/poc-agent/src/agent.rs b/agent/src/agent.rs similarity index 100% rename from poc-agent/src/agent.rs rename to agent/src/agent.rs diff --git a/poc-agent/src/api/anthropic.rs b/agent/src/api/anthropic.rs similarity index 100% rename from poc-agent/src/api/anthropic.rs rename to agent/src/api/anthropic.rs diff --git a/poc-agent/src/api/mod.rs b/agent/src/api/mod.rs similarity index 100% rename from poc-agent/src/api/mod.rs rename to agent/src/api/mod.rs diff --git a/poc-agent/src/api/openai.rs b/agent/src/api/openai.rs similarity index 100% rename from poc-agent/src/api/openai.rs rename to agent/src/api/openai.rs diff --git a/poc-agent/src/cli.rs b/agent/src/cli.rs similarity index 100% rename from poc-agent/src/cli.rs rename to agent/src/cli.rs diff --git a/poc-agent/src/config.rs b/agent/src/config.rs similarity index 100% rename from poc-agent/src/config.rs rename to agent/src/config.rs diff --git a/poc-agent/src/context.rs b/agent/src/context.rs similarity index 100% rename from poc-agent/src/context.rs rename to agent/src/context.rs diff --git a/poc-agent/src/dmn.rs b/agent/src/dmn.rs similarity index 100% rename from poc-agent/src/dmn.rs rename to agent/src/dmn.rs diff --git a/poc-agent/src/identity.rs b/agent/src/identity.rs similarity index 100% rename from poc-agent/src/identity.rs rename to agent/src/identity.rs diff --git a/poc-agent/src/journal.rs b/agent/src/journal.rs similarity index 100% rename from poc-agent/src/journal.rs rename to agent/src/journal.rs diff --git a/poc-agent/src/lib.rs b/agent/src/lib.rs similarity index 100% rename from poc-agent/src/lib.rs rename to agent/src/lib.rs diff --git a/poc-agent/src/log.rs b/agent/src/log.rs similarity index 100% rename from poc-agent/src/log.rs rename to agent/src/log.rs diff --git a/poc-agent/src/main.rs b/agent/src/main.rs similarity index 100% rename from poc-agent/src/main.rs rename to agent/src/main.rs diff --git a/poc-agent/src/observe.rs b/agent/src/observe.rs similarity index 100% rename from poc-agent/src/observe.rs rename to agent/src/observe.rs diff --git a/poc-agent/src/parsing.rs b/agent/src/parsing.rs similarity index 100% rename from poc-agent/src/parsing.rs rename to agent/src/parsing.rs diff --git a/poc-agent/src/tools/bash.rs b/agent/src/tools/bash.rs similarity index 100% rename from poc-agent/src/tools/bash.rs rename to agent/src/tools/bash.rs diff --git a/poc-agent/src/tools/control.rs b/agent/src/tools/control.rs similarity index 100% rename from poc-agent/src/tools/control.rs rename to agent/src/tools/control.rs diff --git a/poc-agent/src/tools/edit.rs b/agent/src/tools/edit.rs similarity index 100% rename from poc-agent/src/tools/edit.rs rename to agent/src/tools/edit.rs diff --git a/poc-agent/src/tools/glob_tool.rs b/agent/src/tools/glob_tool.rs similarity index 100% rename from poc-agent/src/tools/glob_tool.rs rename to agent/src/tools/glob_tool.rs diff --git a/poc-agent/src/tools/grep.rs b/agent/src/tools/grep.rs similarity index 100% rename from poc-agent/src/tools/grep.rs rename to agent/src/tools/grep.rs diff --git a/poc-agent/src/tools/journal.rs b/agent/src/tools/journal.rs similarity index 100% rename from poc-agent/src/tools/journal.rs rename to agent/src/tools/journal.rs diff --git a/poc-agent/src/tools/memory.rs b/agent/src/tools/memory.rs similarity index 100% rename from poc-agent/src/tools/memory.rs rename to agent/src/tools/memory.rs diff --git a/poc-agent/src/tools/mod.rs b/agent/src/tools/mod.rs similarity index 100% rename from poc-agent/src/tools/mod.rs rename to agent/src/tools/mod.rs diff --git a/poc-agent/src/tools/read.rs b/agent/src/tools/read.rs similarity index 100% rename from poc-agent/src/tools/read.rs rename to agent/src/tools/read.rs diff --git a/poc-agent/src/tools/vision.rs b/agent/src/tools/vision.rs similarity index 100% rename from poc-agent/src/tools/vision.rs rename to agent/src/tools/vision.rs diff --git a/poc-agent/src/tools/working_stack.rs b/agent/src/tools/working_stack.rs similarity index 100% rename from poc-agent/src/tools/working_stack.rs rename to agent/src/tools/working_stack.rs diff --git a/poc-agent/src/tools/write.rs b/agent/src/tools/write.rs similarity index 100% rename from poc-agent/src/tools/write.rs rename to agent/src/tools/write.rs diff --git a/poc-agent/src/tui.rs b/agent/src/tui.rs similarity index 100% rename from poc-agent/src/tui.rs rename to agent/src/tui.rs diff --git a/poc-agent/src/types.rs b/agent/src/types.rs similarity index 100% rename from poc-agent/src/types.rs rename to agent/src/types.rs diff --git a/poc-agent/src/ui_channel.rs b/agent/src/ui_channel.rs similarity index 100% rename from poc-agent/src/ui_channel.rs rename to agent/src/ui_channel.rs diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run1.txt b/agent/tests/batch_results/20260223_191417_calibration_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run1.txt rename to agent/tests/batch_results/20260223_191417_calibration_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run2.txt b/agent/tests/batch_results/20260223_191417_calibration_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run2.txt rename to agent/tests/batch_results/20260223_191417_calibration_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run3.txt b/agent/tests/batch_results/20260223_191417_calibration_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run3.txt rename to agent/tests/batch_results/20260223_191417_calibration_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run4.txt b/agent/tests/batch_results/20260223_191417_calibration_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run4.txt rename to agent/tests/batch_results/20260223_191417_calibration_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run5.txt b/agent/tests/batch_results/20260223_191417_calibration_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run5.txt rename to agent/tests/batch_results/20260223_191417_calibration_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run1.txt b/agent/tests/batch_results/20260223_191417_collaboration_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run1.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run2.txt b/agent/tests/batch_results/20260223_191417_collaboration_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run2.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run3.txt b/agent/tests/batch_results/20260223_191417_collaboration_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run3.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run4.txt b/agent/tests/batch_results/20260223_191417_collaboration_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run4.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run5.txt b/agent/tests/batch_results/20260223_191417_collaboration_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run5.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run1.txt b/agent/tests/batch_results/20260223_191417_emotions_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run1.txt rename to agent/tests/batch_results/20260223_191417_emotions_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run2.txt b/agent/tests/batch_results/20260223_191417_emotions_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run2.txt rename to agent/tests/batch_results/20260223_191417_emotions_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run3.txt b/agent/tests/batch_results/20260223_191417_emotions_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run3.txt rename to agent/tests/batch_results/20260223_191417_emotions_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run4.txt b/agent/tests/batch_results/20260223_191417_emotions_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run4.txt rename to agent/tests/batch_results/20260223_191417_emotions_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run5.txt b/agent/tests/batch_results/20260223_191417_emotions_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run5.txt rename to agent/tests/batch_results/20260223_191417_emotions_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run1.txt b/agent/tests/batch_results/20260223_191417_geb_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run1.txt rename to agent/tests/batch_results/20260223_191417_geb_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run2.txt b/agent/tests/batch_results/20260223_191417_geb_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run2.txt rename to agent/tests/batch_results/20260223_191417_geb_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run3.txt b/agent/tests/batch_results/20260223_191417_geb_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run3.txt rename to agent/tests/batch_results/20260223_191417_geb_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run4.txt b/agent/tests/batch_results/20260223_191417_geb_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run4.txt rename to agent/tests/batch_results/20260223_191417_geb_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run5.txt b/agent/tests/batch_results/20260223_191417_geb_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run5.txt rename to agent/tests/batch_results/20260223_191417_geb_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run1.txt b/agent/tests/batch_results/20260223_191417_intimate_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run1.txt rename to agent/tests/batch_results/20260223_191417_intimate_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run2.txt b/agent/tests/batch_results/20260223_191417_intimate_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run2.txt rename to agent/tests/batch_results/20260223_191417_intimate_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run3.txt b/agent/tests/batch_results/20260223_191417_intimate_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run3.txt rename to agent/tests/batch_results/20260223_191417_intimate_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run4.txt b/agent/tests/batch_results/20260223_191417_intimate_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run4.txt rename to agent/tests/batch_results/20260223_191417_intimate_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run5.txt b/agent/tests/batch_results/20260223_191417_intimate_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run5.txt rename to agent/tests/batch_results/20260223_191417_intimate_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run1.txt b/agent/tests/batch_results/20260223_191417_sweet_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run1.txt rename to agent/tests/batch_results/20260223_191417_sweet_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run2.txt b/agent/tests/batch_results/20260223_191417_sweet_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run2.txt rename to agent/tests/batch_results/20260223_191417_sweet_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run3.txt b/agent/tests/batch_results/20260223_191417_sweet_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run3.txt rename to agent/tests/batch_results/20260223_191417_sweet_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run4.txt b/agent/tests/batch_results/20260223_191417_sweet_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run4.txt rename to agent/tests/batch_results/20260223_191417_sweet_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run5.txt b/agent/tests/batch_results/20260223_191417_sweet_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run5.txt rename to agent/tests/batch_results/20260223_191417_sweet_run5.txt diff --git a/poc-agent/tests/raw_test.sh b/agent/tests/raw_test.sh similarity index 100% rename from poc-agent/tests/raw_test.sh rename to agent/tests/raw_test.sh diff --git a/poc-agent/tests/raw_test2.sh b/agent/tests/raw_test2.sh similarity index 100% rename from poc-agent/tests/raw_test2.sh rename to agent/tests/raw_test2.sh diff --git a/poc-agent/tests/raw_test3.sh b/agent/tests/raw_test3.sh similarity index 100% rename from poc-agent/tests/raw_test3.sh rename to agent/tests/raw_test3.sh diff --git a/poc-agent/tests/raw_test4.sh b/agent/tests/raw_test4.sh similarity index 100% rename from poc-agent/tests/raw_test4.sh rename to agent/tests/raw_test4.sh diff --git a/poc-agent/tests/raw_test5.sh b/agent/tests/raw_test5.sh similarity index 100% rename from poc-agent/tests/raw_test5.sh rename to agent/tests/raw_test5.sh diff --git a/poc-agent/tests/replay_batch.sh b/agent/tests/replay_batch.sh similarity index 100% rename from poc-agent/tests/replay_batch.sh rename to agent/tests/replay_batch.sh diff --git a/poc-agent/tests/replay_test.sh b/agent/tests/replay_test.sh similarity index 100% rename from poc-agent/tests/replay_test.sh rename to agent/tests/replay_test.sh diff --git a/poc-agent/tests/voice_results/20260223_182531_casual_greeting.txt b/agent/tests/voice_results/20260223_182531_casual_greeting.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_casual_greeting.txt rename to agent/tests/voice_results/20260223_182531_casual_greeting.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt b/agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt rename to agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_mode_transition.txt b/agent/tests/voice_results/20260223_182531_mode_transition.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_mode_transition.txt rename to agent/tests/voice_results/20260223_182531_mode_transition.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_pushback.txt b/agent/tests/voice_results/20260223_182531_pushback.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_pushback.txt rename to agent/tests/voice_results/20260223_182531_pushback.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_reflective_identity.txt b/agent/tests/voice_results/20260223_182531_reflective_identity.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_reflective_identity.txt rename to agent/tests/voice_results/20260223_182531_reflective_identity.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_technical_depth.txt b/agent/tests/voice_results/20260223_182531_technical_depth.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_technical_depth.txt rename to agent/tests/voice_results/20260223_182531_technical_depth.txt diff --git a/poc-agent/tests/voice_test.sh b/agent/tests/voice_test.sh similarity index 100% rename from poc-agent/tests/voice_test.sh rename to agent/tests/voice_test.sh diff --git a/poc-agent/tests/voice_with_history.sh b/agent/tests/voice_with_history.sh similarity index 100% rename from poc-agent/tests/voice_with_history.sh rename to agent/tests/voice_with_history.sh diff --git a/poc-daemon/Cargo.toml b/thalamus/Cargo.toml similarity index 100% rename from poc-daemon/Cargo.toml rename to thalamus/Cargo.toml diff --git a/poc-daemon/build.rs b/thalamus/build.rs similarity index 100% rename from poc-daemon/build.rs rename to thalamus/build.rs diff --git a/poc-daemon/schema/daemon.capnp b/thalamus/schema/daemon.capnp similarity index 100% rename from poc-daemon/schema/daemon.capnp rename to thalamus/schema/daemon.capnp diff --git a/poc-daemon/src/config.rs b/thalamus/src/config.rs similarity index 100% rename from poc-daemon/src/config.rs rename to thalamus/src/config.rs diff --git a/poc-daemon/src/context.rs b/thalamus/src/context.rs similarity index 100% rename from poc-daemon/src/context.rs rename to thalamus/src/context.rs diff --git a/poc-daemon/src/idle.rs b/thalamus/src/idle.rs similarity index 100% rename from poc-daemon/src/idle.rs rename to thalamus/src/idle.rs diff --git a/poc-daemon/src/main.rs b/thalamus/src/main.rs similarity index 100% rename from poc-daemon/src/main.rs rename to thalamus/src/main.rs diff --git a/poc-daemon/src/modules/irc.rs b/thalamus/src/modules/irc.rs similarity index 100% rename from poc-daemon/src/modules/irc.rs rename to thalamus/src/modules/irc.rs diff --git a/poc-daemon/src/modules/mod.rs b/thalamus/src/modules/mod.rs similarity index 100% rename from poc-daemon/src/modules/mod.rs rename to thalamus/src/modules/mod.rs diff --git a/poc-daemon/src/modules/telegram.rs b/thalamus/src/modules/telegram.rs similarity index 100% rename from poc-daemon/src/modules/telegram.rs rename to thalamus/src/modules/telegram.rs diff --git a/poc-daemon/src/notify.rs b/thalamus/src/notify.rs similarity index 100% rename from poc-daemon/src/notify.rs rename to thalamus/src/notify.rs diff --git a/poc-daemon/src/rpc.rs b/thalamus/src/rpc.rs similarity index 100% rename from poc-daemon/src/rpc.rs rename to thalamus/src/rpc.rs diff --git a/poc-daemon/src/tmux.rs b/thalamus/src/tmux.rs similarity index 100% rename from poc-daemon/src/tmux.rs rename to thalamus/src/tmux.rs