This commit is contained in:
a2a-platform
2026-06-14 17:16:37 +00:00
parent e7e11c02a5
commit 5154e2e53a
4 changed files with 118 additions and 46 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
.codegraph/

View File

@@ -3,10 +3,9 @@
Generated A2APack agent for a2a cloud blog API. Generated A2APack agent for a2a cloud blog API.
- Source OpenAPI: https://blog.a2acloud.io/openapi.json - Source OpenAPI: https://blog.a2acloud.io/openapi.json
- Refresh metadata is exposed through the agent capabilities card.
- Generated operations: 6 - Generated operations: 6
- Main skill: `auto` - Main skill: `auto`
- Required setup: `BLOG_API_KEY` - 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.

View File

@@ -1,5 +1,5 @@
name: blog-openapi-agent name: blog-openapi-agent
version: 0.1.1 version: 0.1.0
entrypoint: agent:BlogOpenapiAgent entrypoint: agent:BlogOpenapiAgent
description: Publishing and read API for the a2a cloud blog. Published content is description: Publishing and read API for the a2a cloud blog. Published content is
public; draft, preview, create, update, and delete operations require the blog API public; draft, preview, create, update, and delete operations require the blog API

158
agent.py

File diff suppressed because one or more lines are too long