Get output as it happens instead of waiting for completion:Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
To stream output in real-time, iterate over
process.stdout before calling .result(). If you only need the final output, you can skip iteration and access it via result.stdout after calling .result().