From c3ebe78c5f4e24616246c74e838e56f4affc46b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Andr=C3=A9=20Gomes=20Marques?= Date: Mon, 6 Apr 2026 21:40:55 +0200 Subject: [PATCH] Add asqav to AI and Agents - Governance Adding asqav as a Hidden Gem under a new Governance subcategory in AI and Agents. asqav provides AI agent governance with audit trails, policy enforcement, and compliance tooling for EU AI Act and DORA. It integrates with LangChain, CrewAI, and MCP. - PyPI: asqav - GitHub: https://github.com/jagmarques/asqav-sdk - License: MIT - Python: >=3.10 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0bacdd11..4115929ff 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic. - [llama-index](https://github.com/run-llama/llama_index) - A data framework for your LLM application. - [mem0](https://github.com/mem0ai/mem0) - An intelligent memory layer for AI agents enabling personalized interactions. +- Governance + - [asqav](https://github.com/jagmarques/asqav-sdk) - AI agent governance with audit trails, policy enforcement, and compliance for EU AI Act and DORA. - Pre-trained Models and Inference - [diffusers](https://github.com/huggingface/diffusers) - A library that provides pre-trained diffusion models for generating and editing images, audio, and video. - [sglang](https://github.com/sgl-project/sglang) - A high-performance serving framework for large language models and multimodal models.