AIAny
AI Agent2025
Icon for item

Embabel Agent Framework

JVM framework for authoring agentic flows that mixes LLM-driven prompts with strongly typed domain models and normal code to plan and execute goals. Key features: pluggable planners (GOAP, Utility AI), Spring integration, strong typing, testability, and support for local and cloud LLMs.

Introduction

Why this matters

Agentic systems often end up as ad-hoc orchestrations of LLM calls, scripts and glue code that are hard to test, extend, and safely operate in production. This framework treats agent flows as first-class, strongly typed constructs on the JVM so teams can compose LLM prompts, code actions, and domain objects into dynamic plans that replan as state changes — making long-horizon and tool-augmented agents easier to reason about and test.

What Sets It Apart
  • Pluggable planning model: supports Goal Oriented Action Planning (GOAP) by default and also offers Utility AI, letting the system choose actions by preconditions or by dynamic utility scores for exploration and open-ended tasks. This enables dynamic sequencing, parallelization decisions, and replanning after every action.
  • Tight JVM & Spring integration: agents are Spring-managed (annotations + Kotlin DSL), so existing Spring services, DI, AOP and persistence are directly usable; observability (tracing/metrics) and transaction management integrate with standard JVM tooling.
  • Strong typing and testability: domain objects are first-class, LLM prompts can create typed objects, and the framework includes facilities to unit-test prompts, actions and end-to-end agent runs without hitting external APIs.
  • Tooling and model flexibility: built-in support for MCP servers/tools, local model runtimes (Ollama, Docker-hosted models), and common cloud providers (OpenAI, Anthropic, OCI), plus conventions for mixing cheap/local models with expensive ones to control cost and privacy.
Who It's For and Tradeoffs

Great fit if you build JVM/Spring applications that need reusable, testable agent behavior (enterprise apps, backend services, or systems that must integrate with existing Java libraries). It particularly suits teams that want deterministic wiring and typed contracts between code and LLM outputs.

Look elsewhere if you need a lightweight Python-first agent playground, if you cannot adopt Spring/JVM infrastructure, or if you need a fully mature commercial platform — the project is early-stage and presumes JVM/Spring familiarity and some setup (API keys, optional Docker/OLLAMA, MCP tooling) to access its full capabilities.

Information

  • Websitegithub.com
  • OrganizationsEmbabel Software Inc
  • Published date2025/04/10

Categories

More Items

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Hugging Face
AI Model2026

Post‑trained 9B causal language model optimized for agentic workflows, tool use, coding, and long‑context instruction following. Uses a routing‑guided agentic post‑training pipeline that converts harness executions into training signal, improving agentic and coding benchmarks. Text‑only weights (safetensors/BF16), Apache‑2.0.

Hugging Face
AI Model2026

Multimodal foundation model for visual understanding, spatial reasoning and multi-step agent tool use — accepts text, multiple images and video at any resolution and supports long contexts (up to 128K tokens). Emphasizes fine-grained 2D/3D relations, affordance reasoning and embodied-AI planning.