Emirateyang/llm-agent
Java library to simplify the integration of LLMs
This library helps Java developers integrate Large Language Models (LLMs) into their applications more easily. It takes raw text inputs or instructions and allows you to incorporate LLM intelligence directly into your existing Java-based software, producing AI-enhanced features or automated text processing. Java developers building internal tools or customer-facing applications that need to leverage AI capabilities would use this.
Use this if you are a Java developer looking to add LLM functionalities to your applications without needing to manage complex API integrations from scratch.
Not ideal if you are not a Java developer or if your primary need is a ready-to-use LLM application rather than building one.
Stars
7
Forks
4
Language
Java
License
Apache-2.0
Category
Last pushed
Dec 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/Emirateyang/llm-agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lancedb/vectordb-recipes
Resource, examples & tutorials for multimodal AI, RAG and agents using vector search and LLMs
ErickWendel/neo4j-ai-experiments
Examples of my tutorial on how to use Neo4j for empowering AI RAG systems
nath1295/LLMFlex
A python package for developing AI applications with local LLMs.
Special-Unitary-Group/xolote
Centralize your own research material and consult it with the power of AI and LLMs
Emmanuel-Melon/learning-llms-from-scratch
My personal journey and open notes on understanding AI/ML concepts by implementing them from...