Add claim-loop install steps to FI recurrence-ops.
This commit is contained in:
parent
7d0cd7644a
commit
6d0ab181b6
1 changed files with 18 additions and 1 deletions
|
|
@ -76,7 +76,24 @@ cd ~/freedom-intelligence && ./scripts/railiance-rhythm/install-on-railiance.sh
|
||||||
# Logs: ~/.cache/freedom-intelligence/rhythm/
|
# Logs: ~/.cache/freedom-intelligence/rhythm/
|
||||||
```
|
```
|
||||||
|
|
||||||
Timer is **07:35** Berlin — five minutes after activity-core’s 07:30 schedule.
|
Timer is **07:35** Berlin — five minutes after activity-core’s 07:30 schedule
|
||||||
|
(**break-glass** once claim-loop is proven).
|
||||||
|
|
||||||
|
### Preferred: claim-loop (REIN-A-0002)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# On railiance01 after activity-core ops_run migration (WP-0026-T07)
|
||||||
|
cd ~/rein-aharness && git pull && uv sync # or pip install -e .
|
||||||
|
export ACTIVITY_CORE_URL=http://127.0.0.1:8010 # port-forward actcore-api if needed
|
||||||
|
export ACTIVITY_CORE_WORKER_TOKEN=… # actcore-runtime-secret
|
||||||
|
export AGENT_HARNESS_REPO_MAP="{\"freedom-intelligence\":\"$HOME/freedom-intelligence\"}"
|
||||||
|
./deploy/scripts/install-claim-loop-user.sh
|
||||||
|
# edit ~/.config/rein-aharness/claim-loop.env then:
|
||||||
|
systemctl --user start rein-aharness-claim-loop.service
|
||||||
|
```
|
||||||
|
|
||||||
|
See `rein-aharness/docs/ops-run-claim-loop.md` and
|
||||||
|
`activity-core/docs/deploy-ops-run-queue-railiance.md`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue