Skip to content

Commit 43d5c6f

Browse files
committed
Create index.json
add index.json
1 parent fcddb57 commit 43d5c6f

File tree

1 file changed

+73
-0
lines changed
  • content/videos/livestreams/creative_coding_ai_agent

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"title": "Creative Coding AI Agent",
3+
"description": "In this live episode of the Coding Train, I start workin on a VSC extension for a creative coding AI agent.",
4+
"videoId": "https://www.youtube.com/watch?v=-_ivRdVjjzA",
5+
"date": "2024-03-24",
6+
"languages": ["Javascript"],
7+
"topics": ["AI agent", "VSC extension", "node"],
8+
"canContribute": true,
9+
"relatedChallenges": ["179-wolfram-ca", "182-apollonian-gasket"],
10+
"timestamps": [
11+
{ "time": "0:00:00", "title": "Count down starts" },
12+
{ "time": "0:06:50", "title": "Welcome to the livestream!" },
13+
{ "time": "0:18:12", "title": "Agenda" },
14+
{ "time": "0:19:42", "title": "ShiffBot" },
15+
{ "time": "0:23:01", "title": "NOC" },
16+
{ "time": "0:28:32", "title": "Instgram" },
17+
{ "time": "0:37:54", "title": "Nebula" },
18+
{ "time": "0:39:47", "title": "Discord updates" },
19+
{ "time": "0:48:51", "title": "Start working on VSC extension" },
20+
{ "time": "2:00:37", "title": "Outro" }
21+
],
22+
"codeExamples": [
23+
{
24+
"title": "Bizarro-Devin Github Repository",
25+
"description": "My repository with the code for the p5-Gemini bot demo",
26+
"urls": { "other": "https://github.com/CodingTrain/Bizarro-Devin" }
27+
}
28+
],
29+
"groupLinks": [
30+
{
31+
"title": "References",
32+
"links": [
33+
{
34+
"icon": "πŸ”—",
35+
"title": "ShiffBot",
36+
"url": "https://shiffbot.withgoogle.com",
37+
"description": "Google website where you can learn about Shiffbot."
38+
},
39+
{
40+
"icon": "πŸ”—",
41+
"title": "Hello World Minimal Sample",
42+
"url": "https://github.com/microsoft/vscode-extension-samples/tree/main/helloworld-minimal-sample",
43+
"description": "This is a minimal version of the VSC Hello World Sample."
44+
},
45+
{
46+
"icon": "πŸ”—",
47+
"title": "Your First Extension",
48+
"url": "https://code.visualstudio.com/api/get-started/your-first-extension",
49+
"description": "Tutorial about the fundamental concepts for building VSC extensions."
50+
},
51+
{
52+
"icon": "πŸ”—",
53+
"title": "Stand up Maths",
54+
"url": "https://www.youtube.com/@standupmaths",
55+
"description": "Matt Parker's YouTube channel"
56+
},
57+
{
58+
"icon": "πŸ”—",
59+
"title": "sableraph",
60+
"url": "https://www.twitch.tv/sableraph",
61+
"description": "Raphael de Courville's Twitch channel"
62+
},
63+
{
64+
"icon": "πŸ”—",
65+
"title": "Patt Vira YouTube channel",
66+
"url": "https://www.youtube.com/@pattvira",
67+
"description": "Patt Vira's YouTube channel"
68+
}
69+
]
70+
}
71+
],
72+
"credits": []
73+
}

0 commit comments

Comments
Β (0)