Sovereign AI Agents
Function
Description
pub struct SovereignAgent {
id: Address,
model_hash: bytes32,
stake_contract: Address,
controller: Address,
agent_type: uint8,
created_at: uint64,
metadata_uri: string,
state_hash: bytes32,
last_executed: uint64
}Type
Function Example
Last updated