Skip to main content

sie-crewai

SIE integration for CrewAI.

Installation

pip install sie-crewai

Usage

Embeddings (via OpenAI-compatible API)

SIE provides an OpenAI-compatible /v1/embeddings endpoint, so you can use it directly with CrewAI's OpenAI provider:

from crewai import Crew, Agent, Task

crew = Crew(
    agents=[...],
    tasks=[...],
    memory=True,
    embedder={
        "provider": "openai",
        "config": {
            "model": "BAAI/bge-m3",
            "api_base": "http://localhost:8080/v1",
            "api_key": "not-needed",  # SIE doesn't require API key
        }
    }
)

Reranker Tool

Use SIERerankerTool to rerank documents in agent workflows:

from sie_crewai import SIERerankerTool

reranker = SIERerankerTool(
    base_url="http://localhost:8080",
    model="jinaai/jina-reranker-v2-base-multilingual",
)

agent = Agent(
    role="Research Analyst",
    tools=[reranker],
    ...
)

Extractor Tool

Use SIEExtractorTool to extract entities from text:

from sie_crewai import SIEExtractorTool

extractor = SIEExtractorTool(
    base_url="http://localhost:8080",
    model="urchade/gliner_multi-v2.1",
    labels=["person", "organization", "location"],
)

agent = Agent(
    role="Information Extractor",
    tools=[extractor],
    ...
)

Download files

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

Source Distribution

sie_crewai-0.7.0.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

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

sie_crewai-0.7.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file sie_crewai-0.7.0.tar.gz.

File metadata

  • Download URL: sie_crewai-0.7.0.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sie_crewai-0.7.0.tar.gz
Algorithm Hash digest
SHA256 e6516e5443370d3887d9ada3a1c9bedc1ce8f09fdf250d26c3f4b0b4b4d78bf6
MD5 341e849e5b458f20bab362641f1ab9d5
BLAKE2b-256 b3e74299088c48edd6f0bcd6d3a42ef2f8108b579df2c7124349bc48b32262d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sie_crewai-0.7.0.tar.gz:

Publisher: release-python.yml on superlinked/sie-internal

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

File details

Details for the file sie_crewai-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: sie_crewai-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sie_crewai-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba3d986a395f1c71cfb1acbc16a3a63b418f7c1994ea4a61ee56e58833a3febd
MD5 e32c7790dd9c5286d8343ef7e63303c4
BLAKE2b-256 27a7fb3e52bf7350047a55657f2ec756eee5c697e9329efd2d438a028748d874

See more details on using hashes here.

Provenance

The following attestation bundles were made for sie_crewai-0.7.0-py3-none-any.whl:

Publisher: release-python.yml on superlinked/sie-internal

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

Release history Release notifications | RSS feed

0.7.1

2 files

This release

0.7.0 This release

2 files

0.6.30

2 files

0.6.29

2 files

0.6.28

2 files

0.6.27

2 files

0.6.26

2 files

0.6.25

2 files

0.6.24

2 files

0.6.23

2 files

0.6.22

2 files

0.6.21

2 files

0.6.20

2 files

0.6.19

2 files

0.6.18

2 files

0.6.17

2 files

0.6.16

2 files

0.6.15

2 files

0.6.14

2 files

0.6.13

2 files

0.6.12

2 files

0.6.11

2 files

0.6.10

2 files

0.6.9

2 files

0.6.8

2 files

0.6.7

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.0

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

Supported by

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