$npx skillfedfor your agent

Packages starting with 'L'

520 packages · page 11 of 13

Packages

llama-index-vector-stores-milvus With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates the Milvus vector database with LlamaIndex for storing and retrieving vector embeddings in LLM applications.

Install only if you have Milvus available or plan to deploy it; this is a connector, not a standalone vector store.

MITpure Python
256.6Kdownloads / mo
llama-index-vector-stores-pinecone With conditions
PyPI · Artificial Intelligence · released Aug 2026

Integrates Pinecone vector database with LlamaIndex for storing and retrieving embeddings in RAG and semantic search applications.

MITpure Python
194.4Kdownloads / mo
llama-index-vector-stores-postgres With conditions
PyPI · Database · released Mar 2026

Integrates PostgreSQL with pgvector extension as a vector store backend for LlamaIndex, supporting multiple query modes including similarity search, hybrid retrieval, BM25 sparse search, full-text search, and maximal marginal relevance.

MITpure Python
527.8Kdownloads / mo
llama-index-vector-stores-qdrant With conditions
PyPI · Artificial Intelligence · released Aug 2026

Integrates Qdrant vector database with LlamaIndex for storing and retrieving embeddings in RAG and semantic search applications.

MITpure Python
332.2Kdownloads / mo
llama-index-vector-stores-redis With conditions
PyPI · Database · released Mar 2026

Integrates Redis as a vector store backend for LlamaIndex, enabling storage and retrieval of vector embeddings in Redis for RAG and semantic search applications.

Install only if you intend to use Redis as your vector store backend; it is not useful standalone without LlamaIndex and a Redis instance.

MITpure Python
79.7Kdownloads / mo
llama-index-workflows Worth it
PyPI · Application Frameworks · released Aug 2026

An async-first, event-driven framework for orchestrating multi-step AI workflows with state management and built-in observability instrumentation.

MITpure Python · 3.10+
12.2Mdownloads / mo
llama-models With conditions
PyPI · Artificial Intelligence · released Nov 2025

Provides a CLI and Python interface to download, manage, and run Meta's Llama language models, handling authentication, model listing, verification, and local checkpoint management.

However, the aging maintenance status (no release in ~9 months, last commit in Feb 2026) suggests the project may be in maintenance mode; verify that it still works…

license unclearpure Python · 3.10+aging
125.0Kdownloads / mo
llama-parse With conditions
PyPI · Text Processing · released Feb 2026

LlamaParse parses complex documents (PDFs, Word, Excel, PowerPoint, HTML) into structured text, markdown, or JSON optimized for RAG and LLM workflows, with built-in support for tables, images, and custom parsing instructions.

MITpure Pythonaging
94.4Mdownloads / mo
llama-stack-client With conditions
PyPI · Python Modules · released Jul 2026

Python client library for interacting with Llama Stack REST API, providing type-safe synchronous and asynchronous access to inference, chat, and model management endpoints.

MITpure Python · 3.12+
96.5Kdownloads / mo
llamafactory With conditions
PyPI · Artificial Intelligence · released May 2026

LLaMA Factory provides a unified framework for fine-tuning 100+ large language models through CLI and web UI, supporting multiple training methods and model architectures with minimal setup.

Apache-2.0pure Python · 3.11.0+
101.6Kdownloads / mo
llguidance Worth it
PyPI · Artificial Intelligence · released Aug 2026

Enforces structured output from large language models by computing token masks that constrain decoding to valid context-free grammars, JSON schemas, or regular expressions with minimal per-token overhead.

MITcompiled wheel · 3.10+
5.5Mdownloads / mo
llist Skip
PyPI · Python Modules · released Apr 2021

Provides doubly and singly linked list data structures as C extension modules for CPython, optimized for fast insertions and deletions in the middle of sequences.

MITbuilds from sourcedormant
136.0Kdownloads / mo
llm Worth it
PyPI · Utilities · released Aug 2026

LLM is a CLI tool and Python library for running prompts against Large Language Models from OpenAI, Anthropic, Google, Meta, and dozens of other providers, both via remote APIs and locally-installed models.

Apache-2.0pure Python · 3.10+
538.8Kdownloads / mo
llm-anthropic Worth it
PyPI · Artificial Intelligence · released Aug 2026

A plugin for the LLM command-line tool that adds access to Anthropic's Claude models, including support for image and PDF attachments, web search and fetch, code execution, and structured output schemas.

