See Inside Your Agent: Real-Time Streaming with Agentspan
Featured

See Inside Your Agent: Real-Time Streaming with Agentspan

Swap run() for stream() and watch every reasoning step, tool call, and result land in real time — without giving up Agentspan's durability.

Read more
Split the Brain: Build an Issue Triage Bot with the Router Strategy
AGENTIC

Split the Brain: Build an Issue Triage Bot with the Router Strategy

May 5, 2026

Build an issue triage bot in Agentspan with Strategy.ROUTER, where a dedicated classifier agent routes each issue to the right specialist — cheaper...

You Decide: Build a Human-Directed Editorial Workflow with the Manual Strategy
AGENTIC

You Decide: Build a Human-Directed Editorial Workflow with the Manual Strategy

May 2, 2026

Build a human-directed editorial workflow in Agentspan with Strategy.MANUAL, where you pick which agent runs next — writer, fact checker, or copy...

Roll the Dice: Build a Brainstorming Session with the Random Strategy
AGENTIC

Roll the Dice: Build a Brainstorming Session with the Random Strategy

May 1, 2026

Build a multi-agent brainstorming session in Agentspan with Strategy.RANDOM, where agents are selected randomly each turn to generate diverse,...

Three Reviewers, Two Rounds, One Verdict: Build a Code Review Debate with Round Robin
AGENTIC

Three Reviewers, Two Rounds, One Verdict: Build a Code Review Debate with Round Robin

April 29, 2026

Build a code review debate in Agentspan with Strategy.ROUND_ROBIN, where specialist agents take turns, respond to each other, and converge on a...

Agents Talk to Each Other: Build a Support Swarm with Peer-to-Peer Transfers
AGENTIC

Agents Talk to Each Other: Build a Support Swarm with Peer-to-Peer Transfers

April 24, 2026

Build a support swarm in Agentspan using Strategy.SWARM so specialist agents can transfer work directly to each other.

Building a Coding Agent from Scratch: What's Really Under the Hood
AGENTIC

Building a Coding Agent from Scratch: What's Really Under the Hood

April 23, 2026

A deep dive into a durable coding assistant REPL built with Agentspan, covering the agent loop, tools, event streaming, workflow message queues,...

Why we built Agentspan: the production agent problem nobody wants to talk about
PRODUCT

Why we built Agentspan: the production agent problem nobody wants to talk about

April 22, 2026

A practical look at why durable execution, server-side state, and workflow observability matter when AI agents move from demos to production.

Building a Dependency Review Agent for Release Engineering
AGENTIC

Building a Dependency Review Agent for Release Engineering

April 21, 2026

Use Agentspan `@tool` functions and `ToolContext.state` to compare SBOMs, apply review policy, and keep the full execution trail on the server.

How to Build Agents on Top of Your APIs with Agentspan
AGENTIC

How to Build Agents on Top of Your APIs with Agentspan

April 17, 2026

Use Agentspan `api_tool()` to turn an existing OpenAPI spec into agent-callable operations, scope the API surface with `tool_names`, and inspect the...