Package Details: hermes-agent-git 2026.5.7.r747.g13c72f-1

Git Clone URL: https://aur.archlinux.org/hermes-agent-git.git (read-only, click to copy)
Package Base: hermes-agent-git
Description: Locally-run AI agent with tool use, web browsing, and automation
Upstream URL: https://github.com/NousResearch/hermes-agent
Licenses: MIT
Conflicts: hermes-agent
Provides: hermes-agent
Submitter: asermax
Maintainer: wyf9661
Last Packager: wyf9661
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-11 03:08 (UTC)
Last Updated: 2026-05-15 09:12 (UTC)

Latest Comments

daweiy commented on 2026-04-12 20:14 (UTC)

Note that the bundled skills are not automatically installed. Need to set something like HERMES_BUNDLED_SKILLS=/home/ydawei/.cache/paru/clone/hermes-agent-git/src/hermes-agent-git/skills in ~/.hermes/.env after installation.

Feel free to add this message to the .install file.

y0uCeF commented on 2026-04-02 12:44 (UTC) (edited on 2026-04-02 12:45 (UTC) by y0uCeF)

In my local PKGBUILD I have these additional dependencies in my depends array, extracted from pyproject.toml:

'python-pyjwt'
'python-anthropic'
'python-exa-py'
'python-firecrawl-py'
'python-fal-client'
'python-edge-tts'
'ripgrep'
'ffmpeg'

And added these optdepend, the commented out ones I have not found on AUR yet:

'python-telegram-bot: Telegram gateway support'
#'python-discord-py: Discord gateway support' python-discord-git?
'python-croniter: Cron expression parsing'
#'python-modal-client: Modal cloud execution backend'
'python-elevenlabs: ElevenLabs premium voices'
'python-pyaudio: CLI microphone input + audio playback'
#'python-honcho: AI-native memory'
'python-mcp: Model Context Protocol support'
#'python-homeassistant: Home Assistant integration' -cli?
#'python-acp: ACP editor integration support'
'python-slack-sdk: Slack messaging'

marsxyz commented on 2026-04-01 15:16 (UTC)

Several packages are missing in the dependencies;

-python-firecrawl-py as mentioned by void09 in their earlier post. -python-aiohttp -python-fal-client

void09 commented on 2026-03-21 23:33 (UTC)

got an error after setup: ModuleNotFoundError: No module named 'firecrawl' it's on aur but orphaned/out of date.