chore: bootstrap project scaffold
This commit is contained in:
8
conversation_manager.py
Normal file
8
conversation_manager.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Conversation state management and persistence helpers."""
|
||||
|
||||
|
||||
class ConversationManager:
|
||||
"""Placeholder conversation manager awaiting implementation."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
raise NotImplementedError("Conversation manager not implemented yet.")
|
||||
Reference in New Issue
Block a user