PYAE1994 commited on
Commit
0c8e6de
·
verified ·
1 Parent(s): d79d71f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +16 -4
  2. index.html +7 -18
README.md CHANGED
@@ -1,10 +1,22 @@
1
  ---
2
  title: Workflow Worker Space
3
- emoji: 🏃
4
- colorFrom: yellow
5
- colorTo: red
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: Workflow Worker Space
3
+ emoji: 🧭
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ license: mit
9
+ short_description: Workflow Worker Space — Coordination Layer
10
  ---
11
 
12
+ # Workflow Worker Space
13
+
14
+ **Layer:** Coordination Layer
15
+ **Roles:** automation, execution
16
+
17
+ ## Responsibilities
18
+ - dag execution
19
+ - task queues
20
+ - retries
21
+ - scheduling
22
+ - background jobs
index.html CHANGED
@@ -1,19 +1,8 @@
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"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Workflow Worker Space</title><style>
3
+ body { font-family: Inter, Arial, sans-serif; margin: 0; background: #05060d; color: #e2e8f0; }
4
+ .wrap { max-width: 900px; margin: 0 auto; padding: 48px 24px; }
5
+ .card { background: #0b1020; border: 1px solid #1e2035; border-radius: 20px; padding: 28px; }
6
+ .pill { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(124,58,237,.15); color: #c4b5fd; border: 1px solid rgba(124,58,237,.35); margin: 6px 6px 0 0; }
7
+ h1 { margin: 0 0 10px; font-size: 32px; } p { color: #94a3b8; line-height: 1.7; } ul { line-height: 1.8; } a { color: #60a5fa; }
8
+ </style></head><body><div class="wrap"><div class="card"><div style="font-size:48px">🧭</div><h1>Workflow Worker Space</h1><p>DAG execution, task queues, retries, scheduling, and background jobs.</p><div class="pill">Coordination Layer</div><div class="pill">automation</div><div class="pill">execution</div><h2>Responsibilities</h2><ul><li>dag execution</li><li>task queues</li><li>retries</li><li>scheduling</li><li>background jobs</li></ul><p>Main project repo: <a href="https://github.com/pyaesonegtckglay-dotcom/god-agent-os">github.com/pyaesonegtckglay-dotcom/god-agent-os</a></p></div></div></body></html>