Rename repo-agent to conversation-layer-agent

This commit is contained in:
josedario87
2025-06-05 00:10:10 -06:00
parent 5d512994ad
commit cc6e378f8c
10 changed files with 1106 additions and 3 deletions

View File

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