A light-weight framework for building llm agentic systems with additional supports for program synthesis and neural-symbolic research.
<div align="center">
<img src="https://raw.githubusercontent.com/ChengJunyan1/lllm/main/assets/LLLM-logo.png" alt="LLLM Logo" width="600"/>
<br>
<h1>Low-Level Language Model (LLLM) </h1>
<h4>Lightweight framework for building complex agentic systems</h4>
</div>
<p align="center">
<a href="https://lllm.one">
<img alt="Docs" src="https://img.shields.io/badge/API-docs-red">
</a>
<a href="https://github.com/chengjunyan1/lllm/tree/main/examples">
<img alt="Examples" src="https://img.shields.io/badge/API-examples-994B00">
</a>
<a href="https://pypi.org/project/lllm-core/">
<img alt="Pypi" src="https://img.shields.io/pypi/v/lllm-core.svg">
</a>
<a href="https://github.com/chengjunyan1/lllm/blob/main/LICENSE">
<img alt="GitHub License" src="https://img.shields.io/github/license/chengjunyan1/lllm">
</a>
<a href="https://discord.gg/aTah8r7YpM">
<img alt="Discord" src="https://img.shields.io/badge/Discord%20-%20blue?style=flat&logo=discord&label=LLLM&color=%235B65E9">
</a>
</p>
LLLM is a lightweight framework for developing **advanced agentic systems**. Allows users to build a complex agentic system with <100 LoC. Prioritizing minimalism, modularity, and reliability, it is specifically suitable for complex and frontier agentic systems beyond daily chat. While these fields require deep architectural customization and highly diverse demands, developers and researchers often face the burden of managing low-level complexities such as exception handling, output parsing, and API error management. LLLM bridges this gap by offering necessary abstractions that balance high-level encapsulation with the simplicity required for flexible experimentation. It also tries to make the code plain, compact, easy-to-understand, with less unnecessary indirection, thus easy for customization for different projects' needs, to allow researchers and developers to focus on the core research questions. See https://lllm.one for detailed documentation.
KeyGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.