Add threads list to context buffer get_stats()

This commit is contained in:
dullfig 2026-01-11 14:46:27 -08:00
parent abc5902b60
commit 80f8226b1d

View file

@ -251,6 +251,7 @@ class ContextBuffer:
"total_slots": total_slots,
"max_threads": self.max_threads,
"max_slots_per_thread": self.max_slots_per_thread,
"threads": list(self._threads.keys()),
}
def clear(self):