Created
June 9, 2025 16:04
-
-
Save dikamilo/7665e051310439d1f997359e02900baa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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