Metadata-Version: 2.5
Name: friday-framework-sandbox
Version: 0.1.0a2
Summary: Docker-based code execution sandbox for AI agents
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-sandbox
Author: Friday Team
License-Expression: MIT
Keywords: agents,ai,code-execution,docker,sandbox
Requires-Python: >=3.10
Requires-Dist: docker>=7.0.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.10.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Friday Framework Sandbox

Sandbox package for the Friday Framework.

This package provides isolated workspace and execution support for agent tools,
including Docker-oriented sandbox capabilities and subprocess execution
boundaries.

## Install

```bash
pip install friday-framework-sandbox
```

## Import Package

```python
import friday_sandbox
```

## License

MIT
