refactor: overhaul agent workflow engine with scoped tool execution, configurable LLM model profiles, and enhanced state management.

This commit is contained in:
2026-07-22 18:41:45 +07:00
parent 369985ae9c
commit 66385746f6
32 changed files with 1454 additions and 171 deletions

View File

@@ -34,7 +34,7 @@ This repository is a local development workspace for a loyalty AI assistant. It
- AI configuration:
- Uses Ollama at `http://192.168.99.10:11434`.
- Default model in `application.yml`: `qwen3.5:4b`.
- MCP client connects to `${MCP_SERVER_URL:http://localhost:9331}`.
- MCP client connects to `${MCP_SERVER_URL:http://localhost:9331/sse}`.
- Agent event types sent to the UI: `TOKEN`, `TOOL_STATUS`, `DONE`, `ERROR`.
### `loyalty-mcp-server`