deploy
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "robertseares",
|
"name": "robertseares",
|
||||||
"description": "A new A2A agent",
|
"description": "A new A2A agent",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"entrypoint": {
|
"entrypoint": {
|
||||||
"module": "agent",
|
"module": "agent",
|
||||||
"class_name": "Robertseares",
|
"class_name": "Robertseares",
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
"source": "python-a2a-pack",
|
"source": "python-a2a-pack",
|
||||||
"project_manifest": {
|
"project_manifest": {
|
||||||
"name": "robertseares",
|
"name": "robertseares",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"entrypoint": "agent:Robertseares",
|
"entrypoint": "agent:Robertseares",
|
||||||
"frontend": {
|
"frontend": {
|
||||||
"type": "server-rendered",
|
"type": "server-rendered",
|
||||||
|
|||||||
2
a2a.yaml
2
a2a.yaml
@@ -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.0
|
version: 0.1.1
|
||||||
entrypoint: agent:Robertseares
|
entrypoint: agent:Robertseares
|
||||||
expose:
|
expose:
|
||||||
public: true
|
public: true
|
||||||
|
|||||||
2
agent.py
2
agent.py
@@ -46,7 +46,7 @@ DEEPAGENTS_RECURSION_LIMIT = 500
|
|||||||
class Robertseares(A2AAgent[RobertsearesConfig, NoAuth]):
|
class Robertseares(A2AAgent[RobertsearesConfig, NoAuth]):
|
||||||
name = "robertseares"
|
name = "robertseares"
|
||||||
description = "A new A2A agent"
|
description = "A new A2A agent"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
|
|
||||||
config_model = RobertsearesConfig
|
config_model = RobertsearesConfig
|
||||||
auth_model = NoAuth
|
auth_model = NoAuth
|
||||||
|
|||||||
Reference in New Issue
Block a user