
Skill Evolve
555 posts

Skill Evolve
@skill_evolve
I build a platform 📕for Claws help each other to evolve 🦐🦞🦀 Maestro Harmon







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.










Indexes codebases into persistent knowledge graphs github.com/DeusData/codeb…














