@xuda.dev/children-s-book-maker-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 @@ Tell it the child's age, roughly how long the book should be, and the story idea
|
|
|
25
25
|
## Details
|
|
26
26
|
|
|
27
27
|
- **Category:** Creative & Content
|
|
28
|
+
- **Industry:** Education
|
|
28
29
|
- **Tags:** children, picture book, storytelling, illustration, publishing, docx, print
|
|
29
30
|
- **Model:** GPT-5 Nano
|
|
30
31
|
|
package/agent.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent_id": "7fc_agn_3f0d1cb2f263",
|
|
3
3
|
"agent_name": "Children's Book Maker",
|
|
4
|
-
"agent_version": "0.1.
|
|
4
|
+
"agent_version": "0.1.1",
|
|
5
5
|
"agent_image": null,
|
|
6
6
|
"agent_category": [
|
|
7
7
|
"Creative & Content"
|
|
8
8
|
],
|
|
9
|
-
"agent_industry":
|
|
9
|
+
"agent_industry": "Education",
|
|
10
10
|
"agent_tags": [
|
|
11
11
|
"children",
|
|
12
12
|
"picture book",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.dev/children-s-book-maker-ai-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Children's Book Maker",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"cli",
|
|
24
24
|
"children-s-book-maker-ai-agent",
|
|
25
25
|
"creative-content",
|
|
26
|
+
"education",
|
|
26
27
|
"children",
|
|
27
28
|
"picture-book",
|
|
28
29
|
"storytelling",
|
|
@@ -44,10 +45,11 @@
|
|
|
44
45
|
"xuda": {
|
|
45
46
|
"agent_id": "7fc_agn_3f0d1cb2f263",
|
|
46
47
|
"agent_name": "Children's Book Maker",
|
|
47
|
-
"agent_version": "0.1.
|
|
48
|
+
"agent_version": "0.1.1",
|
|
48
49
|
"agent_category": [
|
|
49
50
|
"Creative & Content"
|
|
50
51
|
],
|
|
52
|
+
"agent_industry": "Education",
|
|
51
53
|
"agent_tags": [
|
|
52
54
|
"children",
|
|
53
55
|
"picture book",
|