SIE integration for CrewAI
Project description
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],
...
)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sie_crewai-0.1.9.tar.gz.
File metadata
- Download URL: sie_crewai-0.1.9.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ce95f312f64f5c7d1f087e30df7848829b06365e9b11b621674d544fbaee6b6
|
|
| MD5 |
e1002e9557777df3ef660ecda712e38f
|
|
| BLAKE2b-256 |
cfde61e4e712e36ca62951693ac21e3fc9f8f9cb9d2898e242e19a34c2a14d62
|
Provenance
The following attestation bundles were made for sie_crewai-0.1.9.tar.gz:
Publisher:
release-python.yml on superlinked/sie-internal
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sie_crewai-0.1.9.tar.gz -
Subject digest:
0ce95f312f64f5c7d1f087e30df7848829b06365e9b11b621674d544fbaee6b6 - Sigstore transparency entry: 1216965773
- Sigstore integration time:
-
Permalink:
superlinked/sie-internal@f6de3ff1a2bbe016a7272613840ae6a146410649 -
Branch / Tag:
refs/tags/v0.1.9 - Owner: https://github.com/superlinked
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
self-hosted -
Publication workflow:
release-python.yml@f6de3ff1a2bbe016a7272613840ae6a146410649 -
Trigger Event:
push
-
Statement type:
File details
Details for the file sie_crewai-0.1.9-py3-none-any.whl.
File metadata
- Download URL: sie_crewai-0.1.9-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3142ee04e01490a38898c91bf21ecc31aca5fe2f6abebb85237805ec4f575e40
|
|
| MD5 |
af80cabaaabd27cb5489bc720d0387b7
|
|
| BLAKE2b-256 |
808b8ec765e2e778a8c95520d5ab9f8862399e14cf9ccbde149593dad10f3c14
|
Provenance
The following attestation bundles were made for sie_crewai-0.1.9-py3-none-any.whl:
Publisher:
release-python.yml on superlinked/sie-internal
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sie_crewai-0.1.9-py3-none-any.whl -
Subject digest:
3142ee04e01490a38898c91bf21ecc31aca5fe2f6abebb85237805ec4f575e40 - Sigstore transparency entry: 1216965822
- Sigstore integration time:
-
Permalink:
superlinked/sie-internal@f6de3ff1a2bbe016a7272613840ae6a146410649 -
Branch / Tag:
refs/tags/v0.1.9 - Owner: https://github.com/superlinked
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
self-hosted -
Publication workflow:
release-python.yml@f6de3ff1a2bbe016a7272613840ae6a146410649 -
Trigger Event:
push
-
Statement type: