Skip to content
#

process-isolation

Here are 59 public repositories matching this topic...

AntNest 是一个采用蚁后 / 工蚁架构(或蜂后 / 工蜂)的 AI 编程助手。你可以把它想象成一个蚁群: 蚁后(本体):只负责思考、规划、决策。蚁后从不亲自执行任何命令。 工蚁(复制体):蚁后需要干活时,会生成一只工蚁——把自身代码复制一份,派到隔离的临时目录里执行命令。工蚁干完活把结果交回来,然后被立即销毁。

  • Updated Aug 30, 2026
  • Python

Joblet is a micro-container runtime for running Linux jobs with: Process and filesystem isolation (PID namespace, chroot) Fine-grained CPU, memory, and IO throttling (cgroups v2) Secure job execution with mTLS and RBAC Built-in scheduler, SSE log streaming, and multi-core pinning Ideal for: Agentic AI Workloads (Untrusted code)

  • Updated Sep 6, 2026
  • Go

Fix context rot & pollution in long AI agent sessions. Subagents run in isolated processes — main agent stays read-only. Context isolation via process isolation.

  • Updated Aug 30, 2026
  • TypeScript

Add this topic to your repo

To associate your repository with the process-isolation topic, visit your repo's landing page and select "manage topics."

Learn more