GraphScript Console is the visual interface for communicating with the GSAM. It serves as the frontend terminal where user input is sent to the interpreter, and output is displayed in real-time.
This console is embedded inside the GraphScript desktop environment, allowing users to run, test, and interact with GraphScript code in a controlled shell-like space.
It connects directly to the backend service, handling both input and output streams, and supports continuous output, flush-based events, and multiline interactions.
This component is part of the overall GraphScript IDE experience.