Archive ready

ReAct (Reason+Act) パターンを TypeScript だけで実装する

https://zenn.dev/kt3k/articles/74785af8436b1e
April 2, 2026 at 03:14 PM JSTThe archive page, viewer, and downloads use this saved version.
April 2, 2026 at 03:14 PM JST·zenn.dev

The evidence pack includes HTML, screenshots, summaries, and metadata. It can be downloaded on Pro.

Saved page

ReAct (Reason+Act) パターンを TypeScript だけで実装する

Open the archived HTML with saved-time metadata attached.

StartedApril 2, 2026 at 03:14 PM JST

This HTML has CSS and images embedded, so it can still be opened even if the original page disappears.

About this pageAI generated

This page explains how to implement the ReAct (Reason+Act) pattern from scratch using only TypeScript, without any frameworks. ReAct is an AI agent pattern where LLMs alternate between 'reasoning' and 'acting' steps to solve problems progressively. The article demonstrates this through a practical example of an npm package selection agent using two tools: search and get_info. It illustrates how the Reason→Action→Observation loop works by showing actual code implementation.

ReAct (Reason+Act) パターンを TypeScript だけで実装する - Saved screenshot

The full page can be captured up to 15,000px in height so you can review the complete page layout when needed.