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