1 个仓库
Libraries that provide secure, isolated environments for LLMs to execute code and process data.
Distinct from Python Code Analysis Libraries: Distinct from Python Code Analysis Libraries: focuses on active code execution and interpretation for agents, rather than static analysis of codebases.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Code Interpreter Libraries. Refine with filters or upvote what's useful.
该项目提供了一个安全的容器化执行引擎,旨在在隔离环境中运行不受信任的代码。它作为一个库,用于将代码解释集成到自主智能体和智能助手工作流中,确保宿主系统保持受保护状态,同时实现动态数据处理和文件操作。 该平台通过抽象不同容器运行时的多后端架构脱颖而出,允许灵活的部署和自动化的后端故障转移。它通过维护持久的执行状态和会话变量来支持交互式、多轮工作流,同时通过预热的容器池优化性能,从而最大限度地减少高频任务的启动延迟。 除了核心执行外,该系统还包含用于强制执行安全策略、管理资源约束和限制对敏感语言模块访问的全面中间件。它通过处理依赖安装、流式传输实时输出以及提取生成的制品或可视化结果供下游应用使用,实现了代码执行生命周期的自动化。
A Python library for executing untrusted code within isolated, secure container environments to support LLM-driven data analysis and agentic workflows.