[kimi] Add produce_thought() to stream thinking to Matrix (#672) #734

Merged
kimi merged 1 commits from kimi/issue-672 into main 2026-03-21 14:09:20 +00:00

1 Commits

Author SHA1 Message Date
kimi
7dd3a02848 feat: add produce_thought() to stream thinking to Matrix
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
- Add produce_thought() function in src/infrastructure/presence.py
- Returns dict with type='thought', agent_id, data={text, thought_id, chain_id}, ts
- Text is truncated to 500 chars
- Add comprehensive tests in tests/unit/test_presence.py

Fixes #672
2026-03-21 10:07:17 -04:00