Install it if you use LLM and want Claude access; the only prerequisite is an Anthropic API key.

Apache-2.0pure Python · 3.10+
132.2Kdownloads / mo
llm-github-models Worth it
PyPI · Artificial Intelligence · released Aug 2025

A plugin for the llm command-line tool that provides access to GitHub Models, a free service offering many AI language models via the Azure AI Inference SDK.

Install it if you want to experiment with or integrate GitHub Models into command-line workflows or GitHub Actions without cost.

Apache-2.0pure Python
131.1Kdownloads / mo
llm-guard Skip
PyPI · Security · released May 2025

LLM Guard provides input and output scanning for Large Language Models to detect and prevent prompt injection, data leakage, harmful language, and other security threats.

No—not for new projects.

license unclearpure Pythonabandoned
211.8Kdownloads / mo
llm-openai-plugin With conditions
PyPI · Artificial Intelligence · released Oct 2025

A plugin that extends LLM to access OpenAI models via the Responses API, enabling use of models like o1-pro that are unavailable through LLM's default Chat Completions implementation.

However, the aging maintenance status and preview designation mean you should expect possible API changes and verify that your target models are actually available…

Apache-2.0pure Python · 3.9+aging
80.2Kdownloads / mo
llm-sandbox With conditions
PyPI · Python Modules · released Aug 2026

Executes code generated by large language models in isolated container environments (Docker, Kubernetes, or Podman) with configurable security policies, resource limits, and support for Python, JavaScript, Java, C++, Go, and R.

However, verify the unclear license terms before use in proprietary contexts, and ensure your deployment environment supports containerization.

license unclearpure Python
661.6Kdownloads / mo
llmcompressor Worth it
PyPI · Software Development · released Aug 2026

llmcompressor optimizes large language models for efficient deployment by applying quantization, pruning, and other compression techniques compatible with vLLM inference.

Apache-2.0pure Python · 3.10+
221.4Kdownloads / mo
llmlingua Worth it
PyPI · Artificial Intelligence · released Apr 2024

LLMLingua compresses prompts by identifying and removing non-essential tokens, reducing input length to LLMs by up to 20x while preserving task performance and lowering API costs.

permissive licensepure Python · 3.8.0+
96.0Kdownloads / mo
llvm-testing-tools With conditions
PyPI · Testing · released Mar 2026

Provides LLVM testing utilities like FileCheck and split-file as standalone Python tools, enabling runtime builds to access these testing features without requiring a full LLVM bootstrap build.

Apache-2.0 WITH LLVM-exceptionpure Python · 3.8+
113.9Kdownloads / mo
llvmlite With conditions
PyPI · Code Generators · released Aug 2026

llvmlite provides a lightweight Python binding to LLVM's IR builder, optimizer, and JIT compiler APIs, enabling you to write JIT compilers and code generators without needing the full LLVM C++ API surface.

BSD-2-Clause AND Apache-2.0 WITH LLVM-exceptioncompiled wheel · 3.10+
69.3Mdownloads / mo
lm-eval Worth it
PyPI · Artificial Intelligence · released May 2026

Unified framework for evaluating generative language models against over 60 standard academic benchmarks with hundreds of task variants, supporting multiple model backends and inference engines.

Install only if you have a model backend in mind and Python >=3.10.

permissive licensepure Python · 3.10+
1.6Mdownloads / mo
lm-format-enforcer Worth it
PyPI · Python Modules · released Aug 2025

Constrains language model token generation to enforce JSON Schema, regex, or other structured output formats, ensuring models produce valid formatted output at every generation step.

MITpure Python
3.6Mdownloads / mo
lmcache With conditions
PyPI · Artificial Intelligence · released Aug 2026

LMCache is a KV cache management layer that stores, reuses, and monitors transformer key-value caches across LLM inference requests, reducing time-to-first-token and improving throughput for long-context workloads.

Apache-2.0compiled wheel
83.2Kdownloads / mo
lmdb With conditions
PyPI · Database · released Jul 2026

Provides a Python binding to LMDB (Lightning Memory-Mapped Database), a fast key-value store based on memory-mapped files for efficient data access and storage.

license unclearcompiled wheel · 3.9+
4.8Mdownloads / mo
lmfit Worth it
PyPI · Scientific/Engineering · released Jul 2025

Lmfit provides non-linear least-squares minimization and curve fitting with named, constrained parameters that can be bounded, fixed, or linked by expressions.

