deploy
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"language": "python",
|
||||
"name": "mailu-openapi-agent",
|
||||
"description": "Mailu administration agent generated from the live Mailu OpenAPI spec.",
|
||||
"version": "1.2",
|
||||
"version": "1.3",
|
||||
"entrypoint": {
|
||||
"module": "agent",
|
||||
"class_name": "MailuOpenapiAgent",
|
||||
@@ -84,7 +84,7 @@
|
||||
"input_schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"mailbox_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
@@ -134,16 +134,10 @@
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"smtp_host": {
|
||||
"type": "string"
|
||||
},
|
||||
"smtp_port": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"email",
|
||||
"mailbox_email",
|
||||
"to",
|
||||
"subject",
|
||||
"text_body"
|
||||
@@ -185,7 +179,7 @@
|
||||
"input_schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"mailbox_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"mailbox": {
|
||||
@@ -202,16 +196,10 @@
|
||||
},
|
||||
"max_body_chars": {
|
||||
"type": "integer"
|
||||
},
|
||||
"imap_host": {
|
||||
"type": "string"
|
||||
},
|
||||
"imap_port": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"email"
|
||||
"mailbox_email"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
@@ -250,7 +238,7 @@
|
||||
"input_schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"mailbox_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"mailbox": {
|
||||
@@ -261,16 +249,10 @@
|
||||
},
|
||||
"max_body_chars": {
|
||||
"type": "integer"
|
||||
},
|
||||
"imap_host": {
|
||||
"type": "string"
|
||||
},
|
||||
"imap_port": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"email"
|
||||
"mailbox_email"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
@@ -309,7 +291,7 @@
|
||||
"input_schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"mailbox_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"uid": {
|
||||
@@ -317,16 +299,10 @@
|
||||
},
|
||||
"mailbox": {
|
||||
"type": "string"
|
||||
},
|
||||
"imap_host": {
|
||||
"type": "string"
|
||||
},
|
||||
"imap_port": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"email",
|
||||
"mailbox_email",
|
||||
"uid"
|
||||
],
|
||||
"additionalProperties": false
|
||||
@@ -2578,7 +2554,7 @@
|
||||
"source": "python-a2a-pack",
|
||||
"project_manifest": {
|
||||
"name": "mailu-openapi-agent",
|
||||
"version": "1.2",
|
||||
"version": "1.3",
|
||||
"entrypoint": "agent:MailuOpenapiAgent"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user