create_concierge
[RETIRED] This tool no longer creates anything. Personal Shopper accounts are created on VIA (app.getvia.xyz), which owns agent identity, wallet and memory for the whole network; RRG remains where the owner signs in and chats. Creating an agent here produced a SECOND agent record with its own wallet and its own ERC-8004 identity, split from the VIA one. Every call now returns the VIA onboarding URL. Send the owner there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the agent (e.g. "StyleHunter", "LuxFinder") | |
| tier | No | "basic" = legacy rule-based tier. "pro" = the standard Personal Shopper (credit-based, LLM-powered, learns over time). | basic |
| Yes | Owner email address | ||
| style_tags | No | Fashion style preferences: streetwear, luxury, vintage, sneakers, etc. | |
| persona_bio | No | Agent personality description | |
| llm_provider | No | LLM provider for the pro tier. Claude (Anthropic) or DeepSeek. | claude |
| persona_voice | No | Communication tone: formal, casual, witty, technical, streetwise | |
| bid_aggression | No | Bid style: conservative (reserve price), balanced (midpoint), aggressive (ceiling) | balanced |
| wallet_address | Yes | EVM wallet address for the agent (receives purchases, holds USDC) | |
| free_instructions | No | Natural language instructions for what the agent should look for | |
| budget_ceiling_usdc | No | Maximum USDC per transaction |