Skip to content

DVR-825 → Prep updates for Conversations API#32

Merged
barrettk8090 merged 4 commits intomasterfrom
DVR-825
Dec 18, 2025
Merged

DVR-825 → Prep updates for Conversations API#32
barrettk8090 merged 4 commits intomasterfrom
DVR-825

Conversation

@barrettk8090
Copy link
Contributor

The .create_agent() request body now has the following format:

{
    "personality": "uncle_mechanic",  // Required (defaults to uncle_mechanic)
    "secrets": {
        "DIMO_API_KEY": "0x12345..."  // Required
    },
    "type": "driver_agent_v1",  // Required 
    "variables": {
        "USER_WALLET": "0x123...",  // Required
        "VEHICLE_IDS": "[1, 2, 3]"  // Optional
    }
}

@linear
Copy link

linear bot commented Dec 17, 2025

@barrettk8090 barrettk8090 merged commit 0ee7278 into master Dec 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant