Use Crosshatch with PraisonAI TypeScript
export CROSSHATCH_API_KEY=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'CrosshatchAgent', instructions: 'You are a helpful assistant.', llm: 'crosshatch/model' }); const response = await agent.chat('Hello!');