Workflows2026年4月2日·1 分钟阅读

Daytona — Secure Sandboxes for AI Code Execution

Elastic infrastructure for running AI-generated code safely. SDKs for Python, TypeScript, Go. By Daytona. 71K+ GitHub stars.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

```bash pip install daytona-sdk ``` ```python from daytona_sdk import Daytona daytona = Daytona() sandbox = daytona.create() result = sandbox.process.code_run('print(42 * 42)') print(result.result) ``` ---
## 简介 Daytona 是一个拥有 71,000+ GitHub stars 的开源基础设施平台,专为安全运行 AI 生成的代码而设计。提供 Python、TypeScript、Go、Ruby SDK,创建隔离的沙箱环境执行不受信任的代码。是 AI 代理和编码助手的理想基础设施层。 ---
🙏

来源与感谢

> Created by [Daytona](https://github.com/daytonaio). Licensed under AGPL-3.0. > > [daytona](https://github.com/daytonaio/daytona) — ⭐ 71,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产