Skip to main content
Background execution allows you to start a team run that returns immediately with a PENDING status, while the actual work continues in the background. You can then poll for completion or cancel the run.
background_execution.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Run PgVector

5

Run the example

Save the code above as background_execution.py, then run:
Full source: cookbook/03_teams/14_run_control/background_execution.py