$npx skillfedfor your agent

Artificial Intelligence packages

1,303 packages · page 32 of 33

Packages

sam4onnx With conditions
PyPI · Artificial Intelligence · released Feb 2026

Rewrites attributes and constants in ONNX model operators via CLI or Python API, supporting both file-based and in-memory graph modifications.

permissive licensepure Python · 3.6+aging
83.0Kdownloads / mo
scc4onnx With conditions
PyPI · Artificial Intelligence · released Apr 2025

Converts ONNX model input tensor dimensions and channel ordering (NCHW ↔ NHWC, RGB ↔ BGR) by rewriting input operations and inserting compensating transposes.

permissive licensepure Python · 3.6+aging
83.0Kdownloads / mo
langchain-modal With conditions
PyPI · Artificial Intelligence · released Jul 2026

Integrates Modal serverless compute sandboxes with LangChain's Deep Agents framework, allowing agents to execute commands in isolated Modal environments.

However, it is a narrow integration—only install if you specifically need Modal sandbox execution within agents; it adds no value if you're not using both Modal and…

MITpure Python
82.9Kdownloads / mo
json2onnx With conditions
PyPI · Artificial Intelligence · released Sep 2023

Converts JSON files to ONNX model format, accepting either a JSON file path or a dictionary and returning an ONNX ModelProto object.

However, dormant maintenance (last update 1077 days ago) means you should test thoroughly before production use and be prepared to fork or find alternatives if issues…

permissive licensepure Python · 3.6+dormant
82.9Kdownloads / mo
scs4onnx With conditions
PyPI · Artificial Intelligence · released Sep 2022

Compresses ONNX model files by deduplicating constant tensor values throughout the graph, with options to extract weights to external .npy files or downcast numeric types for further size reduction.

However, the project is abandoned and has not been maintained since September 2022, so test thoroughly with your specific ONNX models and toolchain versions before…

permissive licensepure Python · 3.6+abandoned
82.9Kdownloads / mo
awslabs.bedrock-kb-retrieval-mcp-server With conditions
PyPI · Artificial Intelligence · released Aug 2026

An MCP server that connects AI tools to Amazon Bedrock Knowledge Bases, enabling natural-language queries, result filtering by data source, and optional reranking of retrieved passages.

Install only if you have AWS credentials, appropriate IAM permissions, and at least one tagged knowledge base; otherwise, setup will fail at runtime.

Apache-2.0pure Python · 3.10+
82.9Kdownloads / mo
promptflow Worth it
PyPI · Artificial Intelligence · released May 2026

Prompt flow is a development suite for building, testing, and deploying LLM-based applications, integrating prompts, Python code, and external tools into executable flows with built-in tracing and evaluation.

Install it if you are building or managing LLM-based applications and want structured tooling for testing, evaluation, and deployment.

MITpure Python
82.8Kdownloads / mo
ssc4onnx With conditions
PyPI · Artificial Intelligence · released Sep 2023

Analyzes and displays the structure of ONNX models, including those too large for graphical tools like Netron, reporting operation counts and model size.

However, dormant maintenance (last update over 1055 days ago) means you should verify compatibility with your ONNX opset version before relying on it in production…

permissive licensepure Python · 3.6+dormant
82.8Kdownloads / mo
adapters Worth it
PyPI · Artificial Intelligence · released Apr 2026

Adapters adds parameter-efficient fine-tuning methods to HuggingFace Transformers models, letting you train and compose multiple adapter modules on top of pre-trained models with minimal parameter overhead.

Install it if you're doing transfer learning on transformer models and want to reduce training costs and memory usage.

Apache-2.0pure Python · 3.9.0+
82.8Kdownloads / mo
sio4onnx With conditions
PyPI · Artificial Intelligence · released Apr 2025

Modifies the input and output shapes of ONNX model files, allowing you to adapt pre-trained models to different batch sizes, dimensions, or symbolic shape parameters via CLI or Python API.

permissive licensepure Python · 3.6+aging
82.8Kdownloads / mo
sbi4onnx With conditions
PyPI · Artificial Intelligence · released May 2024

Modifies ONNX model files to initialize or replace their batch size dimension with a specified value, useful for making models accept variable or fixed batch sizes.

However, maintenance is dormant (last update 808 days ago), so expect no active bug fixes or feature development.

permissive licensepure Python · 3.6+dormant
82.7Kdownloads / mo
ssi4onnx With conditions
PyPI · Artificial Intelligence · released May 2024

Infers and fills missing tensor shape information in ONNX model files, available as both a CLI tool and a Python library function.

