AbanteAI / mentat

Mentat - The AI Coding Assistant
https://mentat.ai
Apache License 2.0
2.42k stars 226 forks source link

Mentat Python SDK doesn't return anything when working on bigger projects #538

Open sarthakrastogi opened 3 months ago

sarthakrastogi commented 3 months ago

The Python SDK works fine when used on a project codebase which fits into the context length of mentat, but fails when this is exceeds, printing "Code Generation Initialised..." and then not printing/wriiting any code changes for 15+ mins.

The issue is found on the latest version of mentat. We are using mentat on a simple HTML+CSS project.