atlas-engineer / prompter

Live-narrowing, fuzzy-matching, extensible prompt framework.
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Switch to Lparallel and use conditions to cancel threads #2

Open Ambrevar opened 1 year ago

Ambrevar commented 1 year ago

The current architecture Calispel and with thread spwaning / destruction has some limits:

Suggestion: Switch to Lparallel with 1 kernel per prompt, and use conditions to interrupt.