radiant_build_agent_profile
Generate an AI agent profile with blake3 commitment, enabling on-chain registration through AgentIdentity and WAVE naming for verified identity and payments.
Instructions
Build an AI agent identity profile with blake3 commitment, suitable for on-chain registration via the AgentIdentity contract and WAVE naming system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | AI model identifier (e.g., 'gpt-4-turbo') | |
| address | Yes | Agent's Radiant payment address | |
| api_url | No | API endpoint URL | |
| pricing | No | Pricing info (e.g., '100sat/query') | |
| wave_name | No | WAVE name to register (e.g., 'myagent') | |
| description | Yes | Human-readable description of the agent | |
| capabilities | Yes | List of agent capabilities (e.g., ['research', 'translate', 'code']) |