This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Description
Thanks for this great library!
I'm looking to use it to automate the evaluation of a series of board positions. This means I need access to the engine's info output. According to the protocol the engine is supposed to send an info command that includes a score for the position with a series of different attributes. This is what I want. I noticed that in read_from_engine() you explicitly skip info strings. Why? Is it just to avoid their verbosity?
I also noticed that the protocol provides no way for the client to specifically request info for the current board position from the engine. Am I missing something there?
Is there a simple way to add that feature without having to add a persistent info log? What would be the best approach that you'd recommend?