feat: implement agent core components including planner, executor, orchestrator, and memory management while refactoring tool result presentation
This commit is contained in:
@@ -32,8 +32,8 @@ This repository is a local development workspace for a loyalty AI assistant. It
|
||||
- `config/AgentConfig.java`: OAuth2-enabled `RestClient` for the loyalty core API.
|
||||
- `controller/ConversationController.java`: simple in-memory conversation/message REST endpoints.
|
||||
- AI configuration:
|
||||
- Uses Ollama at `http://localhost:11434`.
|
||||
- Default model in `application.yml`: `qwen3.5:2b`.
|
||||
- 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}`.
|
||||
- Agent event types sent to the UI: `TOKEN`, `TOOL_STATUS`, `DONE`, `ERROR`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user