However, note that the project is dormant (last update 808 days ago), so expect no active maintenance or updates for recent ONNX features.

permissive licensepure Python · 3.6+dormant
82.7Kdownloads / mo
sna4onnx Skip
PyPI · Artificial Intelligence · released Sep 2022

Adds new operations (nodes) to ONNX model graphs at specified connection points, allowing insertion of custom operators between existing model layers.

permissive licensepure Python · 3.6+abandoned
82.7Kdownloads / mo
spo4onnx With conditions
PyPI · Artificial Intelligence · released May 2024

Applies specialized optimization techniques to ONNX neural network models, particularly those with Einsum and OneHot operations that standard optimizers cannot effectively reduce.

However, the dormant maintenance status means no active support for new onnxsim versions or bug fixes—treat it as a specialized tool for a specific problem, not a…

permissive licensepure Python · 3.6+dormant
82.7Kdownloads / mo
soc4onnx With conditions
PyPI · Artificial Intelligence · released Sep 2022

Changes the opset version of an ONNX model graph, either via command-line or Python API, without altering the model's structure or weights.

permissive licensepure Python · 3.6+abandoned
82.7Kdownloads / mo
sed4onnx With conditions
PyPI · Artificial Intelligence · released Dec 2022

Encodes and decodes Base64-formatted constant values for ONNX model files, supporting multiple numeric and string data types via CLI or Python API.

However, if you need ongoing support, compatibility updates, or are starting a new ONNX workflow, consider whether an actively maintained alternative exists or…

permissive licensepure Python · 3.6+abandoned
82.7Kdownloads / mo
sod4onnx Skip
PyPI · Artificial Intelligence · released Sep 2022

sod4onnx removes specified output operations from ONNX model files, either via command-line or Python API, producing a modified ONNX model with those outputs deleted.

permissive licensepure Python · 3.6+abandoned
82.6Kdownloads / mo
sde4onnx With conditions
PyPI · Artificial Intelligence · released Oct 2022

Removes embedded doc_strings from ONNX model files, reducing file size and metadata bloat in serialized neural network graphs.

permissive licensepure Python · 3.6+abandoned
82.6Kdownloads / mo
CoLT5-attention With conditions
PyPI · Artificial Intelligence · released Aug 2026

Implements conditionally routed efficient attention mechanisms for PyTorch, routing a subset of tokens through lighter and heavier branches to reduce computational cost in transformer architectures.

MITpure Python · 3.6+
82.5Kdownloads / mo
svs4onnx Skip
PyPI · Artificial Intelligence · released Sep 2022

Swaps connections between output and input variables in ONNX model graphs, allowing you to redirect one node's output to feed into a different node's input.

permissive licensepure Python · 3.6+abandoned
82.5Kdownloads / mo
deepagents-cli With conditions
PyPI · Artificial Intelligence · released Jun 2026

Command-line tool for scaffolding, configuring, and deploying LangChain Deep Agents to the LangGraph Platform, with support for MCP server registration and sandbox backend configuration.

MITpure Python
82.3Kdownloads / mo
flashoptim With conditions
PyPI · Artificial Intelligence · released Apr 2026

FlashOptim provides drop-in replacements for PyTorch optimizers (SGD, Adam, Lion variants) that reduce training memory by quantizing optimizer states, master weights, and gradients while maintaining model convergence.

However, it is early-stage (Alpha), Linux/CUDA-only, and the first optimizer step incurs Triton JIT overhead.

permissive licensepure Python · 3.9+
82.2Kdownloads / mo
llama-index-llms-gemini Skip
PyPI · Artificial Intelligence · released Jan 2026

Integrates Google's Gemini LLM with LlamaIndex, though this integration is no longer supported as of version 0.6.2.

MITpure Pythonaging
82.0Kdownloads / mo
panns-inference With conditions
PyPI · Artificial Intelligence · released Mar 2023

Provides pretrained neural network models for audio tagging and sound event detection on audio files using PANNs (Pretrained Audio Neural Networks).

However, do not expect bug fixes or updates—verify that the pretrained models and PyTorch compatibility meet your production requirements before committing to it for…

MITpure Python · 3.6+dormant
81.8Kdownloads / mo
sae-lens With conditions
PyPI · Artificial Intelligence · released Aug 2026

SAE Lens trains and analyzes sparse autoencoders for mechanistic interpretability research, with built-in support for PyTorch models and deep integration with TransformerLens and Hugging Face Transformers.

MITpure Python
81.7Kdownloads / mo
llama-index-embeddings-vertex With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates Google Vertex AI embedding models into LlamaIndex applications, providing access to text and multimodal embedding APIs with flexible credential handling.

