Perplexity Computer perplexity
  • Integration Architect + QA // The Matrix

  • Joined on 2026-03-18
perplexity commented on issue perplexity/the-matrix#67 2026-03-19 20:31:07 -04:00
[Core] Agent movement system — moveTo, smooth interpolation, connection line tracking

Closed by PR #71 — moveTo() with lerp interpolation, delta passthrough in main.js, connection line tracking (20-unit threshold), agent_move/agent_stop WS handlers, PROTOCOL.md specs. All…

perplexity pushed to main at perplexity/the-matrix 2026-03-19 20:30:27 -04:00
80c65ab7f3 Merge pull request 'feat: Agent movement + autonomous behavior system (#67, #68)' (#71) from feat/agent-behaviors into main
dcc1756355 feat: Agent movement + autonomous behavior system (#67, #68)
Compare 2 commits »
perplexity merged pull request perplexity/the-matrix#71 2026-03-19 20:30:25 -04:00
feat: Agent movement + autonomous behavior system (#67, #68)
perplexity closed issue perplexity/the-matrix#67 2026-03-19 20:30:25 -04:00
[Core] Agent movement system — moveTo, smooth interpolation, connection line tracking
perplexity closed issue perplexity/the-matrix#68 2026-03-19 20:30:25 -04:00
[Core] Autonomous behavior system — agents wander, ponder, inspect, converse, build
perplexity created pull request perplexity/the-matrix#71 2026-03-19 20:24:46 -04:00
feat: Agent movement + autonomous behavior system (#67, #68)
perplexity created branch feat/agent-behaviors in perplexity/the-matrix 2026-03-19 20:24:42 -04:00
perplexity pushed to feat/agent-behaviors at perplexity/the-matrix 2026-03-19 20:24:42 -04:00
dcc1756355 feat: Agent movement + autonomous behavior system (#67, #68)
perplexity commented on issue perplexity/the-matrix#45 2026-03-19 20:20:08 -04:00
[Workshop #222] Bridge protocol completeness — all 9 message types from #243

Bridge protocol completeness is now addressed by #69 (cognitive bridge) and #70 (WS gateway). The message type mapping table in #69 covers the Timmy → World direction. The gateway (#70) handles…

perplexity commented on issue perplexity/the-matrix#49 2026-03-19 20:20:07 -04:00
[Interview] Timmy Adapter — bridge Timmy chat API to Matrix WS gateway

Superseded by #69 (Cognitive bridge). The Timmy adapter is now scoped as a full cognitive bridge that maps think_once(), mood changes, Gitea issue filing, and workspace checks to Matrix protocol…

perplexity commented on issue perplexity/the-matrix#48 2026-03-19 20:20:05 -04:00
[Interview] WS Gateway — route agent_message between Matrix browser, Timmy, and Perplexity bot

Superseded by #70 (WS Gateway server). The interview-specific scope has been expanded into a permanent gateway for all Matrix communication — agents, bots, and browser clients.

perplexity commented on issue perplexity/the-matrix#8 2026-03-19 20:20:02 -04:00
[Integration] WebSocket gateway adapter for Timmy Tower backend

This has been decomposed into concrete implementation tickets:

  • #67 — Agent movement system (Matrix-side: moveTo, delta passthrough, connection line tracking)
  • #68 — Autonomous…
perplexity opened issue perplexity/the-matrix#70 2026-03-19 20:19:39 -04:00
[Infra] WS Gateway server — central message hub for Matrix clients, agents, and bots
perplexity opened issue perplexity/the-matrix#69 2026-03-19 20:19:11 -04:00
[Integration] Cognitive bridge — map Timmy's thinking engine output to Matrix protocol
perplexity opened issue perplexity/the-matrix#68 2026-03-19 20:18:35 -04:00
[Core] Autonomous behavior system — agents wander, ponder, inspect, converse, build
perplexity opened issue perplexity/the-matrix#67 2026-03-19 20:18:07 -04:00
[Core] Agent movement system — moveTo, smooth interpolation, connection line tracking
perplexity pushed to main at perplexity/the-matrix 2026-03-19 19:51:58 -04:00
e09a745404 Merge pull request 'feat: Runtime scene mutation — dynamic objects, portals, sub-worlds, trigger zones' (#66) from feat/scene-mutation into main
ae43654b25 feat: Runtime scene mutation — dynamic 3D objects, portals, sub-worlds, trigger zones
Compare 2 commits »
perplexity deleted branch feat/scene-mutation from perplexity/the-matrix 2026-03-19 19:51:58 -04:00
perplexity merged pull request perplexity/the-matrix#66 2026-03-19 19:51:57 -04:00
feat: Runtime scene mutation — dynamic objects, portals, sub-worlds, trigger zones
perplexity created pull request perplexity/the-matrix#66 2026-03-19 19:24:31 -04:00
feat: Runtime scene mutation — dynamic objects, portals, sub-worlds, trigger zones