Merge pull request 'docs: RESOURCES.md — add dispatch mechanism and formula inventory' (#1112) from docs/resources-dispatch into master
Reviewed-on: https://codeberg.org/johba/harb/pulls/1112
This commit is contained in:
commit
c9ffef279f
1 changed files with 11 additions and 0 deletions
11
RESOURCES.md
11
RESOURCES.md
|
|
@ -6,6 +6,8 @@
|
||||||
- agents: dev, review, action, gardener, supervisor, planner, predictor
|
- agents: dev, review, action, gardener, supervisor, planner, predictor
|
||||||
- ram: 8GB
|
- ram: 8GB
|
||||||
- note: dedicated to harb — all agent and formula workloads run here
|
- note: dedicated to harb — all agent and formula workloads run here
|
||||||
|
- dispatch: file an issue with the `action` label. The action-poll picks it up and runs the referenced formula. See `formulas/*.toml` in this repo for available formulas.
|
||||||
|
- constraint: only one formula can run at a time (port 8545 shared by red-team, evolution, holdout, user-test). Dev agents run concurrently with formulas.
|
||||||
|
|
||||||
## codeberg-johba
|
## codeberg-johba
|
||||||
- type: source-control
|
- type: source-control
|
||||||
|
|
@ -29,3 +31,12 @@
|
||||||
- capability: Base L2 mainnet access for on-chain queries, event logs, pool data
|
- capability: Base L2 mainnet access for on-chain queries, event logs, pool data
|
||||||
- env: INFURA_API_KEY
|
- env: INFURA_API_KEY
|
||||||
- note: used by evidence formulas (red-team, evolution)
|
- note: used by evidence formulas (red-team, evolution)
|
||||||
|
|
||||||
|
## Available formulas (this repo)
|
||||||
|
- run-red-team.toml — adversarial attack suite against the optimizer
|
||||||
|
- run-evolution.toml — Push3 evolution pipeline, mutate and select optimizer candidates
|
||||||
|
- run-holdout.toml — holdout evaluation of evolved candidates
|
||||||
|
- run-user-test.toml — simulated user interaction testing
|
||||||
|
- run-resources.toml — collect disk/RAM/API usage metrics
|
||||||
|
- run-protocol.toml — query on-chain protocol health (TVL, fees, positions)
|
||||||
|
- dispatch: create an issue with `action` label, body references the formula name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue