Embabel Agent Framework for the JVM
41 points
2 days ago
| 2 comments
| github.com
| HN
mrcwinn
10 hours ago
[-]
This is great! Better agent frameworks are sorely needed in a more diverse set up languages beyond Python and TS. Thank you for the work.
reply
reactordev
9 hours ago
[-]
This is awesome work! It bridges the business gap between “We’re a Java shop” and “Here’s my Jupyter notebook of my agent”. Looking forward to seeing where this goes.
reply
0x457
8 hours ago
[-]
IMO these agent frameworks do very little in terms of value add. Main thing they do is handling tool calling and some prompt wrapping and maybe naive chat history managment.

If a Java shop can figure how to do that in one day, then it's not a Java shop or they lack context around LLMs and framework won't bridge knowledge gap.

reply
justincormack
3 hours ago
[-]
This framework uses Goal Oriented Action Planning to plan based on typed outcomes, which is interestingly different from other frameworks.
reply
manishsharan
6 hours ago
[-]
This 100%.

Frameworks like these, and I include Microsoft Semantic kernel and Google' Agent2Agent, just get in the way. Fact is that Agent development is still in early stages. We daily learn more about how to get the most out of LLMs. It used to be "prompt engineering", this morning HN is talking about "Context engineering".

Abstractions and frameworks like these will obfuscate insights one would gain by using LLM +tools etc directly.

reply