From 4404db0677ecd71f17ac6ec621efb48c33692df5 Mon Sep 17 00:00:00 2001 From: xmor Date: Mon, 14 Sep 2026 21:22:33 +0200 Subject: [PATCH] Add ARA - Agent Runtime Architecture to Artificial Intelligence section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfda044..62de4b69 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ _Frameworks and libraries that help implementing and verifying design and archit
-Artificial Intelligence 15 projects +Artificial Intelligence 16 projects _Frameworks for building applications with AI, agents and knowledge-based systems._ @@ -42,6 +42,8 @@ _Frameworks for building applications with AI, agents and knowledge-based system > **[Anahata ASI](https://github.com/anahata-os/anahata-asi)** ★ 26 Apache-2.0 🟢
Java agent container with local LLM adapters, stateful tool execution, context management and IDE integration. +> **[ARA](https://github.com/xmor/ara)** ★ 3 Apache-2.0 🟢
Java 21 framework for autonomous AI agents and multi-agent systems, with LLM integration, tool calling, deterministic I/O contracts, RAG, human-in-the-loop and execution strategies (ReAct, ReSpAct, ReflAct, Reflexion). + > **[Dokimos](https://github.com/dokimos-dev/dokimos)** ★ 52 MIT 🟢
Evaluation framework for LLM and AI-agent applications that scores responses, validates tool calls and execution traces, and catches quality regressions in CI. > **[Google Gen AI Java SDK](https://github.com/googleapis/java-genai)** ★ 392 Apache-2.0 🟢
Official Java SDK for integrating Google generative AI models.