story-kit: create 182_story_matrix_bot_conversation_context_and_multi_room

This commit is contained in:
Dave
2026-02-25 12:05:16 +00:00
parent 7061955125
commit d3583e568f

View File

@@ -33,4 +33,4 @@ The Matrix bot story (currently 174, will be renumbered) delivers a basic Matrix
- Store conversation history as a `HashMap<RoomId, Vec<Message>>` with a configurable max length
- Trim oldest messages when the history exceeds the limit
- Include Matrix display names in the message context so the LLM knows who said what
- Depends on 174 (Matrix bot infrastructure)
- Depends on the Matrix bot story (currently 174, will be renumbered after merge)