Jak přispět do Hermes Agent

9. July 2026 · 3 min read

Hermes Agent je open-source (MIT) a vítá příspěvky od komunity.

Dev Environment

$ git clone https://github.com/NousResearch/hermes-agent.git$ cd hermes-agent && python3 -m venv venv$ source venv/bin/activate && uv pip install -e .

Commit Conventions

fix: oprava chybyfeat: nová funkcedocs: dokumentacerefactor: úprava kódu

Tests

$ scripts/run_tests.sh$ scripts/run_tests.sh tests/tools/

Vytvořte fork, napište kód s testy, otevřete PR. Více na GitHubu.

← Back to Blog