Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental Discord connector #463

Merged
merged 2 commits into from
May 10, 2024
Merged

Experimental Discord connector #463

merged 2 commits into from
May 10, 2024

Conversation

dluc
Copy link
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 marked this pull request as ready for review May 10, 2024 05:24
@dluc dluc merged commit 7c543c4 into microsoft:main May 10, 2024
2 checks passed
@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