Johann Schleier-Smith
Johann Schleier-Smith
This change reintroduces an old example, a recurrent neural network that demonstrates the flexibility of Ray's scheduling. I have updated the code to match the latest Ray API. In addition,...
Adding the Postgres MCP Pro server by Crystal DBA: https://github.com/crystaldba/postgres-mcp I have checked these translations to confirm they match the original English. README-ja.md > All-in-one MCP server for Postgres development...
## What was changed Aim: Improve compatibility between OpenAI Agents SDK (OpenAIAgentsPlugin) and OTel logging. - Adds `OtelTracingPlugin` - a high plugin for OpenTelemetry integration that simplifies OTEL setup for...
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
### 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...
### Is your feature request related to a problem? Please describe. Add samples based on [OpenAI Agents SDK memory examples](https://github.com/openai/openai-agents-python/tree/main/examples/memory). ### Describe the solution you'd like 1. Wrap `sqlalchemy_session_example.py`. Run...
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
## What was changed Providing a new implementation of the CustomerServiceWorkflow to move the agent loop into the workflow run function. ## Why? See if this format is easier to...
## What was changed Ported the expense example from Go to Python ## Why? Demonstrate human-in-the-loop processing and asynchronous activity completion ## Checklist 1. Closes N/A 2. How was this...