{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/4"}],"enrichment":{"capability":"Integrates sandboxed code execution into Microsoft Agent Framework agents, allowing them to run Python code safely inside a Hyperlight sandbox with controlled tool access and network permissions.","skillfed_tags":["agent-framework","sandboxing","codeact"],"use_cases":["Let an agent execute Python code to perform calculations, data transformations, or API calls while keeping the code isolated from the host system.","Register domain-specific tools (e.g., compute, send_email) that agents can call directly or invoke from within sandboxed code execution.","Mount host directories into the sandbox to give agents controlled read/write access to files without exposing the entire filesystem.","Restrict outbound network access from sandboxed code to specific domains and HTTP methods for security compliance.","Mix sandboxed tools (available only inside execute_code) with direct-only tools (available only to the agent) on the same agent."],"what_it_does":"agent-framework-hyperlight provides CodeAct (code-act) integration for Microsoft Agent Framework, enabling agents to execute Python code inside an isolated Hyperlight sandbox. It wraps sandboxed execution as either a context provider that automatically injects the execute_code tool into agents, or as a standalone tool for mixed configurations. The sandbox isolates code execution from the host, and tools registered with the provider are available to the sandboxed code via call_tool() but not exposed as direct agent tools.\n\nThe package supports file mounts (mapping host directories into the sandbox), network access control (allowlisting specific domains and HTTP methods), and flexible tool approval modes. It depends on agent-framework-core, hyperlight-sandbox, and platform-specific backend packages. The package is intentionally separate from core so CodeAct remains optional; it can also be imported via the lazy-loading namespace agent_framework.hyperlight when the full framework is installed.","worth_installing":"Yes, if you are building agents with Microsoft Agent Framework and need safe, isolated code execution. The package is actively maintained, has low install friction, and carries no security vulnerabilities. The main gotcha is platform availability of the Wasm backend\u2014verify it is published for your target platform before relying on it in production. Beta status (1.0.0b260730) means the API may still shift, but the recent release and active maintenance suggest it is reasonably stable."},"id":"agent-framework-hyperlight","links":{"html":"https://skillfed.io/packages/agent-framework-hyperlight","md":"https://skillfed.io/packages/agent-framework-hyperlight.md","pypi":"https://pypi.org/project/agent-framework-hyperlight/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":null,"license_treatment":"permissive","name":"agent-framework-hyperlight","python_support":"supports_current","summary":"Hyperlight CodeAct integrations for Microsoft Agent Framework."},"popularity":{"monthly_downloads":173729,"position":10300,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0b260730"}
