Papers › ASTER -- Agentic Science Toolkit for Exoplanet Research

ASTER -- Agentic Science Toolkit for Exoplanet Research

27 Mar 2026arXiv:2603.26953added by Syntology

Emilie Panek, Alexander Roman, Gaurav Shukla, Leonardo Pagliaro, Katia Matcheva, Konstantin Matchev

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The expansion of exoplanet observations has created a need for flexible, accessible, and user-friendly workflows. Transmission spectroscopy has become a key technique for probing atmospheric composition of transiting exoplanets. The analyses of these data require the combination of archival queries, literature search, the use of radiative transfer models, and Bayesian retrieval frameworks, each demanding specialized expertise. Modern large language models enable the coordinated execution of complex, multi-step tasks by AI agents with tool integration, structured prompts, and iterative reasoning. In this study we present ASTER, an Agentic Science Toolkit for Exoplanet Research. ASTER is an orchestration framework that brings LLM capability to the exoplanetary community by enabling LLM-driven interaction with integrated domain-specific tools, workflow planning and management, and support for common data analysis tasks. Currently ASTER incorporates tools for downloading planetary parameters and observational datasets from the NASA Exoplanet Archive, as well as the generation of transit spectra from the TauREx radiative transfer model, and the completion of Bayesian retrieval of planetary parameters with TauREx. Beyond tool integration, the agent assists users by proposing alternative modeling approaches, reporting potential issues and suggesting solutions, and interpretations. We demonstrate ASTER's workflow through a complete case study of WASP-39b, performing multiple retrievals using observational data available on the archive. The agent efficiently transitions between datasets, generates appropriate forward model spectra and performs retrievals. ASTER provides a unified platform for the characterization of exoplanet atmospheres. Ongoing development and community contributions will continue expanding ASTER's capabilities toward broader applications in exoplanet research.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.26953")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

emipanek/aster found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from emipanek/aster. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bin_spectrum emipanek/aster/aster_toolkit/binning_tool/spectrum_binner.py found in paper text by Syntology unverified no licence file found · pointer only · bde4959fb7577fcd · report
compute_half_bin_widths emipanek/aster/aster_toolkit/binning_tool/spectrum_binner.py found in paper text by Syntology unverified no licence file found · pointer only · fbfe06e3c5cffb78 · report
default_bounds_for_fit_params emipanek/aster/aster_toolkit/taurex/parfile_tools.py found in paper text by Syntology unverified no licence file found · pointer only · 252d8ed713735ae2 · report
default_fit_params_for_chemistry emipanek/aster/aster_toolkit/taurex/parfile_tools.py found in paper text by Syntology unverified no licence file found · pointer only · bed5cc8b2a2afbe9 · report
default_fit_params_for_chemistry emipanek/aster/aster_toolkit/taurex/retrieval.py found in paper text by Syntology unverified no licence file found · pointer only · 0d1a5bd07299dada · report
download emipanek/aster/download_linelists.py found in paper text by Syntology unverified no licence file found · pointer only · 037e6a7082defab9 · report
filename_from_url emipanek/aster/download_linelists.py found in paper text by Syntology unverified no licence file found · pointer only · 71c5f7d6a28db8f6 · report
find_exoplanets_by_condition emipanek/aster/aster_toolkit/data_acquisition/exoarchive.py found in paper text by Syntology unverified no licence file found · pointer only · 896732ca1a8bf038 · report
generate_fastchem_equilibrium emipanek/aster/aster_toolkit/chemistry/fastchem_tools.py found in paper text by Syntology unverified no licence file found · pointer only · 5a83bdadee613525 · report
generate_wavelength_grid emipanek/aster/aster_toolkit/binning_tool/spectrum_binner.py found in paper text by Syntology unverified no licence file found · pointer only · b3884c772c04e32f · report
get_exoplanet_params_tap emipanek/aster/aster_toolkit/data_acquisition/exoarchive.py found in paper text by Syntology unverified no licence file found · pointer only · 775fd419463b1446 · report
get_instrument_grid emipanek/aster/aster_toolkit/binning_tool/instrument_grids.py found in paper text by Syntology unverified no licence file found · pointer only · a1e989a5d876ba99 · report
process_downloads emipanek/aster/aster_toolkit/data_acquisition/exoarchive.py found in paper text by Syntology unverified no licence file found · pointer only · 47640779d56a65db · report
resolve_free_gas_list emipanek/aster/aster_toolkit/taurex/parfile_tools.py found in paper text by Syntology unverified no licence file found · pointer only · e9d8c7a46b192784 · report
resolve_free_gas_list emipanek/aster/aster_toolkit/taurex/retrieval.py found in paper text by Syntology unverified no licence file found · pointer only · eec03ceb9395eeb0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.26953, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections