conductor-oss / conductor-oss/python-sdk
No SDK support for AGENT, GET_AGENT_CARD, CANCEL_AGENT task types (added in server 3.32.0)
- Lenguaje dominante
- Python
- Estrellas
- 104
- Forks
- 42
- Merge medio
- 2 d 1 h
- PR fusionados (30 d)
- 3
Descripción
## 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).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- backend-api-design
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 55/100