Update AGENTS_API_URL to point to agents-runtime namespace

This commit is contained in:
Deep Koluguri 2026-06-28 15:39:23 -04:00
parent 0d6450ced4
commit 25ecda9cb7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ client.on('disconnected', (reason) => {
io.emit('disconnected', reason);
});
const AGENTS_API_URL = process.env.AGENTS_API_URL || 'http://agents-api.ai-agents.svc.cluster.local:8000/webhook';
const AGENTS_API_URL = process.env.AGENTS_API_URL || 'http://agents-api.agents-runtime.svc.cluster.local:8000/webhook';
// Incoming messages handler
client.on('message_create', async msg => {