crabtalk 0.0.19

Run autonomous agents with built-in LLM inference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description={description}
After=network-online.target

[Service]
Type=simple
WorkingDirectory={config_dir}
Environment=PATH={path}
ExecStart={binary} --foreground -v
Restart=always
RestartSec=3

[Install]
WantedBy=default.target