mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
- Updated CLI to load configuration from user-specific and project-specific YAML files, prioritizing user settings. - Introduced a new command `/platforms` to display the status of connected messaging platforms (Telegram, Discord, WhatsApp). - Implemented a gateway system for handling messaging interactions, including session management and delivery routing for cron job outputs. - Added support for environment variable configuration and a dedicated gateway configuration file for advanced settings. - Enhanced documentation in README.md and added a new messaging.md file to guide users on platform integrations and setup. - Updated toolsets to include platform-specific capabilities for Telegram, Discord, and WhatsApp, ensuring secure and tailored interactions.
35 lines
322 B
Text
35 lines
322 B
Text
openai
|
|
python-dotenv
|
|
fire
|
|
httpx
|
|
rich
|
|
tenacity
|
|
pyyaml
|
|
requests
|
|
jinja2
|
|
pydantic>=2.0
|
|
firecrawl-py
|
|
fal-client
|
|
litellm>=1.75.5
|
|
typer
|
|
platformdirs
|
|
|
|
[all]
|
|
croniter
|
|
python-telegram-bot>=20.0
|
|
discord.py>=2.0
|
|
|
|
[cron]
|
|
croniter
|
|
|
|
[dev]
|
|
pytest
|
|
pytest-asyncio
|
|
|
|
[messaging]
|
|
python-telegram-bot>=20.0
|
|
discord.py>=2.0
|
|
|
|
[modal]
|
|
modal
|
|
boto3
|