jspv
jspv
After struggling for a few hours trying to figure out why my `s3cmd get --preserve` commands were not setting the owner/group and permissions on my files which were uploaded with...
The fix for #1064 covered only when debugging a script ending in `.py`, this ensures the correct arguments are passed through to the application when imported. Example. Using sample/sample.py: ```...
On 2019.5 with therealmarcone's mods, everything working as expected until it doesn't. Two days in a row when I get to my car after being in Sentry mode for the...
## Why are these changes needed? ChatCompletionClient nicely supports token level streaming via `create_stream`, but this method is currently not accessible in the AssistantAgent. This proposed change adds an option...
### Do you need to file an issue? - [x] I have searched the existing issues and this bug is not already filed. - [x] I believe this is a...
## Description Per [855](https://github.com/topoteretes/cognee/issues/885) * Changed the automatic setup of structlog (and consequential changing of all existing log handlers) to a standalone routine `setup_logging` that can be called if desired...
API keys aren't necessarily long lived. Azure, for example, uses authentication tokens that will expire and reauthenticate and change automatically (assuming the app is still authorized). Autogen, langchain, support this...
Importing cognee causes existing root loggers to be removed and the applications logging replaced by congee's setup. At the risk of sounding preachy - the root logger should be in...
Noted that authenticated links were breaking with signature failures, and tracing it down found that the link being returned is *not* the same as the link being clicked. example: ```python...