virtual-insanity
← 뒤로

x.com: 260316 llm fe3fbe ref — 2026-03-16 518182

budding literature 2026-03-16

x.com: 260316 llm fe3fbe ref — 2026-03-16 518182

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

[[260316_llm_fe3fbe_ref|링크 참조]]


원문 내용

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.

관련 노트

  • [[260410_claude_claude-code-usage-dashboard]] -- LLM 사용 후기