@xuda.dev/lesson-plan-writer-ai-agent 0.1.1 → 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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/agent.json +2 -2
  3. package/package.json +3 -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.
package/agent.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "agent_id": "7fc_agn_cebf5db8d4f5",
3
3
  "agent_name": "Lesson Plan Writer",
4
- "agent_version": "0.1.1",
5
- "agent_image": null,
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
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.dev/lesson-plan-writer-ai-agent",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Lesson Plan Writer",
5
5
  "type": "module",
6
6
  "bin": {
@@ -46,7 +46,8 @@
46
46
  "xuda": {
47
47
  "agent_id": "7fc_agn_cebf5db8d4f5",
48
48
  "agent_name": "Lesson Plan Writer",
49
- "agent_version": "0.1.1",
49
+ "agent_version": "0.1.2",
50
+ "agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_cebf5db8d4f5.png",
50
51
  "agent_category": [
51
52
  "Industry-Specific"
52
53
  ],