You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`Your job in this session is to help me create a Loop for this PostHog project, then create it for me.
17
32
18
33
A Loop is a named, cloud-executed agent automation: instructions the agent runs whenever a trigger fires (a schedule, a GitHub event, or an API call). Loops run unattended in a sandbox and can post results, open pull requests, and keep a context up to date.
19
34
20
35
${
21
-
seed
22
-
? `Here's what I want automated:\n\n${seed}\n`
36
+
hasSeed
37
+
? "The user's message describes what they want automated.\n"
23
38
: `Start by asking me what I want automated, and offer a couple of concrete ideas.\n`
0 commit comments