Skip to content

Update assistant #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 1, 2025
Merged

Update assistant #8

merged 6 commits into from
Jun 1, 2025

Conversation

kpavlov
Copy link
Owner

@kpavlov kpavlov commented May 31, 2025

This pull request introduces several changes across multiple files, focusing on enhancements to Docker support, financial product documentation, and Makefile updates. The most significant changes include the addition of Dockerfiles for various build modes, updates to the Makefile for improved container workflows, and detailed documentation for financial products.

Docker Support Enhancements:

  • Added Dockerfiles for JVM mode (Dockerfile.jvm), legacy JAR mode (Dockerfile.legacy-jar), and native mode (Dockerfile.native) to support containerized builds and deployments for the Quarkus application. Each Dockerfile includes instructions for building and running the respective container images. [1] [2] [3]
  • Updated mcp/pom.xml to include the quarkus-container-image-jib dependency, enabling container image builds directly via Maven.

Makefile Updates:

  • Added new targets run-mcp and run-mcp-docker to streamline development and container workflows for the mcp module. The run-mcp-docker target builds a container image and runs it using Docker.

Financial Product Documentation:

  • Created detailed documentation for the "EasyTrade Starter Portfolio™" in catalog/easytrade-starter-portfolio.md, outlining features, account details, and beginner benefits.
  • Added descriptions for the "Retirement Money Market" and "Standard Savings Account" products in their respective files, emphasizing account benefits and requirements. [1] [2]

Horizon Financial Brochure:

  • Introduced a new HTML brochure (catalog/horizon-financial-brochure.html) showcasing Horizon Financial's products and services, including banking solutions, digital banking, and community commitment. The brochure is styled for readability and user engagement.

kpavlov added 6 commits May 31, 2025 21:32
Simplify HTML structure in `CustomerCallbackScheduler` email template.
…date scenarios and latency thresholds, enable reuse of embeddings in development, add catalog content and financial product descriptions, refine Makefile and configurations for better evaluation, and update dependencies.
- Introduced Dockerfile variants to support different Quarkus build modes.
- Added necessary dependencies (`quarkus-container-image-jib`) in `pom.xml`.
- Updated Makefile with new `run-mcp-docker` command for containerized MCP app execution.
- Enhanced system prompt with moderation rules for unhelpful queries.
- Updated chat-memory scenario assertion for clarity (greeting by name).
- Enabled request/response logging for moderation model in dev properties.
- Replaced `message` with `query` in all YAML files (`ws-provider.yaml`, `http-provider.yaml`, and scenarios).
- Updated moderation example text for consistency.
- Adjusted test scenarios (`time.yaml`, `rag.yaml`, `chat-memory.yaml`, `stocks.yaml`, `moderation.yaml`) to use `query` variable.
@kpavlov kpavlov merged commit c58ff64 into main Jun 1, 2025
1 check passed
@kpavlov kpavlov deleted the assistant branch June 1, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant