OpenAI Assistants (hosted)
Bridge OpenAI's hosted Assistants runs into Iqrar via the Run/Step list APIs.
For hosted Assistants where the run executes inside OpenAI's infrastructure, poll the Run and Step list APIs and forward each step to your Iqrar Worker.
Architecture
OpenAI Assistants ─▶ Run/Step list API (poll) ─▶ small bridge ─▶ Iqrar /telemetry
For self-hosted code that calls Assistants programmatically, prefer the iqrar.wrap(new OpenAI()) instruments the client directly without polling.
See also
·