This commit is contained in:
a2a-platform
2026-06-13 11:22:07 +00:00
parent abb3497ff8
commit 8076016d43
5 changed files with 7 additions and 7 deletions

View File

@@ -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.2", "version": "0.1.3",
"entrypoint": { "entrypoint": {
"module": "agent", "module": "agent",
"class_name": "Robertseares", "class_name": "Robertseares",
@@ -150,7 +150,7 @@
"source": "python-a2a-pack", "source": "python-a2a-pack",
"project_manifest": { "project_manifest": {
"name": "robertseares", "name": "robertseares",
"version": "0.1.2", "version": "0.1.3",
"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.2 version: 0.1.3
entrypoint: agent:Robertseares entrypoint: agent:Robertseares
expose: expose:
public: true public: true

View File

@@ -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.1" version = "0.1.3"
config_model = RobertsearesConfig config_model = RobertsearesConfig
auth_model = NoAuth auth_model = NoAuth

View File

@@ -1,12 +1,12 @@
{ {
"name": "robertseares-frontend", "name": "robertseares-frontend",
"version": "0.1.0", "version": "0.1.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "robertseares-frontend", "name": "robertseares-frontend",
"version": "0.1.0", "version": "0.1.3",
"dependencies": { "dependencies": {
"next": "^15.3.0", "next": "^15.3.0",
"pg": "^8.13.1", "pg": "^8.13.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "robertseares-frontend", "name": "robertseares-frontend",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.3",
"scripts": { "scripts": {
"dev": "next dev --hostname 0.0.0.0 --port 3000", "dev": "next dev --hostname 0.0.0.0 --port 3000",
"build": "next build && node prepare-standalone.mjs", "build": "next build && node prepare-standalone.mjs",