BSD-3-Clausepure Python · 3.9+aging
867.3Kdownloads / mo
lml With conditions
PyPI · Libraries · released Mar 2025

lml provides a lazy plugin management system that discovers and loads plugins on demand rather than at startup, designed to defer loading of plugins with heavy external dependencies.

However, the aging maintenance status means you should verify it works with your target Python versions before committing to it as a core dependency.

permissive licensepure Pythonaging
2.6Mdownloads / mo
lmnr Worth it
PyPI · Artificial Intelligence · released Aug 2026

Python SDK that traces, evaluates, and analyzes LLM application behavior through automatic and manual instrumentation, with built-in support for OpenTelemetry and popular LLM libraries.

Install it if you need tracing and evaluation for LLM products and have access to a Laminar backend; skip it if you have no observability backend or prefer a…

Apache-2.0pure Python
36.1Mdownloads / mo
lmnr-claude-code-proxy With conditions
PyPI · Software Development · released Aug 2026

A thin proxy server that routes Claude Code requests through Laminar tracing infrastructure, associating trace and span IDs to maintain observability context across distributed calls.

However, verify the proprietary license terms first.

LicenseRef-Proprietarycompiled wheel · 3.10+
12.2Mdownloads / mo
lmstudio With conditions
PyPI · Artificial Intelligence · released Aug 2025

Python SDK for interacting with LM Studio, a local LLM application, enabling text completion and chat interactions with loaded language models via WebSocket.

However, the 357-day gap since the last release and unclear license terms warrant caution: verify license compliance before commercial use, and expect slower…

license unclearpure Python · 3.10+aging
91.7Kdownloads / mo
lmz With conditions
PyPI · Software Development · released Aug 2024

Provides convenience functions for mapping, filtering, grouping, and transposing iterables—operations that complement Python's built-in generator functions.

copyleftbuilds from source · 3.8+dormant
83.7Kdownloads / mo
load-dotenv Skip
PyPI · Software Development · released Sep 2022

Automatically loads environment variables from a .env file into your application when a specific environment variable is set, without requiring explicit code changes.

Apache-2.0pure Pythonabandoned
266.1Kdownloads / mo
loadimg Worth it
PyPI · Utilities · released Jul 2025

Loads and converts images between multiple formats—numpy arrays, PIL objects, file paths, URLs, and base64 strings—with automatic format detection.

permissive licensepure Python
82.8Kdownloads / mo
lob With conditions
PyPI · WWW/HTTP · released Feb 2022

Python wrapper for the Lob.com API, providing object-oriented access to print-mail services including postcards, letters, checks, and address verification.

However, verify that the package still works with Lob's current API and that your target Python version is supported before committing to it in production.

MITbuilds from source
413.7Kdownloads / mo
local-attention With conditions
PyPI · Artificial Intelligence · released Jul 2025

Implements local windowed attention for transformer models, allowing efficient attention computation over fixed-size windows rather than full sequences.

However, the 394-day gap since the last release and aging maintenance status suggest it is stable but not actively developed—suitable for production use in…

MITpure Pythonaging
311.6Kdownloads / mo
local-crontab With conditions
PyPI · Python Modules · released Jul 2021

Converts crontab expressions from a local timezone into UTC-equivalent crontabs, accounting for Daylight Saving Time by generating multiple UTC schedules.

MITpure Python · 3.8+abandoned
334.0Kdownloads / mo
localstack With conditions
PyPI · Internet · released Jul 2026

LocalStack is a command-line tool that emulates AWS cloud services locally, allowing you to develop and test cloud applications on your laptop or in CI without hitting real AWS.

However, the abandoned maintenance status (archived repo, last commit 2026-03-23) is a significant concern: verify that the version you need is stable and that…

Apache-2.0pure Python · 3.10+abandoned1 known vulnerabilities
787.7Kdownloads / mo
localstack-client With conditions
PyPI · Testing · released Jul 2026

A Python client that wraps boto3 to redirect AWS API calls to a local LocalStack instance for development and testing without hitting real AWS.

Apache-2.0builds from source
964.1Kdownloads / mo
localstack-ext Skip
PyPI · Internet · released Mar 2026

Provides extensions and additional functionality for LocalStack, a local AWS service emulator that runs in Docker.

LicenseRef-All-Rights-Reservedbuilds from sourceabandoned
482.2Kdownloads / mo