This commit is contained in:
a2a-platform
2026-06-12 00:19:13 +00:00
parent 4e7fba5e92
commit c47683fa39
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@
"source": "python-a2a-pack", "source": "python-a2a-pack",
"project_manifest": { "project_manifest": {
"name": "robertseares", "name": "robertseares",
"version": "0.1.1", "version": "0.1.2",
"entrypoint": "agent:Robertseares", "entrypoint": "agent:Robertseares",
"frontend": { "frontend": {
"type": "server-rendered", "type": "server-rendered",

View File

@@ -2,7 +2,7 @@
# secrets, workspace, etc.) lives on the Python class — this file only # secrets, workspace, etc.) lives on the Python class — this file only
# tells the CLI how to find it. # tells the CLI how to find it.
name: robertseares name: robertseares
version: 0.1.1 version: 0.1.2
entrypoint: agent:Robertseares entrypoint: agent:Robertseares
expose: expose:
public: true public: true