-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrend-to-thread.yaml
More file actions
51 lines (51 loc) · 1.13 KB
/
Copy pathtrend-to-thread.yaml
File metadata and controls
51 lines (51 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
version: "2.14"
name: trend-to-thread
description: Monitors X trends and drafts a full thread on topics you care about.
runtime:
engine: grok
model: grok-4
deploy:
targets:
- worker
updated_at: "2026-05-10"
entrypoint: .grok/grok-workflow.yaml
python_version: ">=3.11"
env:
- XAI_API_KEY
- X_BEARER_TOKEN
- X_ACCESS_TOKEN
- X_ACCESS_SECRET
schedule:
interval: 30m
visuals:
accent_color: "#22d3ee"
theme: futuristic
palette:
bg: "#0b0f17"
panel: "#121826"
accent: "#22d3ee"
accent_soft: "#0e3a49"
text: "#e6e8ef"
muted: "#8b93a7"
preview_card:
style: futuristic
title: trend-to-thread
subtitle: Trends in. Threads out. Behind an approval gate.
poster: docs/posters/trend-to-thread.svg
gradient:
from: "#0b0f17"
to: "#0e3a49"
angle: 135
glow:
enabled: true
color: "#22d3ee"
intensity: 0.45
animation:
type: pulse
duration_ms: 2400
respect_reduced_motion: true
auto_generate:
demo_media: true
demo_length_seconds: 45
demo_resolution: 1280x720
demo_caption: "30m trend sweep → draft thread → approval gate"