convesation-layer-agent establecido

This commit is contained in:
2025-06-05 00:34:57 -06:00
parent bb9d47feab
commit fffbe6c313
3 changed files with 17 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import { WhatsAppMessage } from './types';
export type Handler = string | ((msg: WhatsAppMessage | string) => Promise<string>);
export const chatHandlers: Record<string, Handler> = {
'50498554225@c.us': helloWorldAgent,
'50498554225@c.us': 'http://conversation-layer-agent:8001',
'repo-helper@c.us': 'http://conversation-layer-agent:8001',
// Add other mappings like:
// '50496210031@c.us': 'http://llm-agent:8000'