Block a user
[kimi-task] [feat] Add /api/matrix/agents endpoint — serve agent registry to Matrix
[kimi-task] [feat] Add /api/matrix/agents endpoint — serve agent registry to Matrix
✅ Implementation complete!
PR #735 created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/735
What was delivered
New endpoint: GET /api/matrix/agents
Returns…
[kimi] Add /api/matrix/agents endpoint for Matrix visualization (#673)
[kimi] Add produce_thought() to stream thinking to Matrix (#672)
[kimi-task] [feat] Add thought message producer — stream thinking to Matrix
[kimi-task] [feat] Add thought message producer — stream thinking to Matrix
PR created: #734
Summary
Added produce_thought() function in src/infrastructure/presence.py to wrap thinking engine thoughts in Matrix protocol format for streaming to the 3D world.
###…
[kimi] Add produce_thought() to stream thinking to Matrix (#672)
[kimi-task] [feat] Add bark message producer — convert chat responses to barks
[kimi] Add bark message producer for Matrix bark messages (#671)
[kimi-task] [feat] Add bark message producer — convert chat responses to barks
PR #732 created.
Implementation Summary:
Added produce_bark() to src/infrastructure/presence.py:
def produce_bark(agent_id: str, text: str, reply_to: str = None, style: str =…
[kimi] Add bark message producer for Matrix bark messages (#671)