-
Notifications
You must be signed in to change notification settings - Fork 0
fixes mem0 with valkey/redis issue #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Jonathan-Improving
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the test_mem0_storage.py uses mocked service objects, were you able to integration test this at all?
* supporting thinking for anthropic models * drop comments here * thinking and tool calling support * fix: properly mock tool use and text block types in Anthropic tests - Updated the test for the Anthropic tool use conversation flow to include type attributes for mocked ToolUseBlock and text blocks, ensuring accurate simulation of tool interactions during testing. * feat: add AnthropicThinkingConfig for enhanced thinking capabilities This update introduces the AnthropicThinkingConfig class to manage thinking parameters for the Anthropic completion model. The LLM and AnthropicCompletion classes have been updated to utilize this new configuration. Additionally, new test cassettes have been added to validate the functionality of thinking blocks across interactions.
* fix: ensure token store file ops do not deadlock * chore: update test method reference
* fix: ensure nonetypes are not passed to otel * fix: ensure attribute is always set in span
* feat: bump versions to 1.7.0 * bump
|
the integration tests, such as there are, work -mostly by using recordings of LLM interactions. However testing it in the use case I'm working on - crewai with Mem0 and Valkey - works. |
* Add docs for the agent handler connector * Fix links * Update docs
* chore: add translated docs for async * chore: add missing pages
Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com>
* fix: gracefully terminate the future when executing a task async * core: add unit test --------- Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com>
Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com>
- Replace Python representation with JsonSchema for tool arguments - Remove deprecated PydanticSchemaParser in favor of direct schema generation - Add handling for VAR_POSITIONAL and VAR_KEYWORD parameters - Improve tool argument schema collection
Allows updating version files without creating a commit, branch, or PR.
* feat: bump versions to 1.7.1 * bump projects
Fixes issue with using mem0 as external memory with valkey/redis as vector store