refactor: migrate loyalty-agent and loyalty-mcp-server components to a new modular structure with updated specs and frontend integration.

This commit is contained in:
2026-07-19 21:43:44 +07:00
parent c3861d6476
commit cda93365ca
128 changed files with 12721 additions and 6343 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
KEYCLOAK_CLIENT_SECRET=your_client_secret_here
KEYCLOAK_TOKEN_URI=http://192.168.99.235/auth/realms/ols-cn-sit/protocol/openid-connect/token
LOYALTY_CORE_BASE_URL=http://192.168.99.242:8081
MCP_SERVER_URL=http://localhost:9331
VITE_AGENT_HTTP_URL=http://localhost:9332
VITE_AGENT_WS_URL=ws://localhost:9332