mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-02 00:41:43 +08:00
13 lines
360 B
YAML
13 lines
360 B
YAML
|
|
name: irc-platform
|
||
|
|
version: 1.0.0
|
||
|
|
description: >
|
||
|
|
IRC gateway adapter for Hermes Agent.
|
||
|
|
Connects to an IRC server and relays messages between an IRC channel
|
||
|
|
(or DMs) and the Hermes agent. No external dependencies — uses
|
||
|
|
Python's stdlib asyncio for the IRC protocol.
|
||
|
|
author: Nous Research
|
||
|
|
requires_env:
|
||
|
|
- IRC_SERVER
|
||
|
|
- IRC_CHANNEL
|
||
|
|
- IRC_NICKNAME
|