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.0

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.0
File Size Uploaded
lmcc-0.8.0.tar.gz 134.6 kB Details

Built distribution (wheel)

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

Total release size: 238.0 kB

Release files / lmcc-0.8.0.tar.gz

Download URL lmcc-0.8.0.tar.gz
Size 134.6 kB
Tags Source
SHA-256 checksum
How to use checksums
0ee7ed8f855e19c60fdfc7e219c6364ee21be4e80282b4ca8369ee9d9b987393
BLAKE2b-256 checksum
How to use checksums
9a93cc1ca11b1d062ed1db7c77ec429143b191b7434fdf6792502d7ff2dca767
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 23, 2026.

Transparency log

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

Download URL lmcc-0.8.0-py3-none-any.whl
Size 103.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
0c1e8927a807a1120a4c35855e32115659831ec4ae665eb68bdc53a6b1c92c71
BLAKE2b-256 checksum
How to use checksums
422ff5aac6c53ef72a01d48251beff5a4179be084a9494949f1a45d5b8a0e274
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 23, 2026.

Transparency log

Release history Release notifications | RSS feed

0.8.2

2 release files

0.8.1

2 release files

This release

0.8.0 This release

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