temporalio / temporalio/samples-python
[Feature Request] End-to-end testing for OpenAI Agents SDK examples
Abierto
@donald-pinckney ya está trabajando en esto.
Desde el 30/9/2025.
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 367
- Forks
- 121
- Merge medio
- 3 d 20 h
- PR fusionados (30 d)
- 11
Descripción
Is your feature request related to a problem? Please describe.
We need to add end-to-end tests to OpenAI Agents SDK samples to ensure that they remain stable.
Describe the solution you'd like
- Using the commands in the README, run each sample by launching the worker and the workflow runner program
- In some cases, additional resources, such as MCP servers or Postgres databases, may also need to run
- Some samples are interactive. Support this by sending commands to standard in.
- The core functionality should be conventional programmatic code.
- If the workflow runner exits with success, consider the run successful.
- Clean up all resources.
Additional context
- Optionally, verify: 1/ commands run match the README files (LLM or traditional search), 2/ Outputs match expected outputs (using LLMs).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.