Set up gasless payment sessions
const { sessionId, paymentRequest } = await agent.createSession({ maxSpend: 10, durationHours: 24 });
paymentRequest.payTo
const activation = await agent.activateSession(sessionId, txHash, amount);
const result = await agent.execute(service, input, { sessionId });