Ciphercat
1d95780fff
fix: missing minisweagent_path module + add nix checks
...
- Patch upstream pyproject.toml to include minisweagent_path in py-modules
- Copy mini-swe-agent/src/minisweagent into package for importability
- Add 3 nix checks: package-contents, cli-commands, doctor
- All binaries tested: hermes, hermes-agent, hermes-acp
- hermes gateway, config, status, claw migrate all verified working
2026-03-16 01:15:24 +00:00
Rasyidan A F
742b6d541c
docs: reclarify lol
2026-03-16 07:49:17 +07:00
Ciphercat
32b624783a
docs: add golden paths for supported deployment topologies
2026-03-16 00:46:23 +00:00
Ciphercat
5b49310049
chore: rename to nix-hermes-agent
2026-03-16 00:40:30 +00:00
Ciphercat
5930ea925d
feat: add authFile option + sops-nix documentation
...
- authFile option for declarative OAuth token management
- sops-nix integration examples in README
- Plain file secrets example in README
2026-03-16 00:36:12 +00:00
Ciphercat
3dd03ba2ae
feat: declarative NixOS module following nix-openclaw patterns
...
- Deep-merge config attrset → cli-config.yaml (like nix-openclaw's JSON config)
- Declarative documents option (SOUL.md, AGENTS.md, USER.md — inline or file paths)
- MCP servers as structured Nix options (merged into config)
- Environment files for secrets (systemd EnvironmentFile, outside Nix store)
- Non-secret environment vars (separate from secrets)
- Proper tmpfiles rules, activation scripts for config + document linking
- systemd hardening (NoNewPrivileges, ProtectSystem, PrivateTmp)
- Comprehensive README with full usage examples
2026-03-15 23:59:09 +00:00
Ciphercat
f70dc0f39b
feat: initial nix package and NixOS module for hermes-agent v0.2.0
...
- buildPythonApplication with Python 3.12
- All extras included (messaging, cron, tts, voice, mcp, honcho, acp)
- Custom PyPI packages: fal-client, honcho-ai, agent-client-protocol
- NixOS module with systemd service for gateway mode
- Runtime deps wrapped: nodejs 22, ripgrep, ffmpeg, git
- Flake-based with overlay support
2026-03-15 23:49:39 +00:00