aip-agents-binary
A library for managing agents in Gen AI applications.
What it is and what it does
aip-agents-binary is the core local execution library for GL AIP, an ecosystem for building AI agents with LLM backends. It provides a LangGraph-based agent runtime with tool calling, guardrails, human-in-the-loop support, skill loading from GitHub, and A2UI payload emission for structured UI rendering. The library is designed to be used directly for local execution or wrapped by other packages in the ecosystem for seamless local/remote mode switching.
The package integrates deeply with dependencies including langchain, langchain-openai, langgraph, langchain-experimental, and internal GL libraries (gllm-core-binary, gllm-inference-binary, gllm-tools-binary, gllm-datastore-binary, gl-observability-binary, gl-connectors-sdk). It exposes a public integration facade for cross-package consumers, while marking many internal modules as non-contract surfaces subject to change. Skills can be installed from GitHub sources and staged into a configured backend; multiple skill sources are attempted before failing, with a summary error if any fail.
Use it for:
- Build a local AI agent that calls tools and LLMs without deploying to a remote server.
- Integrate guardrails and human-in-the-loop workflows into agent decision-making for safety-critical tasks.
- Load and stage reusable skills from GitHub repositories into a configured backend.
- Emit A2UI payloads to render structured UI elements in agent responses.
- Develop and test agents locally before pushing to a remote platform for production.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A local execution agent library for building and running AI agents with LLM integration, tool calling, guardrails, and skill management as part of the GL AIP ecosystem.
Yes, with conditions. The package is actively maintained, has low install friction, and fills a clear role in the GL AIP ecosystem for local agent development. However, it depends on an internal registry that may not be accessible without special setup, and its license is undeclared. Verify registry access and license terms before production use.
Install
aip-agents-binary on PyPI
pip
pip install aip-agents-binaryuv
uv add aip-agents-binarypoetry
poetry add aip-agents-binaryInstalling aip-agents-binary
Before you install
Low install friction with a pure-Python wheel. Active maintenance (released 3 days ago). Requires Python 3.11–3.12 and pulls 29 runtime dependencies including langchain, langgraph, fastapi, and several internal GL binary packages, which may add setup complexity depending on registry access.
License in practice
License status is unclear—no SPDX identifier or raw license text is recorded. Verify the actual license terms before committing to production use.
Quickstart
pip install aip-agents-binary
from aip_agents.agent.langgraph_react_agent import LangGraphReactAgent
agent = LangGraphReactAgent(
name="example-agent",
instruction="Help with tasks.",
)
Requires Python 3.11–3.12. Package is published to an internal registry; ensure your pip/Poetry config includes the registry URL or install via glaip-sdk instead.
Verify before relying
- Whether the internal registry is accessible without special credentials or VPN setup.
- Whether all 29 runtime dependencies are available in the same registry.
- Actual license terms and any commercial or internal-use restrictions.
- Whether optional extras (google, google-adk, memory, privacy, skills) are documented and stable.
Package facts
| License | not declared (unclear) |
| Python support | capped below the current Python release (<3.13,>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 29 — a2a-sdk, deepagents, aiostream, authlib, gl-connectors-sdk, gl-observability-binary, colorama, deprecated, fastapi, gllm-core-binary, gllm-datastore-binary, gllm-inference-binary, gllm-tools-binary, langchain, langchain-openai, langchain-mcp-adapters, mcp, langchain-experimental, langgraph, langgraph-checkpoint, minio, pydantic, python-dateutil, python-dotenv, pybreaker, requests, tenacity, uvicorn, watchdog |
| Maintenance | actively maintained — 3 days since the last release |
| First released | |
| Downloads | 84,566/month — #13,987 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aip_agents_binary-0.6.140-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
gllm-inference-binaryProvides inference components and utilities for…
unclear · top 15,000 on PyPI
google-adkA Python framework for building, testing, and…
permissive · top 5,000 on PyPI
leptonaiLepton AI is a Python framework for building…
unclear · top 15,000 on PyPI
a2ui-agent-sdkProvides Python SDK components for building…
unclear · top 15,000 on PyPI
apm-cliAPM is a dependency manager and configuration…
permissive · top 15,000 on PyPI
fast-agent-mcpfast-agent-mcp is a CLI-first framework for…
permissive · top 15,000 on PyPI
deepagentsDeep Agents is an opinionated agent harness…
permissive · top 5,000 on PyPI
google-agents-cliA CLI toolchain that equips coding agents…
permissive · top 15,000 on PyPI
ag-ui-a2ui-toolkitProvides framework-agnostic helper functions…
permissive · top 15,000 on PyPI
openai-agentsA framework for building multi-agent LLM…
permissive · top 1,000 on PyPI