Skip to main content

Tongflow plugin package (node contracts, deploy scan, ABI helpers)

Project description

tongflow (PyPI)

pip install tongflow installs the Python import name tongflow (plugin contracts, deploy.py scan, node slot metadata).

Install

pip install tongflow

Use

from tongflow.slots import node_slot
from tongflow.node_slots import NodeSlots
from tongflow import current_app

In this monorepo, Modal impl.py / stub deploy.py images pin tongflow==0.0.5 (PyPI). Bump the version string in those files when you publish a new release.

Plugin identity

Plugin Python source is the single source of truth. The scanner derives plugin runtime configuration from code and AST; do not add per-plugin JSON manifests.

For every plugin repository, these names must be identical:

  • directory name
  • pluginId
  • Modal app name
  • git repository name

Use tongflow-modal-<semantic-name> for Modal plugins and tongflow-llm-<semantic-name> for LLM plugins, such as tongflow-modal-docling, tongflow-modal-qwen3asr, or tongflow-llm-openai. Do not encode hardware details in the name, such as gpu or cpu.

Runner detection is prefix-based and validated against the entry files:

  • tongflow-modal-* with deploy.py: Modal plugin
  • tongflow-llm-* with entry.py: LLM plugin
  • both files or neither file: scanner error

Modal plugins should derive their app from the directory name:

from tongflow import current_app

app = current_app(__file__)

Future plugin-level metadata must be declared as top-level UPPER_CASE literals in deploy.py or entry.py so the scanner can extract it with AST. Do not reintroduce JSON configuration files.

Build and publish (maintainers)

From the Tongflow repo root:

export TWINE_USERNAME=__token__
export TWINE_PASSWORD=pypi-xxxxxxxx   # https://pypi.org/manage/account/token/
pnpm tongflow:publish

This runs scripts/publish-tongflow-pypi.sh (clean, python -m build, twine check, twine upload).

TestPyPI: TONGFLOW_UPLOAD_TESTPYPI=1 pnpm tongflow:publish (use a TestPyPI token).

Manual equivalent from sdk/: python -m pip install build twine && python -m build && python -m twine upload dist/*

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

tongflow-0.0.11.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

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

tongflow-0.0.11-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file tongflow-0.0.11.tar.gz.

File metadata

  • Download URL: tongflow-0.0.11.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for tongflow-0.0.11.tar.gz
Algorithm Hash digest
SHA256 2530fa9939e065557f3499e8bac9bd0b75df158b2d8efe4ff7013ac70990d3c7
MD5 ff8c70f9c65fb56f0c5c5dd0c9c104ef
BLAKE2b-256 ead9747915536b21b0e5e0ebdc79497c9d830498871f350aaad69f63fb40a80e

See more details on using hashes here.

File details

Details for the file tongflow-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: tongflow-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 42.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for tongflow-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 79865d4abeb4aee6344f609c56799f4757111d0b7b26c5282f4d593ea753148a
MD5 7e075c06968ca65a1234dcf8700dc6be
BLAKE2b-256 2365981d49669c8667c8770630808a2d0eaae1623f1af36371d3a94a41d630a2

See more details on using hashes here.

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