{"id":44211,"library":"agent-framework-hyperlight","title":"Hyperlight CodeAct for Microsoft Agent Framework","description":"Integrates Hyperlight CodeAct (an AI code interpreter) with the Microsoft Agent Framework. Current version: 1.0.0b260521 (beta). Pre-release, rapid iteration.","status":"active","version":"1.0.0b260521","language":"python","source_language":"en","source_url":"https://github.com/microsoft/agent-framework-hyperlight","tags":["hyperlight","agent-framework","code-interpreter","safety"],"install":[{"cmd":"pip install agent-framework-hyperlight","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Requires the Microsoft Agent Framework package for base agent abstractions.","package":"microsoft-agent-framework","optional":false},{"reason":"Underlying Hyperlight code interpreter for executing code safely.","package":"hyperlight-codeinterpreter","optional":false}],"imports":[{"note":"Correct import path","symbol":"HyperlightCodeInterpreter","correct":"from agent_framework_hyperlight import HyperlightCodeInterpreter"}],"quickstart":{"code":"from agent_framework_hyperlight import HyperlightCodeInterpreter\n\ninterpreter = HyperlightCodeInterpreter(\n    # Obtain your API key from the Hyperlight dashboard\n    api_key=os.environ.get('HYPERLIGHT_API_KEY', '')\n)\n\nresult = interpreter.run_code(\"print('Hello, World!')\")\nprint(result)","lang":"python","description":"Instantiate a HyperlightCodeInterpreter and execute a simple code snippet."},"warnings":[{"fix":"Pin to exact version in requirements.txt: agent-framework-hyperlight==1.0.0b260521","message":"This library is pre-release (1.0.0b260521). Public API may change without notice. Pin exact version in production.","severity":"breaking","affected_versions":"<1.0.0"},{"fix":"Use 'from agent_framework_hyperlight import HyperlightCodeInterpreter' instead.","message":"Older versions used import path 'hyperlight_codeinterpreter' standalone. The agent integration package is separate.","severity":"deprecated","affected_versions":"<1.0.0b260521"},{"fix":"Check Python version: python --version. Use pyenv or Docker if needed.","message":"Requires Python >=3.10. Incompatible with older Python versions; install will fail silently on some platforms.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.0.0':21 'agent':5,17,31 'agent-framework':30 'ai':11 'b260521':22 'beta':23 'code':12,34 'code-interpret':33 'codeact':2,9 'current':19 'framework':6,18,32 'hyperlight':1,8,29 'integr':7 'interpret':13,35 'iter':28 'microsoft':4,16 'pre':25 'pre-releas':24 'rapid':27 'releas':26 'safeti':36 'version':20","created_at":"2026-06-07T12:49:01.004458+00:00","updated_at":"2026-06-07T12:49:01.004458+00:00","problems":{"verify_error":"/tmp/tmpa667qc_n/venv/lib/python3.12/site-packages/agent_framework/_skills.py:121: ExperimentalWarning: [SKILLS] SkillResource is experimental and may change or be removed in future versions without notice.\n/tmp/tmpa667qc_n/venv/lib/python3.12/site-packages/agent_framework/_harness/_memory.py:651: E"},"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":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops","ai-ml"],"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}}