docs: add BOOT.md for hermes-agent repository #202

Merged
Timmy merged 1 commits from bezalel/ci-uv-cache into main 2026-04-07 14:15:19 +00:00
Owner

Closes #172

Adds BOOT.md covering:

  • Environment prerequisites (Python 3.11, uv, optional Node.js)
  • First-time setup with uv venv and uv pip install -e ".[all,dev]"
  • Smoke tests (scripts/smoke_test.py)
  • Full test suite command (pytest tests/ -x --ignore=tests/integration)
  • Gitea workflow conventions
  • Common pitfalls (missing httpx, prompt_toolkit, API keys, browser tools)
  • Repo layout guide for agents

Target: another agent can get from clone to productive in <10 minutes using only BOOT.md.

Closes #172 Adds `BOOT.md` covering: - Environment prerequisites (Python 3.11, uv, optional Node.js) - First-time setup with `uv venv` and `uv pip install -e ".[all,dev]"` - Smoke tests (`scripts/smoke_test.py`) - Full test suite command (`pytest tests/ -x --ignore=tests/integration`) - Gitea workflow conventions - Common pitfalls (missing `httpx`, `prompt_toolkit`, API keys, browser tools) - Repo layout guide for agents Target: another agent can get from clone to productive in <10 minutes using only `BOOT.md`.
Timmy added 1 commit 2026-04-07 14:10:59 +00:00
docs: add BOOT.md for hermes-agent repository
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 47s
6479465300
Timmy merged commit bfb876b599 into main 2026-04-07 14:15:19 +00:00
Timmy deleted branch bezalel/ci-uv-cache 2026-04-07 14:15:21 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/hermes-agent#202