Initial commit: LangChain evolution tutorial deck (132 slides)
- Cover, TOC, 5 dividers, 3 recap slides - 5 sections (chains, langgraph, deepagents, openswe, ecosystem) - design-system.js with theme tokens + 9 helper functions - research/: timeline + sources + per-tech notes - final-compile.js + merge.js for rebuild pipeline - output/: langchain-evolution.pptx (2.3 MB) + langchain-evolution.pdf (1.1 MB) + 7 sample previews
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
# Build artifacts
|
||||
build/
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# Heavy assets — kept under output/ but gitignored for size
|
||||
output/previews/*.png
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user