Metadata-Version: 2.4
Name: haiku-skills-code-execution
Version: 0.8.0
Summary: Code execution skill for haiku.skills
Project-URL: Homepage, https://github.com/ggozad/haiku.skills
Project-URL: Repository, https://github.com/ggozad/haiku.skills
Project-URL: Issues, https://github.com/ggozad/haiku.skills/issues
Author-email: Yiorgis Gozadinos <ggozadinos@gmail.com>
License: MIT
Keywords: agent-skills,code-execution,haiku-skills,pydantic-ai,sandbox
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: haiku-skills>=0.8.0
Requires-Dist: pydantic-monty>=0.0.8
Description-Content-Type: text/markdown

# code-execution

Sandboxed Python code execution skill for [haiku.skills](https://github.com/ggozad/haiku.skills) using [pydantic-monty](https://github.com/pydantic/pydantic-monty).

Code runs in a minimal sandboxed interpreter with no file or network access. See the SKILL.md for full sandbox limitations.

## Tools

- **run_code** — Execute Python code in the sandbox and return the output

## Installation

```bash
uv add haiku-skills-code-execution
```
