Skip to main content

Crosshatch Provider

Environment Variables

export CROSSHATCH_API_KEY=...

Quick Start

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!');