Save current dirty changes

This commit is contained in:
2026-06-13 13:41:40 -03:00
parent 1b545d66d9
commit 3415f341d3
3 changed files with 101 additions and 44 deletions

View File

@@ -3,8 +3,9 @@
Generated A2APack agent for Tasks API. Generated A2APack agent for Tasks API.
- Source OpenAPI: https://tasks.a2acloud.io/openapi.json - Source OpenAPI: https://tasks.a2acloud.io/openapi.json
- Generated operations: 34 - Generated operations: 33
- Main skill: `auto` - Main skill: `auto`
- Routing mode: direct operation skills
The generated code is intentionally editable. Tune prompts, operation The generated code is intentionally editable. Tune prompts, operation
grouping, auth names, and safety policy before publishing serious agents. grouping, auth names, and safety policy before publishing serious agents.

121
agent.py

File diff suppressed because one or more lines are too long

View File

@@ -3525,27 +3525,6 @@
] ]
} }
}, },
"/api/fuck-you": {
"get": {
"operationId": "getFuckYou",
"responses": {
"200": {
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
},
"description": "Successful Response"
}
},
"summary": "Get Fuck You",
"tags": [
"Utility"
]
}
},
"/api/tasks": { "/api/tasks": {
"get": { "get": {
"operationId": "listTasks", "operationId": "listTasks",