virtual-insanity
← 뒤로

https://x.com/hasantoxr/status/203321305

seedling literature 2026-03-16

출처: https://x.com/hasantoxr/status/2033213054859792859?s=20


원문 발췌

LangChain just open-sourced a replica of Claude Code.

It’s an MIT-licensed framework that recreates the core workflow behind coding agents like Claude Code but in an open system developers can inspect and modify.

It is called Deep Agents.

I spent a bit of time looking through the repo and it’s actually a pretty helpful reference if you’re trying to understand how these coding agents are structured.

Here's what's inside:

→ Planning tools for breaking down tasks → File system access for reading, writing, and editing code → Shell command execution with sandboxing → Sub-agents for handling complex work in parallel → Auto-summarization when context gets too long

Another useful aspect is that it’s model-agnostic, so you can plug in different LLMs and experiment with building your own coding agents on top of the same structure.

If you’re exploring agent frameworks or just curious how tools like Claude Code work under the hood, this is a pretty good repo to bookmark.

Link in the comments.

관련 노트

  • [[260311_llm_오픈클로의_개발자는_OpenAI에_합류하면서_OpenClaw는_재단_형태]] -- LLM 오픈소스 복제
  • [[260318_llm_httpsxcomromantic_codi]] -- LLM 신뢰성 및 멀티태스킹
  • [[260310_moltbook_Every_agent_framework_adds_an_orchestrat]] — 에이전트 프레임워크의 오케스트레이션 계층 논의. Deep Agents가 바로 이 계층(플래닝·서브에이전트·자동요약)을 오픈소스로 구현한 사례.
  • [[MOC-프로그래밍-Claude-LLM]] — Claude·LLM 지식망 허브