From 3ff532c8bacc669042139b47b12ed93fcb4485bc Mon Sep 17 00:00:00 2001 From: sdev Date: Mon, 30 Mar 2026 07:51:46 +0530 Subject: [PATCH 1/2] Add JamJet to Artificial Intelligence section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..86efb068 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ _Frameworks and libraries that help implementing and verifying design and archit _Frameworks that help you to leverage LLMs and AI._ +- [JamJet](https://github.com/jamjet-labs/jamjet) - Production-grade agent runtime with native Java SDK featuring agent strategies, graph-based workflow orchestration, multi-agent coordination, built-in eval harness, and native MCP and A2A protocol support. Rust core for performance with polyglot IR compilation. - [LangChain4j](https://github.com/langchain4j/langchain4j) - Simplifies integration of LLMs with unified APIs and a comprehensive toolbox. - [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk) - Enables applications to interact with AI models and tools through a standardized interface (i.e. Model Context Protocol), supporting both synchronous and asynchronous communication patterns. - [simple-openai](https://github.com/sashirestela/simple-openai) - Library to use the OpenAI API (and compatible ones) in the simplest possible way. From 70425c3279b7bc5bbf503793cf4ab5c1a4215508 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 12 Apr 2026 15:38:00 +0400 Subject: [PATCH 2/2] fix: trim to one sentence, remove promotional language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86efb068..204dfed1 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ _Frameworks and libraries that help implementing and verifying design and archit _Frameworks that help you to leverage LLMs and AI._ -- [JamJet](https://github.com/jamjet-labs/jamjet) - Production-grade agent runtime with native Java SDK featuring agent strategies, graph-based workflow orchestration, multi-agent coordination, built-in eval harness, and native MCP and A2A protocol support. Rust core for performance with polyglot IR compilation. +- [JamJet](https://github.com/jamjet-labs/jamjet) - Agent runtime with a Java SDK for building AI agents, supporting graph-based workflow orchestration, multi-agent coordination, and MCP/A2A protocols. - [LangChain4j](https://github.com/langchain4j/langchain4j) - Simplifies integration of LLMs with unified APIs and a comprehensive toolbox. - [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk) - Enables applications to interact with AI models and tools through a standardized interface (i.e. Model Context Protocol), supporting both synchronous and asynchronous communication patterns. - [simple-openai](https://github.com/sashirestela/simple-openai) - Library to use the OpenAI API (and compatible ones) in the simplest possible way.