Skip to content

Commit 2f4ea93

Browse files
committed
feat: Add --no-worker CLI option for simplified development
- Add --no-worker flag to both 'api' and 'mcp' commands - Implement HybridBackgroundTasks class for dual-mode operation - MCP stdio mode automatically defaults to no-worker - Maintain backward compatibility with existing Docket workers - Add comprehensive test coverage (37 new tests) - Update documentation and help text - Bump version to 0.12.0 This enables simplified single-process development while preserving the production-ready Docket worker architecture for scaling.
1 parent a467523 commit 2f4ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_memory_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Redis Agent Memory Server - A memory system for conversational AI."""
22

3-
__version__ = "0.11.0"
3+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)