{"id":44179,"library":"abi-core-ai","title":"ABI Core AI","description":"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.","status":"active","version":"1.12.53","language":"python","source_language":"en","source_url":"https://github.com/Joselo-zn/abi-core","tags":["ai","agent","runtime","cli"],"install":[{"cmd":"pip install abi-core-ai","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Requires Python 3.11+ for pattern matching and async features","package":"python>=3.11","optional":false}],"imports":[{"note":"Package renamed from abi_core to abi_core_ai in v1.0","wrong":"from abi_core import ABIRuntime","symbol":"ABIRuntime","correct":"from abi_core_ai import ABIRuntime"}],"quickstart":{"code":"from abi_core_ai import ABIRuntime\nimport os\n\nruntime = ABIRuntime(api_key=os.environ.get('ABI_API_KEY', ''))\nresponse = runtime.run(\"Hello, ABI!\")\nprint(response)","lang":"python","description":"Initialize ABI Runtime with API key and send a test message."},"warnings":[{"fix":"Upgrade Python to 3.11 or higher.","message":"Python 3.11+ required; does not support 3.10 or earlier.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Change imports from abi_core to abi_core_ai.","message":"The 'abi_core' package is deprecated; use 'abi_core_ai' instead.","severity":"deprecated","affected_versions":">=1.0.0"},{"fix":"Ensure API key is set before creating ABIRuntime.","message":"API key must be set via environment variable ABI_API_KEY or constructor argument; runtime will raise 'MissingApiKeyError' if not provided.","severity":"gotcha","affected_versions":">=1.5.0"}],"env_vars":null,"search_vec":"'1.12.53':24 'abi':1,9 'agent':5,20,30 'agent-bas':4 'ai':3,19,29 'base':6 'build':16 'cadenc':28 'cli':14,32 'core':2,8 'current':22 'infrastructur':7 'manag':18 'provid':10 'releas':25 'runtim':12,31 'version':23 'week':27 'workflow':21","created_at":"2026-06-07T12:48:51.197135+00:00","updated_at":"2026-06-07T12:48:51.197135+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nModuleNotFoundError: No module named 'abi_core_ai'"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Joselo-zn/abi-core","github":"https://github.com/Joselo-zn/abi-core","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["ai-ml","devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"install_fail","verified_at":"2026-06-29","last_verified":"2026-06-29","next_check":"2026-07-09","install_tag":null}}