agenticSeek
agenticSeek copied to clipboard
Never stop thinking
Describe the bug Just ask for some piece of code
To Reproduce Steps to reproduce the behavior:
- python cli.py
- ask "Make python code for listening 9000 tcp port and show corrent time on every request. Save it to file server.py. Run it."
- wait for answer
- Wait infinity time
Expected behavior Stop thinking and send ➤➤➤ for next input.
Screenshots
Desktop (please complete the following information):
- OS: Debian 12
- cli
This is because it started a webserver which halted the main thread of AgenticSeek. It's not a thinking issue but threading issue, I will attempt to improve the code interpreter so that they can't halt AgenticSeek.