Skip to content

Commit cf4f750

Browse files
committed
wip
1 parent a5f9403 commit cf4f750

File tree

1 file changed

+41
-44
lines changed

1 file changed

+41
-44
lines changed

temporalio/contrib/openai_agents/README.md

Lines changed: 41 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -360,95 +360,92 @@ Certain tools are not suitable for a distributed computing environment, so these
360360
### Model Providers
361361

362362
| Model Provider | Supported |
363-
|----------------|-----------|
364-
| OpenAI | Yes |
365-
| LiteLLM | Yes |
366-
363+
|:--------------|:---------:|
364+
| OpenAI | Yes |
365+
| LiteLLM | Yes |
367366

368367
### Model Response format
369368

370369
This integration does not presently support streaming.
371370

372371
| Model Response | Supported |
373-
| --- | --- |
374-
| Get Response | Yes |
375-
| Streaming | No |
376-
372+
|:--------------|:---------:|
373+
| Get Response | Yes |
374+
| Streaming | No |
377375

378376
### Tools
379377

380378
#### Tool Type
381379

382380
`LocalShellTool` and `ComputerTool` are not suited to a distributed computing setting.
383381

384-
| Tool Type | Supported |
385-
| --- | --- |
386-
| FunctionTool | Yes |
387-
| LocalShellTool | No |
388-
| WebSearchTool | Yes |
389-
| FileSearchTool | Yes |
390-
| HostedMCPTool | Yes |
391-
| ImageGenerationTool | Yes |
392-
| CodeInterpreterTool | Yes |
393-
| ComputerTool | No |
382+
| Tool Type | Supported |
383+
|:-------------------|:---------:|
384+
| FunctionTool | Yes |
385+
| LocalShellTool | No |
386+
| WebSearchTool | Yes |
387+
| FileSearchTool | Yes |
388+
| HostedMCPTool | Yes |
389+
| ImageGenerationTool | Yes |
390+
| CodeInterpreterTool | Yes |
391+
| ComputerTool | No |
394392

395393
#### Tool Context
396394

397395
As described in [Tool Calling](#tool-calling), context propagation is read-only when Temporal activities are used as tools.
398396

399-
| Context Propagation | Supported |
400-
| --- | --- |
401-
| Activity Tool receives copy of context | Yes |
402-
| Activity Tool can update context | No |
403-
| Function Tool received context | Yes |
404-
| Function Tool can update context | Yes |
397+
| Context Propagation | Supported |
398+
|:----------------------------------------|:---------:|
399+
| Activity Tool receives copy of context | Yes |
400+
| Activity Tool can update context | No |
401+
| Function Tool received context | Yes |
402+
| Function Tool can update context | Yes |
405403

406404
### MCP
407405

408406
Presently, MCP is supported only via `HostedMCPTool`, which is implemented from within OpenAI.
409407

410-
| MCP Class | Supported |
411-
| --- | --- |
412-
| MCPServerStdio | No |
413-
| MCPServerSse | No |
414-
| MCPServerStreamableHttp | No |
408+
| MCP Class | Supported |
409+
|:-----------------------|:---------:|
410+
| MCPServerStdio | No |
411+
| MCPServerSse | No |
412+
| MCPServerStreamableHttp| No |
415413

416414
### Guardrails
417415

418416
| Guardrail Type | Supported |
419-
| --- | --- |
420-
| Code | Yes |
421-
| Agent | Yes |
417+
|:---------------|:---------:|
418+
| Code | Yes |
419+
| Agent | Yes |
422420

423421
### Sessions
424422

425423
SQLite storage is not suited to a distributed environment.
426424

427-
| Feature | Supported |
428-
| --- | --- |
429-
| SQLiteSession | No |
425+
| Feature | Supported |
426+
|:---------------|:---------:|
427+
| SQLiteSession | No |
430428

431429
### Tracing
432430

433431
| Tracing Provider | Supported |
434-
| --- | --- |
435-
| OpenAI platform | Yes |
436-
432+
|:-----------------|:---------:|
433+
| OpenAI platform | Yes |
437434

438435
### Voice
439436

440-
| Mode | Supported |
441-
| --- | --- |
442-
| Voice agents (pipelines) | No |
443-
| Realtime agents | No |
437+
| Mode | Supported |
438+
|:------------------------|:---------:|
439+
| Voice agents (pipelines)| No |
440+
| Realtime agents | No |
444441

445442
### Utilities
446443

447444
The REPL utility is not suited to a distributed setting.
448445

449446
| Utility | Supported |
450-
| --- | --- |
451-
| REPL | No |
447+
|:--------|:---------:|
448+
| REPL | No |
452449

453450

454451
## Additional Examples

0 commit comments

Comments
 (0)