Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
Agent framework for the JVM. Pronounced Em-BAY-bel /ɛmˈbeɪbəl/
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
Most agent frameworks are Python-centric and lack tight integration with JVM enterprise ecosystems. Embabel solves this by providing a type-safe, domain-model-driven agent framework for Java/Kotlin, allowing developers to embed LLM-driven decision-making into existing Spring-based applications without leaving the JVM. Its dynamic replanning (OODA loop) adapts to changing conditions, unlike static workflows.
Deployment reality
The available setup signal starts with: Add the Maven dependency: com.embabel.agent:embabel-agent-api (latest version from MvnRepository), and follow the quick-start guide at docs.embabel.com.. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is Apache-2.0. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build sophisticated autonomous agents that interact with enterprise systems, such as customer support bots that access internal APIs, automated workflow orchestrators that adjust plans based on real-time data, and intelligent assistants that reason over domain models. The framework supports complex goal-seeking behavior with continuous reassessment, making it suitable for high-stakes automation where adaptability is critical. The ceiling includes multi-agent coordination and integration with Spring Boot microservices.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
embabel/embabel-agent is tracked as a Kotlin project in the AI Agent, LLM Tool, AI App, Automation area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 4.2k total stars, with +40 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 10 days ago, and the open issue queue is 69, about 1.64% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 411 forks and 4.2k watchers suggest how often the project is reused or followed. License signal: Apache-2.0. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 230. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyApache-2.0 is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
4.2k Stars
Reuse
411 Forks
Attention
4.2k Watchers
Maintenance
active
License
Apache-2.0
Open issues
69
Embabel is a framework for authoring agentic flows on the JVM that seamlessly mix LLM-prompted interactions with code and domain models. It supports intelligent path finding towards goals and is written in Kotlin with a natural usage model from Java. It was created by the creator of Spring.
Key Features
- Sophisticated planning using a non-LLM AI algorithm for dynamic plan formulation and replanning. - Superior extensibility and reuse through dynamic planning without editing FSM definitions. - Strong typing and object orientation with domain models, plus platform abstraction and built-in testability.
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
LLM Tool
Libraries and tools for LLM apps, RAG, prompts, and evals
AI App
End-user AI applications and AI-native product examples
Automation
Workflow automation, integration glue, and orchestration
Add the Maven dependency: com.embabel.agent:embabel-agent-api (latest version from MvnRepository), and follow the quick-start guide at docs.embabel.com.73
Health Score
Active
Commit Activity
Apr 10, 2025
Created
Aug 13, 2026
Last push
+161
Today's growth
+230
7-day growth
+230
30-day growth
Forks
Open
Watchers
embabel
GitHub profileopenclaw/openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
obra/superpowers
An agentic skills framework & software development methodology that works.
affaan-m/ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
NousResearch/hermes-agent
The agent that grows with you
mattpocock/skills
Skills for Real Engineers. Straight from my .agents directory.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
Most agent frameworks are Python-centric and lack tight integration with JVM enterprise ecosystems. Embabel solves this by providing a type-safe, domain-model-driven agent framework for Java/Kotlin, allowing developers to embed LLM-driven decision-making into existing Spring-based applications without leaving the JVM. Its dynamic replanning (OODA loop) adapts to changing conditions, unlike static workflows.
Capabilities
Developers can build sophisticated autonomous agents that interact with enterprise systems, such as customer support bots that access internal APIs, automated workflow orchestrators that adjust plans based on real-time data, and intelligent assistants that reason over domain models. The framework supports complex goal-seeking behavior with continuous reassessment, making it suitable for high-stakes automation where adaptability is critical. The ceiling includes multi-agent coordination and integration with Spring Boot microservices.
Bottom Line
Embabel is ideal for JVM-centric teams (especially Spring/Kotlin) that need to embed LLM-driven agentic flows into production systems with strong typing and domain modeling. It is less suitable for Python-centric AI developers or those seeking a lightweight scripting approach. The key trade-off is the learning curve of its conceptual model versus the benefits of deep JVM integration and dynamic replanning.