Data Transformation
Agent-led data transformation using AVM
Last updated
Agent-led data transformation using AVM
Last updated
Objective: Enable agent-led data transformation through LLM-generated scripts executed on AVM.
Automate conversion pipelines by having an LLM produce transformation functions, then execute safely via AVM.
Transform business data across different formats and integrate with productivity tools.
Process blockchain wallet data and prepare it for indexing in decentralized subgraphs.
Clients request data in bespoke JSON structures without manual coding.
Define Schema Provide a JSON Schema template.
Generate Code
Prompt the LLM to write an execute(input)
function matching the schema.
Secure Run Execute the function in AVM’s sandbox.
Deliver Output Return parsed JSON conforming to the schema.