~/reading

31

Issue 31/September 4, 2026/20 tools · 3 headlines

Clone-ready harnesses and runtimes that put the agent loop under your control

Today's picks favor lightweight WASM OSes, Rust terminal harnesses, typed agent SDKs, browser MCP surfaces, and memory graphs you can wire directly into durable loops. Power users get sandboxes, control planes, and eval hooks without vendor lock-in.

01 — Power tools

The stack

  1. 01harnessGitHub
    agentOS

    rivet-dev

    Lightweight WASM and V8 isolate OS library that runs agents inside your process with millisecond cold starts and direct host bindings.

    Use caseUse it to embed Pi or other ACP agents as in-process VMs with granular permissions instead of spinning full sandboxes.

    wasmsandboxruntimeacp
  2. 02toolGitHub
    VT Code

    vinhnx

    Rust terminal coding agent and harness with sandboxed tools, durable sessions, MCP, skills, and multi-provider support.

    Use caseUse it to run long autonomous coding loops from a TUI or headless mode with built-in verification and worktree isolation.

    rusttuicoding-agentmcp
  3. 03harnessGitHub
    Deep Agents

    langchain-ai

    Batteries-included opinionated agent harness on LangGraph with planning, filesystem tools, sub-agents, and context management.

    Use caseUse it to spin up a production-ready long-horizon research or coding agent and override only the pieces you need.

    langgraphharnesssubagentspython
  4. 04toolGitHub
    Stagehand

    browserbase

    SDK for browser agents built on Playwright with natural language actions, self-healing, and multi-language support.

    Use caseUse it to give coding or research agents reliable web navigation and extraction without brittle selectors.

    browserplaywrightagent-sdktypescript
  5. 05toolGitHub
    Chrome DevTools MCP

    ChromeDevTools

    Official MCP server exposing full Chrome DevTools for automation, performance traces, network, console, and debugging.

    Use caseUse it to let an agent inspect LCP, take heap snapshots, or drive live Chrome sessions during coding tasks.

    mcpdevtoolsbrowserperformance
  6. 06repoGitHub
    smolagents

    huggingface

    Barebones Python library for code-as-action agents that write and execute Python in sandboxes like E2B.

    Use caseUse it to prototype multi-step agents that compose tools via real code rather than JSON tool calls.

    code-agentpythonsandboxhuggingface
  7. 07toolGitHub
    Pydantic AI

    pydantic

    Typed Python AI SDK and agent framework with structured outputs, multi-model support, and MCP integration.

    Use caseUse it to build type-safe agent loops with validated I/O and Logfire observability for production services.

    typedpythonmcpagents
  8. 08harnessGitHub
    OpenAI Agents SDK

    openai

    Lightweight provider-agnostic framework for multi-agent workflows with handoffs, guardrails, and tracing.

    Use caseUse it to compose specialist agents with structured handoffs and run them against any tool-calling LLM.

    multi-agentsdkpythontracing
  9. 09repoGitHub
    Graphiti

    getzep

    Framework for building temporal knowledge graphs that track changing facts with provenance for agent memory.

    Use caseUse it to give agents a real-time context graph that invalidates stale facts and supports hybrid retrieval.

    memoryknowledge-graphtemporalagents
  10. 10toolGitHub
    Composio

    ComposioHQ

    Tool layer with 1000+ integrations, auth, search, and sandboxed workbench so agents stop reinventing OAuth.

    Use caseUse it to drop authenticated toolkits into any agent harness for Gmail, GitHub, Slack, and more.

    toolsintegrationsauthmcp
  11. 11harnessGitHub
    Harness Kit

    deepklarity

    Multi-agent orchestration CLI plus task board with TDD-first patterns, RCA, and cost-aware delegation.

    Use caseUse it to decompose specs into dependency graphs, route tasks to cheapest capable agents, and keep evidence trails.

    orchestrationpatternstask-boardcli
  12. 12toolGitHub
    Kit

    speakeasy-api

    Coding agent runtime with one compose tool, ACP server, A2A, and subagent orchestration in a static binary.

    Use caseUse it as a concise daily-driver harness that reloads skills and MCP dynamically and hosts other agents over ACP.

    runtimeacpcomposecli
  13. 13harnessGitHub
    Agno

    agno-agi

    Framework and AgentOS runtime for building, serving, and managing agent platforms with UI control plane.

    Use caseUse it to own your full agent stack including sessions, memory, traces, and MCP in your own cloud.

    platformruntimecontrol-planepython
  14. 14toolGitHub
    Letta Code

    letta-ai

    Memory-first stateful coding agent that persists identity and long-term memory across sessions and models.

    Use caseUse it to run coding agents that learn from experience and retain context without prompt stuffing.

    memorystatefulcoding-agentletta
  15. 15repoGitHub
    E2B Desktop

    e2b-dev

    Open-source virtual desktop sandbox for computer-use agents with graphical environment and streaming.

    Use caseUse it to give agents a full isolated desktop for GUI automation and secure code execution.

    sandboxcomputer-usedesktope2b
  16. 16toolGitHub
    mcp-use

    mcp-use

    TypeScript framework for building MCP servers and apps rebuilt for the stateless 2026 MCP spec.

    Use caseUse it to ship high-throughput MCP servers with inspector, HMR views, and headless screenshot debugging for agents.

    mcptypescriptserversapps
  17. 17harnessGitHub
    dmux

    standardagents

    Dev agent multiplexer that creates git worktrees and tmux panes for parallel coding agents.

    Use caseUse it to launch isolated agent sessions per task then merge or PR the results from a single board.

    worktreestmuxorchestrationparallel
  18. 18harnessGitHub
    agent-harness

    SUNRNEHUI

    Plan-native execution harness adding intent-to-contract synthesis, durable handoff, and evidence-based acceptance.

    Use caseUse it to add portable contracts and audit gates across Codex, Claude Code, or other file-and-shell agents.

    plancontractsreliabilityskills
  19. 19harnessGitHub
    PraisonAI

    MervinPraison

    Fast multi-agent workforce framework with planning, memory, RAG, dashboards, and multi-provider support.

    Use caseUse it to spin up autonomous agent teams with low-latency orchestration for production workflows.

    multi-agentworkforcepythonmcp
  20. 20repoGitHub
    AIOS

    agiresearch

    AI Agent Operating System with kernel and SDK for scheduling, context, memory, tools, and computer-use sandboxes.

    Use caseUse it to treat agents as first-class OS processes with shared resource management and deployment modes.

    oskernelsandboxmulti-agent

02 — In the wild

Articles and releases

  1. articleHacker News
    Show HN: VT Code – My attempt at building a coding-agent harness

    vinhnx

    A year-long Rust harness project focused on tool execution, context, sandboxing, permissions, and long-running reliability. The author invites feedback from others building similar agent loops.

    show-hnrustharness

    Read

  2. releaseHacker News
    Show HN: Kit. Claude Code but Concise

    danielkov

    Kit ships as a single-binary coding runtime with one compose tool, ACP server, A2A, and dynamic skill reload. It aims for lower token cost and cleaner subagent orchestration than full IDEs.

    releasecliacp

    Shipped

  3. releaseHacker News
    Show HN: mcp-use v2 rebuilt from scratch for stateless 2026-07-28 MCP spec

    luigipederzani

    v2 drops sessions for the new stateless MCP revision and delivers higher throughput plus a smaller install. It targets MCP apps with HMR views and agent-friendly headless debugging.

    mcptypescriptrelease

    Shipped

Get the daily tools digest

RSS