deploy
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user