Agentic OS(由meclaw开发)是一个新发布的开源项目,以单一的Rust编写的Linux二进制文件形式实现,可运行代理树结构。1该系统为每个实体分配独立的SQLite数据库和内核沙箱隔离,沙箱机制包括Landlock、网络命名空间、cgroup v2和seccomp。1该项目采用MIT或Apache 2.0双重许可证,当前发布版本为0.32.0,已通过6875个测试。1
系统支持通过POST /colony/mutations端点应用差异化配置,实现热重配置而无需重启。1项目包含40个模板,以JSON声明和Python脚本形式提供。1成本示例表明,一个colony一天的对话消耗约为0.32欧元。1
该项目目前仅支持Linux x86_64平台(musl构建的静态二进制文件),处于0.x阶段开发中,尚未生产就绪,不建议用于无人值守的生产环境。1此外,系统目前缺乏身份验证和TLS支持,需在反向代理后部署运行。1
An open-source project called Agentic OS has been released as a single Rust-compiled Linux binary designed to execute agent tree structures 1. The system allocates an independent SQLite database and kernel sandbox to each entity, employing isolation mechanisms including Landlock, network namespaces, cgroup v2, and seccomp 1. The platform supports hot reconfiguration through REST API calls to the POST /colony/mutations endpoint without requiring restart 1.
The current version 0.32.0 has passed 6,875 tests and includes 40 templates provided as JSON declarations and Python scripts 1. According to operational cost estimates, a single colony conversation consumes approximately 0.32 euros per day 1. The project is distributed under dual licensing—either MIT or Apache 2.0 1.
The system currently runs exclusively on Linux x86_64 as a static musl-built binary and remains in the pre-production 0.x development stage, with the developers advising against unattended use in production environments 1. Additionally, the implementation lacks built-in authentication and TLS support, requiring deployment behind a reverse proxy for security 1.
评论
还没有评论,欢迎留下第一条。