@xuda.dev/webinar-kit-ai-agent 0.1.0 → 0.1.1
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 +1 -0
- package/agent.json +2 -2
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -25,6 +25,7 @@ Give it the webinar topic, date and time with timezone, length, speakers and tit
|
|
|
25
25
|
## Details
|
|
26
26
|
|
|
27
27
|
- **Category:** Sales & Marketing
|
|
28
|
+
- **Industry:** Marketing & Advertising
|
|
28
29
|
- **Tags:** webinar, pptx, event marketing, demand gen, email sequence, presentation
|
|
29
30
|
- **Model:** GPT-5 Nano
|
|
30
31
|
|
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.
|
|
4
|
+
"agent_version": "0.1.1",
|
|
5
5
|
"agent_image": null,
|
|
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.1",
|
|
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,11 @@
|
|
|
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.1",
|
|
47
48
|
"agent_category": [
|
|
48
49
|
"Sales & Marketing"
|
|
49
50
|
],
|
|
51
|
+
"agent_industry": "Marketing & Advertising",
|
|
50
52
|
"agent_tags": [
|
|
51
53
|
"webinar",
|
|
52
54
|
"pptx",
|