🏗️

Sandbox & Execution

Secure execution environments, code sandboxes, and runtime isolation tools for AI agents

55 projects

(24 / 55)

Related Articles

sandbox-executionmicrovmfirecracker

Sandboxing Code Execution in AI Agents: From Docker to microVMs, a Decision Matrix

A side-by-side comparison of five sandbox technologies, weighing latency, security, and ops cost.

AI Agent沙箱代码执行

Sandboxing AI Agents: Isolation Strategies for Safe Code Execution

Comparing container, WebAssembly, and process-level isolation approaches, with practical code for safely executing agent-generated code.

Web Scraping反爬Browser Fingerprint

Anti-Bot and Browser Fingerprinting: Modern Web Scraping Strategies

A systematic deep dive into modern web scraping anti-bot defenses: HTTP layer (curl_cffi for TLS fingerprint), browser layer (Playwright plus stealth), behavior layer (human behavior simulation), covering Cloudflare bypass, proxy IP rotation, Scrapling selector self-healing, and legal compliance boundaries.

Browser AgentWeb 自动化Playwright

Browser Agents in Practice: Architecture and Pitfalls of AI-Controlled Browsers

Breaking down three abstraction layers for browser automation—from raw Playwright to structured extraction—with production patterns, runnable code, and common pitfalls.

上下文工程长上下文RAG

Context Engineering: Context Decay and Recovery in Long-Conversation Agents

Long-conversation agents fail at context management, not model capability. A systematic comparison of sliding window, retrieval injection, and layered compression strategies with practical decay diagnosis and recovery patterns.

DifyAgent 工作流RAG

Dify in Practice: Full-Stack Low-Code Platform from RAG to Agent Workflows

Dify (145k Stars, $30M Pre-A) is the benchmark for open-source LLM app platforms. From Docker deployment to RAG pipelines, agent orchestration and MCP integration — this article takes you end-to-end.