Skip to content

Commit 31d121b

Browse files
docs: note Hermes webui and agent-api proxy in AGENTS.md
Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
1 parent 29d3081 commit 31d121b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ only covers cloud-specific, non-obvious caveats.
198198
Redis degrades gracefully but the local `.env` points at it.
199199
- **Backend** (port 8080, base path `/api`): `bash scripts/start-backend.sh` (wraps
200200
`./mvnw spring-boot:run`; it strips `SPRING_PROFILES_ACTIVE=prod` for local runs → dev mode).
201-
- **Frontend** (port 3000): `npm run dev` (Vite proxies `/api` → 8080).
201+
- **Frontend** (port 3000): `npm run dev` (Vite proxies `/api` → 8080 and `/agent-api` → 8787).
202+
- **Hermes Agent webui** (port 8787, optional): needed only for the sidebar **Agent** tab.
203+
See caveats below for install + `HERMES_WEBUI_ALLOWED_ORIGINS`.
202204
- A demo target DB `demo_shop` (same Postgres server, sample `customers`/`products`/`orders`)
203205
exists for exercising connection/schema features without an external database.
204206

0 commit comments

Comments
 (0)