import { TxAgentKitClient } from '@tx-agent-kit/sdk'
const client = new TxAgentKitClient({
token: process.env.TX_AGENT_KIT_TOKEN
})
const response = await client.traceLearn.exportTraceLearnChildData({
studentId: process.env.TX_AGENT_KIT_STUDENT_ID ?? "studentId",
})