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
Background: Our hacknight creates a new emcee deck every week in an gdrive folder and on that weeks deck is one slide where we write the weeks pitches during the hacknight itself.
proposal: we write an I'll agent to load this weeks deck from the drive, and parse out the pitches into a structured json object. We then write a slack message following a specific template. We run this scheduled task weekly after hacknight, so people who weren't present can be lured back in, if pitches interest them.
Questions:
is it better to automate, or make an interface so people manually run it by clicking a button? (prevents it from silently breaking, and less magic)
The text was updated successfully, but these errors were encountered:
Background: Our hacknight creates a new emcee deck every week in an gdrive folder and on that weeks deck is one slide where we write the weeks pitches during the hacknight itself.
proposal: we write an I'll agent to load this weeks deck from the drive, and parse out the pitches into a structured json object. We then write a slack message following a specific template. We run this scheduled task weekly after hacknight, so people who weren't present can be lured back in, if pitches interest them.
Questions:
The text was updated successfully, but these errors were encountered: