e-hossam96/ai-peer-conversation
added safety to avoid updating conv when it is empty - index error
added feature to edit running conversation and continue from where it left off
added stop button to halt conversation
removed extra space
moved argument amendment to internal conv fn
added argument to interviewer's (agent B) system message
added streaming of responses
properly handled number of conversation turns
moved to openai style messages
updated interface to get argument from user
updated default system messages
utilized pydantic settings to store sensitive information and basic settings
moved all prompts and constant here
updated interface style
removed back slash from f-string
changed path for conversation files
added icons only inside static folder
tracked icons
handled conversation using openai
pined packages versions
added req file in accordance with hf space
pined gradio version to 5.31.0
added sample .gitignore for python
moved custom static files into static folder
added UI demo
initial setup using uv
initial commit
