This commit is contained in:
a2a-platform
2026-06-29 00:46:25 +00:00
parent e45ff7e55d
commit eaaa1f2e0e
6 changed files with 50 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"language": "python",
"name": "learnhouse-agent",
"description": "LearnHouse is an open-source platform tailored for learning experiences.",
"version": "1.2.9",
"version": "1.2.10",
"entrypoint": {
"module": "agent",
"class_name": "LearnhouseAgent",
@@ -88,6 +88,15 @@
"required": false,
"input_type": "url",
"options": []
},
{
"name": "LEARNHOUSE_AUTH",
"kind": "secret",
"label": "LearnHouse auth",
"description": "Paste a LearnHouse user auth value: either 'Bearer <access_token>', a raw access token, or a Cookie header such as 'LH_access=...; LH_refresh=...'.",
"required": true,
"input_type": "password",
"options": []
}
]
},
@@ -163,7 +172,7 @@
"source": "python-a2a-pack",
"project_manifest": {
"name": "learnhouse-agent",
"version": "1.2.9",
"version": "1.2.10",
"entrypoint": "agent:LearnhouseAgent"
}
}