A daemon to schedule autonomous coding agents.
nightd start [--host HOST] [--port PORT]- Start the daemon (default: 127.0.0.1:8000)nightctl status- Check if the daemon is running
-
Install tools and dependencies:
mise install uv sync --all-packages
-
Start the daemon:
nightd start
You can run the tests via:
pytestTo run the documentation locally:
zensical serve