Skip to content

Conversation

@jariy17
Copy link
Contributor

@jariy17 jariy17 commented Jan 30, 2026

Summary

  • Remove save_turn() method - use save_conversation() instead
  • Remove process_turn() method - use retrieve_memories() and save_conversation() separately

These methods were deprecated and scheduled for removal in v1.0.0. Since we are now on v1.2.0, it's time to remove them.

Closes #234

Test plan

  • All existing tests pass

Remove deprecated methods that were scheduled for removal in v1.0.0:
- save_turn(): Use save_conversation() instead
- process_turn(): Use retrieve_memories() and save_conversation() separately

Closes #234
@jariy17 jariy17 requested a review from a team January 30, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated methods from MemoryClient

1 participant