Matthew Brandman

Results 6 issues of Matthew Brandman

**What happened**: Certain applications experience immediate OOM kills on AL2023 due to what I expect is a change in NOFILE's or Ulimit parameters on the AMI when compared to AL2...

### What are you really trying to do? Ensure that my type checking returns minimal errors when using temporal execute_activity ### Describe the bug Type checking with Pyright strict returns...

bug

#700 for reference ## What was changed Updated the imagepullsecret to an array as thats what a deployment expects ## Why? To ensure this works ## Checklist 1. Closes #700...

### What are you really trying to do? Add image pull secrets ### Describe the bug Image pull secrets should be an empty array not an empty map otherwise merging...

bug

This pull request introduces type-safe model selection for `TemporalAgent`, allowing users to register additional models and select them at runtime in Temporal workflows. The changes refactor the agent to support...

awaiting author revision

### Description Allow a temporal agent to choose the specific model type given its provider. I would like to be able to have one agent for gpt-5 and gpt-4.1, and...

Feature request