Use Zhipu AI (GLM) with PraisonAI TypeScript
export ZHIPU_API_KEY=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'ZhipuAgent', instructions: 'You are a helpful assistant.', llm: 'zhipu-ai/glm-4' });