Skip to main content

lmcc — the calling convention for calling a model

When a program calls a function in another language, a calling convention says where each argument goes, how the result comes back, and how each type crosses. A model is another language; lmcc is its calling convention. It lays out each call as an lm15 request and reads each reply back into typed values. It never touches the network.

import lmcc

@lmcc.fn
def answer(question: str) -> str:
    """Answer the question in one sentence."""

xml = lmcc.adapter(messages=[
    lmcc.system("{instruction}\n{% for f in outputs %}<{f.name}>\n{f.value}\n</{f.name}>\n{% endfor %}"),
    lmcc.user("{question}"),
])
plan = answer.bind(xml)
request = plan.render(question="Why is the sky blue?").request("gpt-4.1-mini")   # an lm15 request
plan.read("<Answer>\nRayleigh scattering.\n</Answer>").values   # {'answer': ...}, misspelling repaired and reported

pip install "lmcc[lm15]" adds the typed bridge to lm15 (lmcc_lm15). The tutorial, how-to guides, the normative specification and the conformance corpus are in the repository: https://github.com/MaximeRivest/lmcc

Release files for lmcc 0.8.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for lmcc 0.8.2
File Size Uploaded
lmcc-0.8.2.tar.gz 137.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for lmcc 0.8.2
File Interpreter ABI Platform
lmcc-0.8.2-py3-none-any.whl Python 3 none any Details

Total release size: 243.4 kB

Release files / lmcc-0.8.2.tar.gz

Download URL lmcc-0.8.2.tar.gz
Size 137.2 kB
Tags Source
SHA-256 checksum
How to use checksums
e451a6e195499a05ce859fc28178b750a644c2f452a41e3238a2721a5cbb9d38
BLAKE2b-256 checksum
How to use checksums
b2c3e3c9797a46795bf784348917c04440194c1860adf2a105bbfb9495cf7593
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.

Transparency log

Release files / lmcc-0.8.2-py3-none-any.whl

Download URL lmcc-0.8.2-py3-none-any.whl
Size 106.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
a684eea4f0c87a3c7191a9ae46fe295ed5c12ae06c41e251c6b84715e3899018
BLAKE2b-256 checksum
How to use checksums
84bb989ddb732bec30640f5c2de6f67a36007184b4709047e80b7d859e2c2ada
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.8.2 This release

2 release files

0.8.1

2 release files

0.8.0

2 release 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