Skip to content

0.12.3

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Oct 00:51
· 12 commits to main since this release

What's Changed

  • Fix background task execution in --no-worker mode by using HybridBackgroundTasks directly as type annotation instead of Depends(get_background_tasks)
  • Add deduplicate parameter to create_long_term_memory endpoint with default true
  • Pass background_tasks parameter through search_long_term_memory and memory_prompt endpoints
  • Update MCP server to create HybridBackgroundTasks instance for memory_prompt calls
  • Update tests to patch actual functions instead of BackgroundTasks class
  • Add test to verify tasks run inline in --no-worker mode

Full Changelog: server/v0.12.2...server/v0.12.3