a2aproject / a2aproject/a2a-samples
Marvin Agent - 503 Errors
- 主要語言
- Jupyter Notebook
- 星號
- 1.8k
- 分支
- 751
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### What happened?
@daavoo @zzstoatzz The Sample agent at https://github.com/google-a2a/a2a-samples/tree/main/samples/python/agents/marvin currently uses the code in the `common/` directory which is deprecated. Please update this agent to use the A2A Python SDK https://github.com/google/a2a-python
```
| pydantic_core._pydantic_core.ValidationError: 1 validation error for TextPart
| text
| Input should be a valid string [type=string_type, input_value=[TextPart(type='text', te...ioned.', metadata=None)], input_type=list]
| For further information visit https://errors.pydantic.dev/2.11/v/string_type
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
貢獻指南
研究方向
The issue points to the Marvin agent sample in the a2a-samples repository, specifically the Python code in samples/python/agents/marvin. The task is to update this agent to use the new A2A Python SDK instead of the deprecated common/ directory. Start by examining the current implementation and the error related to TextPart validation. Check the A2A Python SDK documentation for the correct way to structure text parts. Success means the agent runs without the validation error using the new SDK.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- backend-api-design
- Issue 類型
- 重構
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 50/100