.gitignore
PLAN.md
README.md
mkdocs.yml
pyproject.toml
.claude/skills/hyperherd-config/SKILL.md
.github/workflows/docs.yml
.github/workflows/publish.yml
docs/claude-skill.md
docs/commands.md
docs/conditions.md
docs/configuration.md
docs/discord-setup.md
docs/example.md
docs/getting-started.md
docs/index.md
docs/launcher.md
docs/mcp-integrations.md
docs/monitor.md
docs/results.md
docs/setup-help.md
docs/workspace.md
docs/_outputs/dry-run.html
docs/_outputs/init.html
docs/_outputs/launch.html
docs/_outputs/stats.html
docs/_outputs/status.html
docs/_scripts/render_ansi.py
docs/stylesheets/terminal.css
examples/mnist_training/README.md
examples/mnist_training/hyperherd.yaml
examples/mnist_training/launch.sh
examples/mnist_training/pyproject.toml
examples/mnist_training/train.py
examples/mnist_training/configs/config.yaml
hyperherd/__init__.py
hyperherd/__main__.py
hyperherd/_version.py
hyperherd/agent_output.py
hyperherd/cli.py
hyperherd/config.py
hyperherd/constraints.py
hyperherd/display.py
hyperherd/expr.py
hyperherd/init.py
hyperherd/logging.py
hyperherd/manifest.py
hyperherd/preflight.py
hyperherd/search.py
hyperherd/slurm.py
hyperherd.egg-info/PKG-INFO
hyperherd.egg-info/SOURCES.txt
hyperherd.egg-info/dependency_links.txt
hyperherd.egg-info/entry_points.txt
hyperherd.egg-info/requires.txt
hyperherd.egg-info/top_level.txt
hyperherd/integrations/__init__.py
hyperherd/integrations/lightning.py
hyperherd/monitor_agent/__init__.py
hyperherd/monitor_agent/commands.py
hyperherd/monitor_agent/daemon.py
hyperherd/monitor_agent/state.py
hyperherd/monitor_agent/tick.py
hyperherd/monitor_agent/tools.py
hyperherd/monitor_agent/channel/__init__.py
hyperherd/monitor_agent/channel/discord_channel.py
hyperherd/monitor_agent/event_source/__init__.py
hyperherd/monitor_agent/event_source/slurm.py
hyperherd/monitor_agent/prompt/__init__.py
hyperherd/monitor_agent/prompt/monitor.md
hyperherd/skills/hyperherd-config/SKILL.md
tests/__init__.py
tests/test_agent_output.py
tests/test_cli_reconcile.py
tests/test_cli_stats.py
tests/test_cli_stop.py
tests/test_config.py
tests/test_constraints.py
tests/test_display.py
tests/test_expr.py
tests/test_expr_integration.py
tests/test_init.py
tests/test_integrations_lightning.py
tests/test_logging.py
tests/test_manifest.py
tests/test_monitor_agent_channel.py
tests/test_monitor_agent_chat_history.py
tests/test_monitor_agent_commands.py
tests/test_monitor_agent_daemon.py
tests/test_monitor_agent_pruning.py
tests/test_monitor_agent_slurm_poll.py
tests/test_preflight.py
tests/test_reconcile.py
tests/test_search.py
tests/test_slurm.py