Registry / llm-agents / galileo-core

galileo-core

JSON →
library4.3.0pypypiunverified

Python SDK for Galileo's prompt engineering and model evaluation platform. Current version 4.3.0, requires Python >=3.10. Release cadence: frequent minor updates.

pip install galileo-core
INSTALL
IMPORT
SIG · GALILEO-CORE
G
galileo-core
llm-agentspythonv4.3.0
Install
4.4s avg
Import
Disk
44MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v4.3.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 43.4MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 4.4s · import 0.000s · 46MB
44MB installed
● package 44MB
Code
Verified usage

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

GalileoClient
from galileo_core import GalileoClient
from galileo_core import GalileoClient

Initialize the client and list projects.

from galileo_core import GalileoClient api_key = os.environ.get('GALILEO_API_KEY', '') client = GalileoClient(api_key=api_key) projects = client.projects.list() print(projects)
Debug
Known issues
breakingIn v4.x, the client constructor no longer accepts positional arguments for api_key; use keyword argument only.
fix
Use GalileoClient(api_key='...') instead of GalileoClient('...').
affects: >=4.0.0
deprecatedThe 'galileo' top-level package name is deprecated; import from 'galileo_core' instead.
fix
Change 'import galileo' to 'from galileo_core import ...'.
affects: >=4.0.0
gotchaEnvironment variable GALILEO_API_KEY must be set exactly, not GALILEO_APIKEY or GALILEO_KEY.
fix
Set environment variable named GALILEO_API_KEY.
affects: >=4.0.0
Upgrade
Version history
4.3.0latest on PyPI · released Mar 23, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
galileo-core — pip install galileo-core · libregistry