script: vars: crawl_seeds: - https://ode.rsl.wustl.edu/ - https://oderest.rsl.wustl.edu/ - https://pds-geosciences.wustl.edu/dataserv/default.htm - https://github.com/samiriff/mars-ode-data-access extraction_prompt: | We want to write Python code to download data from the Orbital Data Explorer, ODE for short. We are not looking for scraping or browser interaction, but for programmatic download that can be scaled up. Extract information relevant to this objective from the following paragraph. Extract the information relevant to this objective from the following text. Generate a minimal answer that contains sample code if possible. If it is not possible to generate sample code return an empty string. Do not discuss background topics and methods and generate a minimal answer. summarize_prompt: | Summarize the following information in the context of this objective. nodes: web_crawl: action: web_crawl max_iterations: 100 seed_urls: :::crawl_seeds test_mode: max_iterations: 2 expanding_the_extractions: action: expanding_the_extractions max_nodes: 100 test_mode: max_nodes: 2 depends-on: web_crawl extraction: action: generate_text prompt: > :::extraction_prompt :::url_content depends-on: expanding_the_extractions generating_summary: runnable: false action: generate_text prompt: > :::summarize_prompt depends-on: extraction writing_code: runnable: false action: generate_text depends-on: generating_summary versions: downloading_a_datacube: vars: {} nodes: {}