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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
EA

embabel/embabel-agent

AI Agent

Agent framework for the JVM. Pronounced Em-BAY-bel /ɛmˈbeɪbəl/

4.2k Stars411 Forks69 Open Issues4.2k WatchersKotlinApache-2.0
AI AgentLLM ToolAI AppAutomation
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 13, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

Apache-2.0 is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • Kotlin teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

4.2k Stars

Reuse

411 Forks

Attention

4.2k Watchers

Maintenance

active

License

Apache-2.0

Open issues

69

Overview

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.

Tool Positioning

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

Quick Start
Add the Maven dependency: com.embabel.agent:embabel-agent-api (latest version from MvnRepository), and follow the quick-start guide at docs.embabel.com.
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

Apr 10, 2025

Created

Aug 13, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+161

Today's growth

+230

7-day growth

+230

30-day growth

Aug 7, 2026Aug 13, 2026
Community Health
411

Forks

69

Open

4.2k

Watchers

Owner
EA

embabel

GitHub profile
Topics & Language
Kotlinagentagentic-aiagentsaiai-agentsaiagentframeworkgenaigenerative-aijavakotlinllmsmulti-agentsmulti-agents-orchestrationmulti-agents-systemspring
Ecosystem & Usage
GitHub Repository Project Website
Alternatives & Comparison

openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

386k

obra/superpowers

An agentic skills framework & software development methodology that works.

273k

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.

240k

NousResearch/hermes-agent

The agent that grows with you

231k

mattpocock/skills

Skills for Real Engineers. Straight from my .agents directory.

218k
License
Apache-2.0
CreatedApr 10, 2025
Last pushAug 13, 2026
Last syncedAug 13, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis