GitHub radar

Deer Workflow: AI Agent Orchestration Runtime by ByteDance

An open-source TypeScript runtime for building multi-step AI agent workflows — released by ByteDance as a pilot for DeerFlow 3.0, with Codex CLI and Claude Code both built in.

01deerwork-ai/deer-workflow 317TypeScript

A TypeScript workflow runtime released by ByteDance as a pilot for DeerFlow 3.0. You describe the task in plain language, and Deer Workflow uses Codex CLI (or Claude Code) to generate a runnable workflow and execute it step by step. Each workflow runs with observable phases and supports parallel steps — without writing the orchestration code yourself.

Why a vibe-coder should care

If you want an AI agent to handle a multi-step task — research a topic, then write a report — but the agent loses track halfway through, this tool keeps the whole process structured and lets you watch each step from start to finish.

Open on GitHub