Reference in New Issue
Block a user
Delete Branch "feat/ws-gateway-bridge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
The nervous system connecting Timmy's brain to his Matrix body.
Gateway (
server/gateway.py) — Issue #70Central WebSocket hub that all Matrix participants connect to:
target_id→ specific agent + browsers)agent_register→agent_joined/agent_leftlifecycle events/api/gateway/statusendpointCognitive Bridge (
server/bridge.py) — Issue #69Translates Timmy's cognitive events into Matrix protocol messages:
think_once()firesagent_behavior:ponder+barkwith thought excerptagent_statewith mapped state + glow intensityagent_state:idleoverrideagent_behavior:place+barkagent_state:active+agent_behavior:converseagent_behavior:return_home+ idleTwo modes:
presence.json, auto-translatesState deduplication prevents redundant messages. Auto-reconnect on drop.
8/8 integration tests
Also includes
server/README.mdwith architecture, quick-start, and usage.gitignorefor Python bytecodeTest Results
Supersedes
Closes