This commit is contained in:
a2a-platform
2026-06-29 00:38:27 +00:00
parent c8cea595f2
commit e45ff7e55d
30 changed files with 2437 additions and 2292 deletions

View File

@@ -3,10 +3,10 @@
"language": "python",
"name": "learnhouse-agent",
"description": "LearnHouse is an open-source platform tailored for learning experiences.",
"version": "1.2.8",
"version": "1.2.9",
"entrypoint": {
"module": "agent",
"class_name": "Learnhouse",
"class_name": "LearnhouseAgent",
"function": null,
"command": []
},
@@ -163,8 +163,8 @@
"source": "python-a2a-pack",
"project_manifest": {
"name": "learnhouse-agent",
"version": "1.2.8",
"entrypoint": "agent:Learnhouse"
"version": "1.2.9",
"entrypoint": "agent:LearnhouseAgent"
}
}
}