Skip to main content

A list of tools for LangChain to power Discord (Webhooks, etc.).

Project description

Discord Langchain

Discord Langchain is a tool for Langchain to use Discord in agents. It is currently in development and bugs may encounter. If you find any bugs, please report it to the issues. Thanks for all your support!

Installation (and example)

  1. Install the package from PyPI.
$ python3 -m pip install langchain-discord
  1. Import the package
from langchain_discord import DiscordWebhookTool

... and all other required packages for the example

from langchain import OpenAI
from langchain.agents import initialize_agent, AgentType
import os
  1. Initialize and environment variables
tools = [
    DiscordWebhookTool()
]

llm = OpenAI(temperature=0)
agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True)

os.environ["WEBHOOK_URL"] = "https://discord.com/api/webhooks/<use the webhook url from your discord server>"
os.environ["WEBHOOK_USERNAME"] = "LangChain Agent"
  1. Run the agent
agent.run("Post a joke to the webhook!")

Notice

This package is in development, more info above. Currently the package was only tested on the ZERO_SHOT_REACT_DESCRIPTION agent. I'm currently working to add a custom output parser, so it can be used on other agents.

Support this project

You can support this project by giving a star to this repository, or by reporting all bugs. I am the only developer of this project, so it may take a while to fix bugs. You can find more info on my Twitter, or on my website. Donations are also welcome, you can donate to my BuyMeACoffee.

License

I don't know a lot about licenses, so I just used the MIT license. In general it's free to use (both private and for enterprise), but you can't claim it as your own.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_discord-1.0.2.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file langchain_discord-1.0.2.tar.gz.

File metadata

  • Download URL: langchain_discord-1.0.2.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for langchain_discord-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e9eac57b12daf6face3bbbc8ceea2c195095bdfd82f23e1c582cf50bef9af4b9
MD5 cd9e765f05f89fba1b7a67ed70aaea8f
BLAKE2b-256 b0526721524f41bce944d219938eee92845181ea177ba724d96e724286f9ffcd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page