Add dev target and nodemon setup for agent

This commit is contained in:
josedario87
2025-06-05 00:21:00 -06:00
parent cc6e378f8c
commit bb9d47feab
4 changed files with 573 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ Alternatively you can run the chat UI and router locally using Make:
```bash
make chat # start chat-ui
make router # start whatsapp-router
make agent # start conversation-layer-agent
```
Both targets read configuration from a `.env` file if it exists (see `.env.example`).