import Nuntly from '@nuntly/sdk';const client = new Nuntly({ apiKey: process.env['NUNTLY_API_KEY'], // This is the default and can be omitted});const agentState = await client.agents.state.retrieve('x');console.log(agentState.id);
import Nuntly from '@nuntly/sdk';const client = new Nuntly({ apiKey: process.env['NUNTLY_API_KEY'], // This is the default and can be omitted});const agentState = await client.agents.state.retrieve('x');console.log(agentState.id);