Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[Feat]: Update Part objects

未关闭
#688 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
45/100
Issue 类型
重构
描述清晰度
描述清楚
活跃度
停滞

调研方向

Part 接口及其实现位于 io.a2a.spec 包中。首先检查当前的 Part、DataPart、FilePart 和 TextPart 类。查看 Part 的 A2A 规范,以了解所需字段 (text, raw, url, data, metadata, filename, mediaType)。检查是否已有序列化/反序列化测试。目标是将该接口和三个类替换为一个符合规范的 Part 类,并确保它能与 Jackson 等 JSON 库配合使用。

由索引模型根据 Issue 内容生成。

描述

Is your feature request related to a problem? Please describe.

Hello!
I am wondering if it's possible to update the Part interface, as well as the DataPart/FilePart/TextPart implementations in io.a2a.spec, in line with the A2A specification of Part?

The main problem I am having with the current implementation is that I am having trouble doing JSON serialization/deserialization with the Part interface. Jackson/fastjson are unable to processes it.

Describe the solution you'd like
  1. Remove the Part interface, and DataPart/FilePart/TextPart classes.
  2. Add a single Part class, with text, raw, url, data, metadata, filename, mediaType fields as described in the spec.

Thanks!

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct
  • I agree to follow this project's Code of Conduct
主要语言
Java
星标
495
派生
174
平均合并
1 天 17 小时
30 天内合并 PR
48

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

a2aproject/a2a-java 的其他 Issue

查看 a2aproject/a2a-java 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。