Initial: subagent-patterns animation
Browse files- .gitattributes +1 -0
- README.md +10 -4
- index.html +14 -17
- subagent-patterns.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
subagent-patterns.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
| 2 |
title: Subagent Patterns
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Subagent Patterns
|
| 3 |
+
emoji: 🔁
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Subagent Patterns
|
| 11 |
+
|
| 12 |
+
Animated explainer for [Unit 4 of the Context Course](https://huggingface.co/learn/context-course).
|
| 13 |
+
|
| 14 |
+
Source composition (HyperFrames) lives at [github.com/huggingface/context-course/tree/main/course-hyperframes/subagent-patterns](https://github.com/huggingface/context-course/tree/main/course-hyperframes/subagent-patterns).
|
| 15 |
+
|
| 16 |
+
Embedded in the course via `<iframe>`.
|
index.html
CHANGED
|
@@ -1,19 +1,16 @@
|
|
| 1 |
<!doctype html>
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
</p>
|
| 17 |
-
</div>
|
| 18 |
-
</body>
|
| 19 |
</html>
|
|
|
|
| 1 |
<!doctype html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
| 6 |
+
<title>subagent-patterns</title>
|
| 7 |
+
<style>
|
| 8 |
+
html, body { margin: 0; padding: 0; width: 100%; height: 100%; background: #07080a; overflow: hidden; }
|
| 9 |
+
body { display: flex; align-items: center; justify-content: center; }
|
| 10 |
+
video { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
|
| 11 |
+
</style>
|
| 12 |
+
</head>
|
| 13 |
+
<body>
|
| 14 |
+
<video src="subagent-patterns.mp4" autoplay muted loop playsinline></video>
|
| 15 |
+
</body>
|
|
|
|
|
|
|
|
|
|
| 16 |
</html>
|
subagent-patterns.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a1b7438a075cc2a01e9ffbd242eb0af70017fb954728ce156d5a7856cbfeae3
|
| 3 |
+
size 1992449
|