Skip to main content

Synthia

workflow Contributions welcome pre-commit Ruff License: GPLv3 PyPI version Downloads

synthia_logo

Synthia is an agent companion for working with Synthesizer.

Synthia bundles an Agent Skill with a local MCP server so Claude Code, OpenCode, and other MCP-capable agents can answer Synthesizer questions from the user's actual installation, and from the project's Syndex data catalogue, rather than inflating context and relying on incomplete local memory. Note that it is not designed as a replacement for a human user but simply aims to make learning and using Synthesizer a frictionless experience. For more on these mechanisms see the MCP documentation and, for Agent Skills, agentskills.io.

Installation

Synthia requires Synthesizer to be installed first. You'll need to install Synthia in the same environment containing Synthesizer, and you'll need to launch your agent from that same environment.

For agent-assisted installation, send your coding agent this prompt:

Read https://raw.githubusercontent.com/synthesizer-project/synthia/main/INSTALL.md and install Synthia for me.

Or install it directly (which is essentially all the install prompt does):

pip install cosmos-synthia
synthia-install

To install an unreleased change, point pip at the repository instead:

pip install 'git+https://github.com/synthesizer-project/synthia.git'

In case you care what the install does...

synthia-install links the bundled skill at ~/.claude/skills/synthia (which OpenCode also loads, so one copy serves both clients), registers synthia-mcp with Claude Code when the claude CLI is available, and adds it to OpenCode's ~/.config/opencode/opencode.json. --dry-run shows what it would change, --uninstall reverses it. Restart your client afterwards: skills load per session, but MCP servers only load at client start.

Usage

Synthia has no interface of its own. Once installed, ask your agent about Synthesizer in plain language: the skill triggers on the subject matter, and the agent calls the MCP tools when it needs an exact local fact, a published catalogue record, or a support operation.

cd ~/my-analysis
claude # or opencode
> Compare the spectra of a parametric stellar population with little and with
> heavy dust attenuation, and plot them.

What sort of thing can Synthia help with?

  • "Do any of my local grids cover the metallicity range I need, and do they contain H-beta?" — answered from the actual grid files you have, not from memory and without delving into the online documentation.
  • "Is there a published BPASS grid with emission lines, and does it reach Z = 1e-5?" — answered from the Syndex catalogue, including axes, spectra, lines, size, checksum and citations, without downloading the file. Synthia then hands you the synthesizer-download command to run yourself.
  • "Why is spectra['total'] a KeyError after I built a TotalEmission model with fesc=0?" — a documented Synthesizer emission model initialisation trap.
  • "Show me what my BPASS v2.2.1 grid's spectra look like at 10 Myr and Z=0.01." — renders a figure with known plotting methods and returns its path.
  • "Adapt this script to the Synthesizer version I actually have installed." — take outdated scripts and update them for your specific Synthesizer install.
  • "Generate a young and old galaxy with black holes and produce plots showing whether JWST can detect the AGN contribution for a set of reasonable redshifts and galaxy properties." — render a complex astrophysics question by applying its knowledge of the local installation and available grids without the need to build up the quick script yourself.

Synthia is at its most useful where an answer depends on your specific installation: which version, which grids, which spectra those grids hold — and on what the project has published that you do not have yet. It is least useful for pure astrophysics questions not specific to Synthesizer, which the model can answer without it.

Synthia can also answer questions about the Syndex catalogue, the project's database of published grids, instruments and test data: what exists, what a grid contains, and which release to take. Downloading stays with synthesizer-download, which Synthia gives you the command for rather than running.

Performance

The benchmarks directory contains a series of tests for common Synthia prompts. These were run on a bare agent (i.e. no plugins, MCPs, or skills) using Sonnet 5 with and without Synthia. Below is a comparison of the usage and runtime, measured over the 15 cases that predate the catalogue tools.

metric baseline synthia change
total cost $11.30 $8.22 −27%
total wall time 3682 s 2174 s −41%
source read 954 kB 92 kB −90%
cache-read tokens 21.5 M 14.9 M −31%
turns 443 341 −23%

Note that every Synthia script produced a correct result or a runnable script while baseline did in all but one case. Synthia is designed to be correct more often but importantly it'll get to the correct answer with less resource and often faster.

Development

See CONTRIBUTING.md for the full development workflow.

Licence

GNU General Public License v3.0.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cosmos_synthia-0.2.0.tar.gz (148.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cosmos_synthia-0.2.0-py3-none-any.whl (133.6 kB view details)

Uploaded Python 3

File details

Details for the file cosmos_synthia-0.2.0.tar.gz.

File metadata

  • Download URL: cosmos_synthia-0.2.0.tar.gz
  • Upload date:
  • Size: 148.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cosmos_synthia-0.2.0.tar.gz
Algorithm Hash digest
SHA256 7749fd4bd158763acc1265c0c543591f2d02e2969efa1c4ef9180b4af00548f5
MD5 2ce8e3c4ebc9d496c05bae70d67b6d66
BLAKE2b-256 854b39f5697c1e5ec2d04ff82dfddf1aea14bb2351531a1cffb5c4a85df808af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cosmos_synthia-0.2.0.tar.gz:

Publisher: deploy.yml on synthesizer-project/synthia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cosmos_synthia-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: cosmos_synthia-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 133.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cosmos_synthia-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c78801dd164944d4e3f23dc90cdf854e25ebc2ae88fe968e321ee18324660704
MD5 edf8d64831752ad614c4373c79b7d02b
BLAKE2b-256 54bda72b8f3e6df471a8bc05204a6fbfc861efc9a2aa962ec03afedad91cd00f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cosmos_synthia-0.2.0-py3-none-any.whl:

Publisher: deploy.yml on synthesizer-project/synthia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page