agenticSeek icon indicating copy to clipboard operation
agenticSeek copied to clipboard

Never stop thinking

Open itJunky opened this issue 10 months ago • 1 comments

Describe the bug Just ask for some piece of code

To Reproduce Steps to reproduce the behavior:

  1. python cli.py
  2. ask "Make python code for listening 9000 tcp port and show corrent time on every request. Save it to file server.py. Run it."
  3. wait for answer
  4. Wait infinity time

Expected behavior Stop thinking and send ➤➤➤ for next input.

Screenshots Image

Desktop (please complete the following information):

  • OS: Debian 12
  • cli

itJunky avatar May 21 '25 01:05 itJunky

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.

Fosowl avatar May 24 '25 08:05 Fosowl