refactor: overhaul agent workflow engine with scoped tool execution, configurable LLM model profiles, and enhanced state management.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user