Skip to main content

Python that lacks most of Python. Restricted program generation and execution for tool composition.

Project description

lackpy

Python that lacks most of Python. A micro-inferencer that translates natural language intent into sandboxed tool-composition programs.

PyPI Tests Docs

What it does

$ lackpy -c "read file main.py and count its lines" --kit read_file,find_files

lackpy takes an intent, generates a restricted Python program using a local model you configure (any Ollama-served coder model), validates it against a strict AST whitelist, and runs it with traced tool calls. One MCP call replaces N tool round-trips.

Install

pip install lackpy            # runtime + local/cloud model inference (via woollama)
pip install lackpy[full]      # + all optional features (sandbox, mcp, blq, …)

pip install lackpy-lang       # JUST the language (grammar/validator/grader/spec),
                              # no runtime — for tools that only reason about programs

Model inference is built in — calls route through woollama's core (a dependency), so local Ollama and cloud backends (Anthropic, OpenAI, …) all work without a per-vendor extra; cloud backends just need the relevant API key in your environment.

lackpy and lackpy-lang share the lackpy namespace (PEP 420); neither ships a top-level lackpy/__init__.py, so import from submodules (from lackpy.lang import validate, from lackpy.service import LackpyService).

Development (monorepo)

This repo builds two distributions. For a working editable checkout, install bothlackpy pins lackpy-lang, which isn't on PyPI until its own tag, so install the local copy first:

pip install -e ./packages/lackpy-lang -e ".[dev]"

Quick start

lackpyctl init --ollama-url http://localhost:11434   # writes .lackpy/config.toml
lackpy -c "find all python files" --kit read_file,find_files

lackpyctl init wires a local Ollama model into the inference order — pick the model with --ollama-model (the choice is per-machine, not a package default). Without it, only the deterministic templates/rules tiers run and compositional intents won't generate.

from lackpy.service import LackpyService
from lackpy.kit.toolbox import ToolSpec, ArgSpec
import asyncio

async def main():
    svc = LackpyService()
    result = await svc.delegate("read file README.md", kit=["read_file"])
    print(result["output"])

asyncio.run(main())

Documentation

Full docs at lackpy.readthedocs.io:

Part of the Rigged Suite

lackpy is part of the Rigged developer tool suite but is independently installable.

License

MIT

Project details


Download files

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

Source Distribution

lackpy-0.13.0.tar.gz (535.0 kB view details)

Uploaded Source

Built Distribution

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

lackpy-0.13.0-py3-none-any.whl (160.2 kB view details)

Uploaded Python 3

File details

Details for the file lackpy-0.13.0.tar.gz.

File metadata

  • Download URL: lackpy-0.13.0.tar.gz
  • Upload date:
  • Size: 535.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lackpy-0.13.0.tar.gz
Algorithm Hash digest
SHA256 e1b5477e30ec975f58588c23a3c2538fc69431692400b3f8582b246ef6eafc28
MD5 c3aa234f46b3dd2ca71ed5030bf41c2e
BLAKE2b-256 40b3cb502d7bcf7978d8ef7ae2e208ab30e6892154899b0d0a8c46571e8ddbb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for lackpy-0.13.0.tar.gz:

Publisher: ci.yml on teaguesterling/lackpy

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

File details

Details for the file lackpy-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: lackpy-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 160.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lackpy-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e17a9986184e1f9cace2e7d8be2840afecd7b39f8c352fd5a0f105151f158a10
MD5 09cd81493851d970ad3ad2daee4e69d9
BLAKE2b-256 214f2001a682a067f8ca339724f303569b93e370a48f1f2155fcfdc05b27304b

See more details on using hashes here.

Provenance

The following attestation bundles were made for lackpy-0.13.0-py3-none-any.whl:

Publisher: ci.yml on teaguesterling/lackpy

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page