From a22ec0a7da2645362434285fd76657df0be6ba25 Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Thu, 1 May 2025 11:59:41 +0100 Subject: [PATCH] new fix on readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 257fd30..643e0da 100644 --- a/README.md +++ b/README.md @@ -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. -## Future Objectives +## Objectives - Record message history on rooms its participating. - 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: - `!ping` → `Pong!` - `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