@xuda.dev/lesson-plan-writer-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
|
# Lesson Plan Writer
|
|
2
2
|
|
|
3
|
+
<img src="https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs%20Thumbnails/7fc_agn_cebf5db8d4f5.png" alt="Lesson Plan Writer" width="320" />
|
|
4
|
+
|
|
3
5
|
> Lesson Plan Writer
|
|
4
6
|
|
|
5
7
|
A Xuda AI agent, runnable from your terminal.
|
|
@@ -25,6 +27,7 @@ Tell it the subject and topic, the year group, how many minutes the lesson runs,
|
|
|
25
27
|
## Details
|
|
26
28
|
|
|
27
29
|
- **Category:** Industry-Specific
|
|
30
|
+
- **Industry:** Education
|
|
28
31
|
- **Tags:** teaching, lesson plan, worksheet, classroom, differentiation, k12, docx, assessment for learning
|
|
29
32
|
- **Model:** GPT-5 Nano
|
|
30
33
|
|
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.
|
|
5
|
-
"agent_image":
|
|
4
|
+
"agent_version": "0.1.2",
|
|
5
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_cebf5db8d4f5.png",
|
|
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.2",
|
|
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,12 @@
|
|
|
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.2",
|
|
50
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_cebf5db8d4f5.png",
|
|
49
51
|
"agent_category": [
|
|
50
52
|
"Industry-Specific"
|
|
51
53
|
],
|
|
54
|
+
"agent_industry": "Education",
|
|
52
55
|
"agent_tags": [
|
|
53
56
|
"teaching",
|
|
54
57
|
"lesson plan",
|