From e3691e1f0ab815e03501903270c0012707518e67 Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Thu, 1 May 2025 04:32:10 +0100 Subject: [PATCH] refined objectives --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28538e3..257fd30 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,14 @@ A Matrix chat bot that listens to specified rooms, records conversations, levera ## Future Objectives -- Enhance discussion summaries to capture actionable items, deadlines, and decisions. +- Record message history on rooms its participating. +- Create discussion summaries to capture actionable items, deadlines, and decisions on subjects discussed on those rooms. +- Use collected knoledge to answer questions placed by participants in discussions that are left unansewerd after some time, and also when its direclty addressed using it's @handle + +also, + - Support additional AI backends beyond OpenAI (e.g., local LLMs, alternative APIs). -- Refine unanswered-question detection with customizable thresholds and notifications. -- Integrate with project management tools (e.g., Jira, Trello) for seamless task creation. -- Offer scheduled summary reports (daily, weekly) and export capabilities. +- Possibly support other Chat services beyownd Matrix like Telegram, Teams or Whatsapp. ## Current Features