mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 01:46:23 +02:00
copilot prompt for prebuilt cards can be configured per card
This commit is contained in:
parent
eec92bbd39
commit
c41e65d7a5
10 changed files with 32 additions and 22 deletions
|
|
@ -108,5 +108,6 @@
|
|||
"lastUpdatedAt": "2025-09-11T18:51:15.548Z",
|
||||
"name": "Customer Support",
|
||||
"description": "Answers product information (RAG) and delivery status (MCP) questions.",
|
||||
"category": "Customer Support"
|
||||
}
|
||||
"category": "Customer Support",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"category": "Developer Productivity",
|
||||
"agents": [
|
||||
{
|
||||
"name": "GitHub Stats Hub",
|
||||
|
|
@ -575,5 +574,7 @@
|
|||
],
|
||||
"startAgent": "GitHub Stats Pipeline Hub",
|
||||
"name": "GitHub Data to Spreadsheet",
|
||||
"description": "Fetches GitHub repository stats and logs them to a Google Sheet with Slack notifications"
|
||||
"description": "Fetches GitHub repository stats and logs them to a Google Sheet with Slack notifications",
|
||||
"category": "Developer Productivity",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant. Also briefly tell me about how to setup a trigger for this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,5 +115,6 @@
|
|||
"lastUpdatedAt": "2025-09-12T13:46:12.039Z",
|
||||
"name": "GitHub Issue to Slack",
|
||||
"description": "Assistant that sends a formatted Slack message with GitHub issue details when a issue is opened or updated.",
|
||||
"category": "Developer Productivity"
|
||||
}
|
||||
"category": "Developer Productivity",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant. Also briefly tell me about how to setup a trigger for this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,5 +129,6 @@
|
|||
"lastUpdatedAt": "2025-09-12T06:30:34.203Z",
|
||||
"name": "GitHub PR to Slack",
|
||||
"description": "Assistant that sends a formatted Slack message with PR details when a PR is opened or merged.",
|
||||
"category": "Developer Productivity"
|
||||
}
|
||||
"category": "Developer Productivity",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant. Also briefly tell me about how to setup a trigger for this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -465,5 +465,6 @@
|
|||
],
|
||||
"startAgent": "Recruitment HR Bot",
|
||||
"name": "Interview Scheduler",
|
||||
"description": "Automate interview scheduling with candidates from Google Sheets"
|
||||
"description": "Automate interview scheduling with candidates from Google Sheets",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -238,5 +238,6 @@
|
|||
"lastUpdatedAt": "2025-09-12T05:56:12.131Z",
|
||||
"name": "Meeting Prep Assistant",
|
||||
"description": "Assistant that researches meeting guests, compiles a summary, and sends it via email.",
|
||||
"category": "Work Productivity"
|
||||
}
|
||||
"category": "Work Productivity",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant. Also briefly tell me about how to setup a trigger for this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -293,5 +293,6 @@
|
|||
"lastUpdatedAt": "2025-09-09T17:48:53.292Z",
|
||||
"name": "Browse Reddit on Slack",
|
||||
"description": "Browses Reddit for topics of interest and sends them to a Slack channel.",
|
||||
"category": "News & Social"
|
||||
}
|
||||
"category": "News & Social",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant. Also briefly tell me about how to setup a scheduled trigger for this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -295,5 +295,6 @@
|
|||
"lastUpdatedAt": "2025-09-11T18:02:35.880Z",
|
||||
"name": "Viral Tweet Assistant",
|
||||
"description": "Research topics and create a tweet including generated images.",
|
||||
"category": "News & Social"
|
||||
}
|
||||
"category": "News & Social",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -375,5 +375,6 @@
|
|||
"lastUpdatedAt": "2025-09-11T17:26:48.865Z",
|
||||
"name": "Twitter Sentiment",
|
||||
"description": "Searches Twitter for tweets about a company and analyzes their sentiment.",
|
||||
"category": "News & Social"
|
||||
}
|
||||
"category": "News & Social",
|
||||
"copilotPrompt": "Give me a brief explanation of this assistant. Also briefly tell me about how to setup a scheduled trigger for this assistant."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue