From 6dea3bdb16aef5110676975ca9205b47e314ccda Mon Sep 17 00:00:00 2001 From: Joseph Magly <1159087+jmagly@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:50:48 -0400 Subject: [PATCH 1/2] Add AIWG, Agent Sandbox, and Fortemi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c33fc8f..01e058e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ A curated, list of 100+ libraries and frameworks for AI engineers building with | [Chonkie](https://github.com/bhavnicksm/chonkie-main) | Chunking utility for efficient document processing in RAG | Python | - | | [FlashRAG](https://github.com/RUC-NLPIR/FlashRAG) | Low-latency RAG research toolkit with modular design and benchmarks | Python | - | | [Llmware](https://github.com/llmware-ai/llmware) | Lightweight framework for building RAG-based apps | Python | Apache-2.0 | +| [Fortemi](https://github.com/Fortemi/fortemi) | Self-hosted AI knowledge base with hybrid search, MCP server, multimodal ingestion, and knowledge graph | Rust | Other | ### Evaluation & Testing @@ -162,6 +163,7 @@ A curated, list of 100+ libraries and frameworks for AI engineers building with | [Langroid](https://github.com/langroid/langroid) | Framework for building multi-agent conversational systems | Python | Apache-2.0 | | [Upsonic](https://github.com/upsonic/upsonic) | Agent framework focused on context management and tool use | Python | Apache-2.0 | | [Mem0](https://github.com/mem0ai/mem0) | Universal memory layer for AI agents — persistent, personalized memory across sessions | Python | Apache-2.0 | +| [AIWG](https://github.com/jmagly/aiwg) | Cognitive architecture for AI-augmented software development with specialized agents, structured workflows, and multi-platform deployment | TypeScript | MIT | ## 📦 LLM Development & Optimization @@ -203,6 +205,7 @@ A curated, list of 100+ libraries and frameworks for AI engineers building with | [NeMo Guardrails](https://github.com/NVIDIA/NeMo-Guardrails) | Toolkit for adding programmable guardrails to LLM conversational systems | Python | Apache-2.0 | | [Garak](https://github.com/leondz/garak) | LLM vulnerability scanner | Python | MIT | | [DeepTeam](https://github.com/DeepTeamAI/deepteam) | LLM red teaming framework | Python | Apache-2.0 | +| [Agent Sandbox](https://github.com/agent-sandbox/agent-sandbox) | E2B-compatible sandbox platform for securely running AI agent code, browser use, and computer use | Go | Apache-2.0 | ### AI App Development Frameworks From 66b5d210829adf09e9656e3e4aaf954e94418cff Mon Sep 17 00:00:00 2001 From: Joseph Magly <1159087+jmagly@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:07:35 -0400 Subject: [PATCH 2/2] Use Fortemi BSL license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e058e..7d52c20 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ A curated, list of 100+ libraries and frameworks for AI engineers building with | [Chonkie](https://github.com/bhavnicksm/chonkie-main) | Chunking utility for efficient document processing in RAG | Python | - | | [FlashRAG](https://github.com/RUC-NLPIR/FlashRAG) | Low-latency RAG research toolkit with modular design and benchmarks | Python | - | | [Llmware](https://github.com/llmware-ai/llmware) | Lightweight framework for building RAG-based apps | Python | Apache-2.0 | -| [Fortemi](https://github.com/Fortemi/fortemi) | Self-hosted AI knowledge base with hybrid search, MCP server, multimodal ingestion, and knowledge graph | Rust | Other | +| [Fortemi](https://github.com/Fortemi/fortemi) | Self-hosted AI knowledge base with hybrid search, MCP server, multimodal ingestion, and knowledge graph | Rust | BSL-1.1 | ### Evaluation & Testing