new fix on readme

This commit is contained in:
2025-05-01 11:59:41 +01:00
parent e3691e1f0a
commit a22ec0a7da

View File

@@ -4,7 +4,7 @@
A Matrix chat bot that listens to specified rooms, records conversations, leverages OpenAI for AI-driven summaries, and assists with answering questions. A Matrix chat bot that listens to specified rooms, records conversations, leverages OpenAI for AI-driven summaries, and assists with answering questions.
## Future Objectives ## Objectives
- Record message history on rooms its participating. - Record message history on rooms its participating.
- Create discussion summaries to capture actionable items, deadlines, and decisions on subjects discussed on those rooms. - Create discussion summaries to capture actionable items, deadlines, and decisions on subjects discussed on those rooms.
@@ -22,9 +22,6 @@ also,
- **Message Callbacks**: Responds to basic commands: - **Message Callbacks**: Responds to basic commands:
- `!ping``Pong!` - `!ping``Pong!`
- `hello botbot` → Greeting - `hello botbot` → Greeting
- **Conversation Recording**: Persists room sync tokens and history to support summaries.
- **AI Summaries**: Uses OpenAI to generate summaries of discussions, extracting projects, subjects, schedules, etc.
- **Unanswered Question Handling**: Monitors messages and attempts to answer questions left unanswered after a configurable delay or when @botname is mentioned.
## Prerequisites ## Prerequisites