### Details Add a feature to the working context that automatically summarizes the working context after every 5 turns of the conversation. <details open> <summary>Checklist</summary> - [X] Modify `backend/memory/memory_manager.py` ✓ https://github.com/blazickjp/GPT-CodeApp/commit/b11cd11459272b993c369412c13f17cf0877806a [Edit](https://github.com/blazickjp/GPT-CodeApp/edit/sweep/auto_summarize_working_context/backend/memory/memory_manager.py#L16-L54) - [X] Running GitHub Actions for `backend/memory/memory_manager.py` ✓ [Edit](https://github.com/blazickjp/GPT-CodeApp/edit/sweep/auto_summarize_working_context/backend/memory/memory_manager.py#L16-L54) - [X] Modify `backend/tests/test_memory_manager.py` ✓ https://github.com/blazickjp/GPT-CodeApp/commit/459d4cf4b6896fb17bc275efaa5e919603af55ad [Edit](https://github.com/blazickjp/GPT-CodeApp/edit/sweep/auto_summarize_working_context/backend/tests/test_memory_manager.py#L85-L118) - [X] Running GitHub Actions for `backend/tests/test_memory_manager.py` ✓ [Edit](https://github.com/blazickjp/GPT-CodeApp/edit/sweep/auto_summarize_working_context/backend/tests/test_memory_manager.py#L85-L118) - [X] Modify `backend/agent/coding_agent.py` ✓ https://github.com/blazickjp/GPT-CodeApp/commit/1e0a34a20233a2c8b5293f950db716e9dea2a755 [Edit](https://github.com/blazickjp/GPT-CodeApp/edit/sweep/auto_summarize_working_context/backend/agent/coding_agent.py#L59-L120) - [X] Running GitHub Actions for `backend/agent/coding_agent.py` ✓ [Edit](https://github.com/blazickjp/GPT-CodeApp/edit/sweep/auto_summarize_working_context/backend/agent/coding_agent.py#L59-L120) </details>
Details
Add a feature to the working context that automatically summarizes the working context after every 5 turns of the conversation.
Checklist
backend/memory/memory_manager.py✓ b11cd11 Editbackend/memory/memory_manager.py✓ Editbackend/tests/test_memory_manager.py✓ 459d4cf Editbackend/tests/test_memory_manager.py✓ Editbackend/agent/coding_agent.py✓ 1e0a34a Editbackend/agent/coding_agent.py✓ Edit