Registry / ai-ml / abi-core-ai

abi-core-ai

JSON →
library1.12.53pypypiunverified

Agent-Based Infrastructure Core (ABI) provides a runtime and CLI for building and managing AI agent workflows. Current version 1.12.53, released with weekly cadence.

pip install abi-core-ai
INSTALL
IMPORT
SIG · ABI-CORE-AI
A
abi-core-ai
ai-mlpythonv1.12.53
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ABIRuntime
from abi_core_ai import ABIRuntime
from abi_core import ABIRuntime
Package renamed from abi_core to abi_core_ai in v1.0

Initialize ABI Runtime with API key and send a test message.

from abi_core_ai import ABIRuntime import os runtime = ABIRuntime(api_key=os.environ.get('ABI_API_KEY', '')) response = runtime.run("Hello, ABI!") print(response)
Debug
Known issues
breakingPython 3.11+ required; does not support 3.10 or earlier.
fix
Upgrade Python to 3.11 or higher.
affects: >=1.0.0
deprecatedThe 'abi_core' package is deprecated; use 'abi_core_ai' instead.
fix
Change imports from abi_core to abi_core_ai.
affects: >=1.0.0
gotchaAPI key must be set via environment variable ABI_API_KEY or constructor argument; runtime will raise 'MissingApiKeyError' if not provided.
fix
Ensure API key is set before creating ABIRuntime.
affects: >=1.5.0
Upgrade
Version history
1.12.53latest on PyPI · released Jun 7, 2026
Audit
Dependencies
python>=3.11requiredRequires Python 3.11+ for pattern matching and async features
Agent activity
61 hits · last 30 days
node
52
OpenAI (training)
1
Resources
abi-core-ai — pip install abi-core-ai · libregistry