Skip to content

a2a: add input schema#1710

Draft
liuzengh wants to merge 5 commits into
trpc-group:mainfrom
liuzengh:qa-main
Draft

a2a: add input schema#1710
liuzengh wants to merge 5 commits into
trpc-group:mainfrom
liuzengh:qa-main

Conversation

@liuzengh
Copy link
Copy Markdown
Contributor

@liuzengh liuzengh commented Apr 28, 2026

No description provided.

This commit introduces a new example demonstrating how to register a remote A2A agent as an AgentTool for a parent LLM agent. The implementation includes a main Go file that sets up the A2A server, creates an agent, and validates tool calls. Additionally, a README file is added to guide users on running the example and understanding the execution flow.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8bb32db8-ddf9-485c-952d-1e4efc05bb74

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@liuzengh liuzengh changed the title feat(toolreasoning): add A2A agent tool example and documentation examples: add A2A agent tool example and documentation Apr 28, 2026
From the repository root:

```bash
bash ./dpskv3.sh
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The root command references missing dpskv3.sh, so the documented run path fails. Replace it with the direct examples command or add the script.

中文 根目录命令引用了缺失的 `dpskv3.sh`,因此文档中的运行路径会失败。请改成 examples 直接运行命令,或补上该脚本。

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.79996%. Comparing base (a49795e) to head (1a40571).

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main       #1710         +/-   ##
===================================================
+ Coverage   89.79625%   89.79996%   +0.00370%     
===================================================
  Files            899         899                 
  Lines         145868      145872          +4     
===================================================
+ Hits          130984      130993          +9     
+ Misses          9388        9384          -4     
+ Partials        5496        5495          -1     
Flag Coverage Δ
unittests 89.79996% <100.00000%> (+0.00370%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@liuzengh liuzengh changed the title examples: add A2A agent tool example and documentation a2a: add input schema Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants