Benjamin Tripp
Benjamin Tripp
I ran into this issue while using pyenv. I resolved it by installing an updated python version using `PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -v 3.11.5` and then activating that as my global...
> Hard to tell what's going on without logs. Most likely some flag related to IOS SDK is missing. This is currently handled by [UnrealManagerBase::packageProject](https://github.com/adamrehn/ue4cli/blob/39d6f6ab2aab1484d104850f2de8f8f8f3cf45cf/ue4cli/UnrealManagerBase.py#L385), there is no special override...
This would be great to have
I have implemented this manually in our FastAPI application running in ECS Fargate, but it is not incredibly reliable. Sometimes a trace id will get injected into the wrong log....
> > [@saqadri](https://github.com/saqadri) I could use some input. > > There are two ways I could possibly take this: > > > > 1. An `AWSBedrockAugmentedLLM` and `AzureOpenAIAugmentedLLM`. The Bedrock...
> [@BTripp1986](https://github.com/BTripp1986) thanks for this suggestion! I can help prioritize this work to make sure you can use mcp-agent for the agent app rewrite. Please find me on discord ([@saqadri](https://github.com/saqadri))...
@lambda-science Is this fully working for you now? I have a DSPy application served by FastAPI and I get full usage when using sync non-streaming modules, but if I use...
I tried adding your monkey patch and I still don't see the missing tokens. I'm interested to see if this works for you. If it does then there may have...
Sorry for the late reply. I was not at my laptop over the weekend as it was a holiday in the USA. > @BTripp1986 Could you please clarify, do you...