-
Notifications
You must be signed in to change notification settings - Fork 0
rock: fork-detach deep-agents-from-scratch + Patriots retrofit #2
Description
rock
detach bryanchasko/deep-agents-from-scratch from langchain-ai/deep-agents-from-scratch
and retrofit it as our canonical deep agents reference project with 2004 Patriots theming.
why detach
forked repos have issues disabled by default. the repo at langchain-ai/deep-agents-from-scratch
is a standalone course on agentic patterns (task planning, context offloading, subagent delegation).
we want to extend it, not maintain a fork. detach lets us own the roadmap.
how to detach
go to: https://github.com/BryanChasko/deep-agents-from-scratch/settings
scroll to Danger Zone -> "Detach fork" or contact github support for fork network removal.
alternatively: mirror to a new repo (git clone --mirror, push to new empty repo).
after detach -- retrofit scope
- add attribution header to README acknowledging langchain-ai original
- add ascii art header, apply style guide
- retrofit examples to use 2004 patriots as the domain data
(same spirit as pythonExamplesWithNewEnglandPatriots) - replace harry potter / generic agent examples with patriots game planning scenarios
- task planning agent: game plan decomposition for the super bowl
- context offloading: play-by-play data to file, not prompt
- subagent delegation: specialist agents for offense, defense, special teams analysis
- integrate with heraldstack mcp tooling where applicable (qdrant for context, bedrock for inference)
- keep the langgraph foundation -- this is about theming + extension, not rewriting
repo name options
deep-agents-from-scratch(keep it, just detached)heraldstack-deep-agents(signals it's part of heraldstack)
reference
sister project: pythonExamplesWithNewEnglandPatriots (same theming approach)
style guide: https://github.com/BryanChasko/heraldstack-mcp/blob/main/STYLE_GUIDE.md