Skip to content

Commit bd1d46d

Browse files
committed
feat(agents): Create and publish 3 dedicated agents in Agent Studio
- TalkFlix Inspire (79e4350e): Generate talk ideas from watched talks - TalkFlix Match Score (850ccab7): Calculate CFP-profile fit % - TalkFlix Hero Selector (ef2dfe8f): Pick best CFP for homepage All tested with completions - returning valid JSON responses.
1 parent b1cf616 commit bd1d46d

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

agents/created-agents.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"inspire": {
3+
"id": "79e4350e-6284-4dfa-a92a-0e33542a858a",
4+
"name": "TalkFlix Inspire",
5+
"status": "published"
6+
},
7+
"match": {
8+
"id": "850ccab7-4897-4fe7-ab32-598ac8942e25",
9+
"name": "TalkFlix Match Score",
10+
"status": "published"
11+
},
12+
"hero": {
13+
"id": "ef2dfe8f-9c02-42db-90ba-b42356ecd21f",
14+
"name": "TalkFlix Hero Selector",
15+
"status": "published"
16+
},
17+
"chat": {
18+
"id": "9f27077f-f2bb-465f-a5cd-80cb8928995e",
19+
"name": "cfp-please",
20+
"status": "published",
21+
"note": "Original general-purpose agent"
22+
}
23+
}

0 commit comments

Comments
 (0)