From d86280df81b1ae115b6e36a29090fa2003a2ddb3 Mon Sep 17 00:00:00 2001 From: Oliver-Liu99 Date: Mon, 8 Jun 2026 14:29:25 -0700 Subject: [PATCH] Add outlines to AI and Agents (Data Layer) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a29388512..3548e0b86c 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ _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. + - [outlines](https://github.com/dottxt-ai/outlines) - Structured text generation for LLMs with JSON schema, regex, and grammar-constrained decoding. - 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. - [mlx-lm](https://github.com/ml-explore/mlx-lm) - Run and fine-tune large language models on Apple Silicon with MLX.