Registry / devops / agent-framework-hyperlight

agent-framework-hyperlight

JSON →
library1.0.0b260521pypypiunverified

Integrates Hyperlight CodeAct (an AI code interpreter) with the Microsoft Agent Framework. Current version: 1.0.0b260521 (beta). Pre-release, rapid iteration.

pip install agent-framework-hyperlight
INSTALL
IMPORT
SIG · AGENT-FRAMEWORK-HY
A
agent-framework-hyperlight
devopspythonv1.0.0b260521
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.

HyperlightCodeInterpreter
from agent_framework_hyperlight import HyperlightCodeInterpreter
Correct import path

Instantiate a HyperlightCodeInterpreter and execute a simple code snippet.

from agent_framework_hyperlight import HyperlightCodeInterpreter interpreter = HyperlightCodeInterpreter( # Obtain your API key from the Hyperlight dashboard api_key=os.environ.get('HYPERLIGHT_API_KEY', '') ) result = interpreter.run_code("print('Hello, World!')") print(result)
Debug
Known issues
breakingThis library is pre-release (1.0.0b260521). Public API may change without notice. Pin exact version in production.
fix
Pin to exact version in requirements.txt: agent-framework-hyperlight==1.0.0b260521
affects: <1.0.0
deprecatedOlder versions used import path 'hyperlight_codeinterpreter' standalone. The agent integration package is separate.
fix
Use 'from agent_framework_hyperlight import HyperlightCodeInterpreter' instead.
affects: <1.0.0b260521
gotchaRequires Python >=3.10. Incompatible with older Python versions; install will fail silently on some platforms.
fix
Check Python version: python --version. Use pyenv or Docker if needed.
affects: all
Upgrade
Version history
1.0.0b260521latest on PyPI · released May 22, 2026
Audit
Dependencies
microsoft-agent-frameworkrequiredRequires the Microsoft Agent Framework package for base agent abstractions.
hyperlight-codeinterpreterrequiredUnderlying Hyperlight code interpreter for executing code safely.
Agent activity
59 hits · last 30 days
node
50
OpenAI (training)
1
Resources

No resource links recorded.

agent-framework-hyperlight — pip install agent-framework-hyperlight · libregistry