返回全部动态
Embabel 代理框架发布 1.0 正式版
原标题:Embabel Agent Framework Reaches 1.0
AI 摘要
Embabel 框架在 Java 上构建 AI 代理,现已达到 1.0 正式发布。它允许开发者将代理定义为类型化领域对象,并使用受游戏 AI 启发的目标导向行动规划(GOAP)在运行时动态规划行动序列。Embabel 基于 Spring AI 构建,支持多种模型提供商,并可与 LangGraph 等现有框架对比。该框架由 Spring 框架创始人 Rod Johnson 共同创建,旨在简化代理开发。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
Embabel, a framework for building AI agents on the Java, reached its 1.0 general-availability release. Embabel lets Java and Kotlin developers define agents as typed domain objects (goals, actions, and the conditions that connect them) rather than hand-coding a sequence of prompts and tool calls, using a planning step to work out how to get from the current state to a goal at runtime. That planning step borrows an idea from video game AI called Goal-Oriented Action Planning (GOAP). Instead of fo
发布时间:2026-08-03 12:43
抓取时间:2026-08-03 15:57
来源机构:InfoQ