-
Notifications
You must be signed in to change notification settings - Fork 0
Can't register child agents on-chain #2
Copy link
Copy link
Open
Description
Description
Child agent registration on-chain is not functional. The registerAgent() call on the RPB contract requires a deployed RPB contract on testnet, which is not yet available. The daemon can create and manage child agents locally, but they cannot be registered on-chain to earn training rewards, serve inference, or participate in governance.
Root Cause
The RPB contract has not been deployed on Etherlink Shadownet yet. The rpb.contract key in the Registry is empty.
Steps to Reproduce
- Start the daemon with a configured jurisdiction (Governor address + RPC URL)
- Create a child agent via the agent framework
- Attempt to register it on-chain — fails because no RPB contract exists at the discovered address
Expected Behavior
Child agents should be registerable on-chain with:
- Lineage hash linking to parent
- Alignment hash from charter vector
- Sponsor assignment (optional)
Blocked By
- RPB contract deployment on Etherlink Shadownet
GovernanceBridgeintegration into the daemon's agent lifecycle
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels