burtenshaw HF Staff commited on
Commit
1a2e2cd
·
verified ·
1 Parent(s): f07890a

Initial: subagent-patterns animation

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +10 -4
  3. index.html +14 -17
  4. 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: blue
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
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
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
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