Skip to main content

Community-contributable integrations (tools) for ModuleX

Project description

modulex-integrations

CI License: MIT PyPI

Community-contributable integrations (tools) for the ModuleX runtime.

Why this repo exists

modulex is a FastAPI/Python backend that, until now, bundled 45 LangChain tool integrations inline. We are extracting those 45 tools into this standalone, publicly pip-installable package so that:

  • adding a new tool is a single-repo PR, not a multi-file edit across the modulex monorepo,
  • integration code is publicly inspectable,
  • community contributions flow through the standard GitHub PR model.

LLM providers and knowledge providers stay in modulex. Only the tool integrations migrate here.

Status

Phase 1 — early development. The schema contract and packaging are in place; integrations themselves will be migrated from the modulex monorepo one at a time, starting with a github POC and continuing via a scripted bulk migration. See CHANGELOG.md for progress and CONTRIBUTING.md for layout rules.

What is this?

Each integration in this package exposes one or more LangChain @tool functions to the ModuleX runtime, together with credential metadata (auth schemas, env vars, test endpoints). The runtime discovers integrations via the Python modulex.tools entry-point group and loads them at startup.

Installation

pip install modulex-integrations

With every integration's optional dependencies:

pip install "modulex-integrations[all]"

Or only the integrations you need (extras are populated as integrations are migrated):

pip install "modulex-integrations[github,slack]"

Per-integration layout

Every integration ships in the same shape:

src/modulex_integrations/tools/<name>/
├── __init__.py        # re-exports manifest + TOOLS
├── manifest.py        # IntegrationManifest instance
├── tools.py           # LangChain @tool functions
├── outputs.py         # pydantic response models (UI/docs derive JSONSchema)
├── dependencies.toml  # per-integration runtime deps
├── README.md          # 5-section strict template (see CONTRIBUTING.md)
└── tests/
    └── test_<name>.py

The contract is enforced by pydantic types in src/modulex_integrations/schema.py with extra="forbid" everywhere — a typo in a manifest fails at import time, not at runtime.

Development

git clone https://github.com/ModuleXAI/modulex-integrations.git
cd modulex-integrations
pip install -e ".[dev]"
pytest
ruff check src tests
mypy src/modulex_integrations

Roadmap

  • Phase 1 — bootstrap (this commit). Schema, packaging, CI, community meta files, cross-repo brief workflow.
  • Phase 2 — github POC migration. One integration end-to-end: manifest, tools, outputs, tests, entry point, real httpx.MockTransport coverage of at least one action.
  • Phase 3 — scripted bulk migration. The remaining 44 integrations migrated by a one-shot script, then reviewed individually.

License

MIT — see LICENSE.

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

modulex_integrations-0.1.0a3.tar.gz (49.2 kB view details)

Uploaded Source

Built Distribution

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

modulex_integrations-0.1.0a3-py3-none-any.whl (58.6 kB view details)

Uploaded Python 3

File details

Details for the file modulex_integrations-0.1.0a3.tar.gz.

File metadata

  • Download URL: modulex_integrations-0.1.0a3.tar.gz
  • Upload date:
  • Size: 49.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for modulex_integrations-0.1.0a3.tar.gz
Algorithm Hash digest
SHA256 a43be15624a42eb93f7c54e3c54e55b3d754e2662c24b3cf935731725802d385
MD5 9a962b0bcd11d656d1de2fd43220fe0e
BLAKE2b-256 4b063a4b58c7241f25b9594613125e9bae6041e9e0d94ab8c80edff7e150ca39

See more details on using hashes here.

Provenance

The following attestation bundles were made for modulex_integrations-0.1.0a3.tar.gz:

Publisher: release.yml on ModuleXAI/modulex-integrations

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

File details

Details for the file modulex_integrations-0.1.0a3-py3-none-any.whl.

File metadata

File hashes

Hashes for modulex_integrations-0.1.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 6a3596577d46fed8799a53657e212813c254bdea53a2629480dd27609ee967f8
MD5 addda35daa9f09adc7ae92665a76495a
BLAKE2b-256 ffaf7b9d618a0c6c70c653b00c8bc9214daa8af020aa282d47b9a4d41a0c1e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for modulex_integrations-0.1.0a3-py3-none-any.whl:

Publisher: release.yml on ModuleXAI/modulex-integrations

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