Commit Graph

5 Commits

Author SHA1 Message Date
Mimikko-zeus
1ba5f0f7d6 feat: implement streaming support for chat and enhance safety review process
- Updated .env.example to include API key placeholder and configuration instructions.
- Refactored main.py to support streaming responses from the LLM, improving user experience during chat interactions.
- Enhanced LLMClient to include methods for streaming chat and collecting responses.
- Modified safety review process to pass static analysis warnings to the LLM for better code safety evaluation.
- Improved UI components in chat_view.py to handle streaming messages effectively.
2026-01-07 09:43:40 +08:00
Mimikko-zeus
dad0d2629a chore: remove __pycache__ from repo 2026-01-07 09:41:51 +08:00
Mimikko-zeus
fc11ce8871 feat: update requirements and enhance task guide UI
- Added core dependencies for file handling (Pillow, openpyxl, python-docx, PyPDF2, chardet) to requirements.txt.
- Modified SandboxRunner to create a dedicated codes directory for task scripts.
- Expanded prompts.py with a list of allowed libraries for code generation.
- Simplified the task guide UI by removing drag-and-drop functionality and enhancing layout and styling for better user experience.
2026-01-07 00:47:07 +08:00
Mimikko-zeus
5fbaa13b38 chore: ignore env files 2026-01-07 00:20:23 +08:00
Mimikko-zeus
4b3286f546 Initial commit 2026-01-07 00:17:46 +08:00