Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +16 -4
- index.html +7 -18
README.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
| 1 |
---
|
| 2 |
title: Workflow Worker Space
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|