Skip to content

Instantly share code, notes, and snippets.

@dikamilo
Created June 9, 2025 16:04
Show Gist options
  • Save dikamilo/7665e051310439d1f997359e02900baa to your computer and use it in GitHub Desktop.
Save dikamilo/7665e051310439d1f997359e02900baa to your computer and use it in GitHub Desktop.
import { AgentService } from './agent.service'
const agentKey = process.env.AI_DEVS_PRIVATE_KEY as string
const agentService = new AgentService(agentKey)
await agentService.initialize()
await agentService.process()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment