0w9/langchain-discord
Some tools for Langchain to be used on Discord.
This tool helps developers integrate Langchain agents with Discord, allowing the agents to post messages to Discord channels. It takes instructions from a developer using a Langchain agent and outputs plain text messages sent to a specified Discord webhook. This is useful for developers building AI agents that need to communicate or provide updates within a Discord server.
No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building a Langchain agent and want it to send automated messages to Discord channels via webhooks.
Not ideal if you need a full-featured Discord bot that can interact asynchronously, receive commands, or send rich embeds, as these features are still in development.
Stars
18
Forks
—
Language
Python
License
MIT
Category
Last pushed
May 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/0w9/langchain-discord"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of...
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
msoedov/langcorn
⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
leonyangdev/lc-studylab
LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails...