#132 · Primary category: LLM Application Frameworks
fit-framework
FIT: Enterprise-grade AI development framework with multi-language function engine (FIT), streaming orchestration (WaterFlow), and Java LangChain alternative (FEL); supports native/Spring dual modes, plugin hot-swap, and smart deployment, unifying LLMs with business systems.
Project last updated:03/13/26
GitHub Stars
2.1K
Forks
335
Contributors
31
License
MIT
Why we included this project
Java teams have spent years watching the Python AI stack get all the good tooling, and FIT is the most complete attempt yet to bring that to the JVM. It is actually three pieces in one: FIT Core, a multi-language function runtime (Java, Python, C++) with hot-swappable plugins; WaterFlow, an engine for composing streaming business logic; and FEL, primitives that wrap models, vector stores, and tool calls so RAG pipelines and agents can live inside a Java codebase instead of a separate service. The docs show retrieve and agent examples that read like ordinary Java fluent APIs, which makes it easy for a team to stand up a retriever or an agent loop without learning a new language. It also handles the deployment plumbing, routing calls locally or over RPC depending on whether you run it as a monolith or distributed services. For shops on Java or Spring that want LLM features embedded rather than bolted on as a Python sidecar, it is worth comparing against whatever you already use.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform