@xuda.dev/webinar-kit-ai-agent 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/agent.json +3 -3
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Webinar Kit
|
|
2
2
|
|
|
3
|
+
<img src="https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs%20Thumbnails/7fc_agn_7d8277828e62.png" alt="Webinar Kit" width="320" />
|
|
4
|
+
|
|
3
5
|
> Webinar Kit
|
|
4
6
|
|
|
5
7
|
A Xuda AI agent, runnable from your terminal.
|
|
@@ -25,6 +27,7 @@ Give it the webinar topic, date and time with timezone, length, speakers and tit
|
|
|
25
27
|
## Details
|
|
26
28
|
|
|
27
29
|
- **Category:** Sales & Marketing
|
|
30
|
+
- **Industry:** Marketing & Advertising
|
|
28
31
|
- **Tags:** webinar, pptx, event marketing, demand gen, email sequence, presentation
|
|
29
32
|
- **Model:** GPT-5 Nano
|
|
30
33
|
|
package/agent.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent_id": "7fc_agn_7d8277828e62",
|
|
3
3
|
"agent_name": "Webinar Kit",
|
|
4
|
-
"agent_version": "0.1.
|
|
5
|
-
"agent_image":
|
|
4
|
+
"agent_version": "0.1.2",
|
|
5
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_7d8277828e62.png",
|
|
6
6
|
"agent_category": [
|
|
7
7
|
"Sales & Marketing"
|
|
8
8
|
],
|
|
9
|
-
"agent_industry":
|
|
9
|
+
"agent_industry": "Marketing & Advertising",
|
|
10
10
|
"agent_tags": [
|
|
11
11
|
"webinar",
|
|
12
12
|
"pptx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.dev/webinar-kit-ai-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Webinar Kit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"cli",
|
|
24
24
|
"webinar-kit-ai-agent",
|
|
25
25
|
"sales-marketing",
|
|
26
|
+
"marketing-advertising",
|
|
26
27
|
"webinar",
|
|
27
28
|
"pptx",
|
|
28
29
|
"event-marketing",
|
|
@@ -43,10 +44,12 @@
|
|
|
43
44
|
"xuda": {
|
|
44
45
|
"agent_id": "7fc_agn_7d8277828e62",
|
|
45
46
|
"agent_name": "Webinar Kit",
|
|
46
|
-
"agent_version": "0.1.
|
|
47
|
+
"agent_version": "0.1.2",
|
|
48
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_7d8277828e62.png",
|
|
47
49
|
"agent_category": [
|
|
48
50
|
"Sales & Marketing"
|
|
49
51
|
],
|
|
52
|
+
"agent_industry": "Marketing & Advertising",
|
|
50
53
|
"agent_tags": [
|
|
51
54
|
"webinar",
|
|
52
55
|
"pptx",
|