@xuda.dev/lesson-plan-writer-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 subject and topic, the year group, how many minutes the lesson runs,
|
|
|
25
25
|
## Details
|
|
26
26
|
|
|
27
27
|
- **Category:** Industry-Specific
|
|
28
|
+
- **Industry:** Education
|
|
28
29
|
- **Tags:** teaching, lesson plan, worksheet, classroom, differentiation, k12, docx, assessment for learning
|
|
29
30
|
- **Model:** GPT-5 Nano
|
|
30
31
|
|
package/agent.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent_id": "7fc_agn_cebf5db8d4f5",
|
|
3
3
|
"agent_name": "Lesson Plan Writer",
|
|
4
|
-
"agent_version": "0.1.
|
|
4
|
+
"agent_version": "0.1.1",
|
|
5
5
|
"agent_image": null,
|
|
6
6
|
"agent_category": [
|
|
7
7
|
"Industry-Specific"
|
|
8
8
|
],
|
|
9
|
-
"agent_industry":
|
|
9
|
+
"agent_industry": "Education",
|
|
10
10
|
"agent_tags": [
|
|
11
11
|
"teaching",
|
|
12
12
|
"lesson plan",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.dev/lesson-plan-writer-ai-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Lesson Plan Writer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"cli",
|
|
24
24
|
"lesson-plan-writer-ai-agent",
|
|
25
25
|
"industry-specific",
|
|
26
|
+
"education",
|
|
26
27
|
"teaching",
|
|
27
28
|
"lesson-plan",
|
|
28
29
|
"worksheet",
|
|
@@ -45,10 +46,11 @@
|
|
|
45
46
|
"xuda": {
|
|
46
47
|
"agent_id": "7fc_agn_cebf5db8d4f5",
|
|
47
48
|
"agent_name": "Lesson Plan Writer",
|
|
48
|
-
"agent_version": "0.1.
|
|
49
|
+
"agent_version": "0.1.1",
|
|
49
50
|
"agent_category": [
|
|
50
51
|
"Industry-Specific"
|
|
51
52
|
],
|
|
53
|
+
"agent_industry": "Education",
|
|
52
54
|
"agent_tags": [
|
|
53
55
|
"teaching",
|
|
54
56
|
"lesson plan",
|