Quarkus Agentic
Createddanieloh30
Implements an agentic application utilizing multiple Model Context Protocol (MCP) servers alongside Quarkus and LangChain4j.
About
This project showcases how to build a simple agentic application leveraging Quarkus, the Supersonic Subatomic Java Framework, and the Model Context Protocol. It demonstrates the integration of multiple MCP servers with Quarkus and LangChain4j to facilitate agent reasoning and tool invocation. The application is designed for testing and development, with features like live coding, a Dev UI for interaction, and instructions for packaging and running in various environments.
Key Features
- 0 GitHub stars
- Includes a simple frontend application for testing the assistant.
- Supports live coding with Quarkus Dev mode.
- Integrates with Brave web search, OpenAI, Google Maps, and Slack via MCP.
- Offers instructions for packaging as a standard JAR or über-jar.
- Provides options for creating a native executable using GraalVM.
Use Cases
- Building agentic applications using multiple MCP servers
- Testing agent reasoning with various tools.
- Developing applications with natural language interaction capabilities.