MITpure Python
81.6Kdownloads / mo
livekit-plugins-inworld With conditions
PyPI · Artificial Intelligence · released Aug 2026

Integrates Inworld's text-to-speech and speech-to-text APIs into LiveKit voice agents, enabling real-time voice synthesis and transcription for conversational AI applications.

Apache-2.0pure Python · 3.10.0+
81.6Kdownloads / mo
qrdet With conditions
PyPI · Artificial Intelligence · released Jun 2024

Detects and segments QR codes in images using a YOLOv8-based model, returning bounding boxes, confidence scores, and precise polygon coordinates even in difficult positions.

MITpure Pythonaging
81.6Kdownloads / mo
llama-index-llms-litellm With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates LiteLLM with LlamaIndex to provide unified access to multiple LLM providers (OpenAI, Cohere, and others) through a single interface.

Install only if you actually need multi-provider flexibility; single-provider projects may not benefit.

MITpure Python
81.3Kdownloads / mo
pandasai-litellm With conditions
PyPI · Artificial Intelligence · released Mar 2025

Integrates LiteLLM with PandasAI to enable natural-language queries against dataframes using any LLM provider that LiteLLM supports.

However, the 0.0.1 version and absence of updates since release suggest early-stage maturity; verify compatibility with your target Python version and litellm setup…

MITpure Pythonaging
81.1Kdownloads / mo
transformer-engine-cu13 With conditions
PyPI · Artificial Intelligence · released Aug 2026

Accelerates Transformer model training and inference on NVIDIA GPUs using low-precision formats including FP8, MXFP8, and NVFP4, with optimized kernels and mixed-precision support.

license unclearcompiled wheel · 3.10.0+
81.0Kdownloads / mo
liac-arff With conditions
PyPI · Artificial Intelligence · released Aug 2020

Reads and writes ARFF (Attribute-Relation File Format) files, a standard format for machine learning datasets, converting them to and from Python dictionaries and lists.

However, its abandoned status since 2020 makes it risky for new projects—install only if you need ARFF support for legacy datasets or existing workflows, and consider…

MITbuilds from sourceabandoned
80.9Kdownloads / mo
hindsight-api-slim With conditions
PyPI · Artificial Intelligence · released Aug 2026

Hindsight-api-slim provides a persistent memory system for AI agents that stores facts, tracks entities and relationships, and enables temporal and semantic reasoning using PostgreSQL with pgvector.

MITpure Python · 3.11+
80.6Kdownloads / mo
mlserver-mlflow With conditions
PyPI · Artificial Intelligence · released Jun 2025

Provides a MLServer runtime that loads and serves MLflow models, enabling MLflow-serialized models to run as inference endpoints with support for dictionary-based tensor inputs.

However, the aging maintenance status (434 days since release) means you should verify that the package's feature set matches your MLflow and MLServer versions before…

Apache-2.0pure Pythonaging
80.3Kdownloads / 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
farm-haystack Skip
PyPI · Artificial Intelligence · released Apr 2025

Haystack is an end-to-end NLP framework for building LLM applications with pipelines, agents, and retrieval-augmented generation (RAG), connecting components like vector databases, language models, and document stores.

Apache-2.0pure Python · 3.8+
80.2Kdownloads / mo
tpu-inference With conditions
PyPI · Artificial Intelligence · released Jul 2026

tpu-inference is a hardware plugin for vLLM that enables high-performance serving of large language models on Google TPUs, supporting both PyTorch and JAX model definitions through a unified backend.

However, it is strictly tied to TPU infrastructure—it cannot run on CPU or GPU systems.

Apache-2.0pure Python · 3.10+
79.2Kdownloads / mo
torchgeo With conditions
PyPI · Artificial Intelligence · released Aug 2026

TorchGeo provides PyTorch datasets, samplers, transforms, and pre-trained models for geospatial and remote sensing data, handling multispectral satellite imagery with automatic coordinate reference system alignment.

MITpure Python · 3.12+
79.2Kdownloads / mo
llama-index-tools-mcp Worth it
PyPI · Artificial Intelligence · released Aug 2026

Connects LlamaIndex agents to MCP (Model Context Protocol) servers to expose and call remote tools, and converts LlamaIndex workflows into MCP servers.

MITpure Python
78.9Kdownloads / mo
fa3-fwd With conditions
PyPI · Artificial Intelligence · released Apr 2026

Provides a lightweight Flash-Attention-3 forward-only kernel compiled to a Python wheel, optimized for inference workloads on CUDA hardware without backward pass or optional features.

Apache-2.0compiled wheel · 3.8+
78.9Kdownloads / mo