ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
MIT License
5 stars 0 forks source link

Create Chat Thread API in Gendox core #212

Open sekasx opened 5 months ago

sekasx commented 5 months ago

Description

Up until now, when users interacted with agents, the messages were stored in the DB as a stream of messages. There is no concept of a chat thread or group chat in Gendox. The management of messages into chats was offloaded to Discord which is the main Chat Integration until now.

This ticket is to describe the functionality of chat threads. A Chat Thread is the logical entity that groups the messages together and defines who can see these messages (Chat Thread Members). At this stage, the members of the thread will be only the User that sent the message and the Agent that responds.

This requires:

sekasx commented 5 months ago

PR #219