a2a: add input schema#1710
Conversation
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.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
| From the repository root: | ||
|
|
||
| ```bash | ||
| bash ./dpskv3.sh |
There was a problem hiding this comment.
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 Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.