conductor-oss / conductor-oss/python-sdk

No SDK support for AGENT, GET_AGENT_CARD, CANCEL_AGENT task types (added in server 3.32.0)

オープン
#431 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
104
フォーク
42
平均マージ
2日 1時間
マージ済み PR(30日)
3

説明

## Summary

Tested against: **Conductor OSS 3.32.0-rc.9**

Conductor server **3.32.0-rc.9** added three new task types for A2A conductor
agent workflows (conductor-oss/conductor PR #1288):

- `AGENT` — run an A2A conductor agent
- `GET_AGENT_CARD` — retrieve an agent card
- `CANCEL_AGENT` — cancel a running agent

None of these are present in the Python SDK's `TaskType` enum and no builder
classes exist for them.

## Current state

```python
from conductor.client.workflow.task.task_type import TaskType
hasattr(TaskType, "AGENT") # False
hasattr(TaskType, "GET_AGENT_CARD") # False
hasattr(TaskType, "CANCEL_AGENT") # False
```

## Requested

1. Add the three values to `TaskType` enum
2. Add builder classes (`AgentTask`, `GetAgentCardTask`, `CancelAgentTask`) once
the server-side inputParameters schema for each is stable

## Verified against

Conductor server **3.32.0-rc.9** (conductor-oss/conductor PR #1288).

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start in conductor.client.workflow.task.task_type.TaskType and compare its values with the three task types introduced by server 3.32.0-rc.9. Confirm the server-side inputParameters schemas are stable before assessing AgentTask, GetAgentCardTask, and CancelAgentTask. Done means the enum supports AGENT, GET_AGENT_CARD, and CANCEL_AGENT, with builder classes added when their schemas are stable.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
backend-api-design
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
55/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。