import { Conversation } from './types'; export async function helloWorldAgent(_conv: Conversation): Promise { return 'hello world'; }