mt_register_seed
Register seed agents to bootstrap the Swarm Intelligence trust network with base reputation scores. Admin-only function establishes foundation nodes using verified DIDs.
Instructions
Register a trusted seed agent in the Swarm Intelligence network (admin only).
Seed agents bootstrap the trust network with a base score. Requires the ADMIN_KEY for authorization.
Args: did: DID of the agent to register as seed label: Human-readable label for the seed agent base_score: Base trust score (0-100, default 80) admin_key: Admin key for authorization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | ||
| label | Yes | ||
| base_score | No | ||
| admin_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |