Skip to content

Experimental Discord connector#463

Merged
dluc merged 2 commits intomicrosoft:mainfrom
dluc:discordExtension
May 10, 2024
Merged

Experimental Discord connector#463
dluc merged 2 commits intomicrosoft:mainfrom
dluc:discordExtension

Conversation

@dluc
Copy link
Copy Markdown
Collaborator

@dluc dluc commented May 7, 2024

Motivation and Context (Why the change? What's the scenario?)

Allow ingesting Discord messages in memory, to populate memory and trigger AI-driven actions.

Add example, including handler and code to store Discord messages in Postgres.

High level description (Approach, Design)

  • Add connector based on DiscordBod.NET to fetch messages. The Discord bot can be added to multiple servers.
  • Whenever a message is received serialize the message data and trigger a memory pipeline, uploading the file to content storage.
  • Pipeline steps are configurable, in order to process the serialized data with custom logic before doing anything else.

@dluc dluc force-pushed the discordExtension branch 6 times, most recently from 80eb985 to 34190f8 Compare May 9, 2024 22:23
@dluc dluc force-pushed the discordExtension branch from 34190f8 to 3a97129 Compare May 10, 2024 02:08
@dluc dluc marked this pull request as ready for review May 10, 2024 05:24
@dluc dluc merged commit 7c543c4 into microsoft:main May 10, 2024
@dluc dluc deleted the discordExtension branch May 10, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant