conductor-oss / conductor-oss/python-sdk

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

Ouverte
#431 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Python
Étoiles
104
Forks
42
Merge moyen
2 j 1 h
PR mergées (30 j)
3

Description

## 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).

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
python
Domaine
backend-api-design
Type d'issue
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Calme
Clarté
Plutôt claire
Accessibilité débutants
55/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.