We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.12
No response
from composio_openai import ComposioToolSet, App, Tag composio_toolset = ComposioToolSet(api_key=os.getenv("COMPOSIO_API_KEY")) tools = composio_toolset.get_tools( apps=[App.HUBSPOT], tags=[Tag.HUBSPOT_CORE, Tag.HUBSPOT_BASIC], ) print(f"Composio tools: {len(tools)}") # Composio tools: 0
Only removing tags correctly returns actions with important tag. Or explicitly listing actions works as well.
agno==1.3.2 aiohappyeyeballs==2.6.1 aiohttp==3.11.16 aiosignal==1.3.2 annotated-types==0.7.0 anyio==4.9.0 appdirs==1.4.4 asgiref==3.8.1 asttokens==3.0.0 attrs==25.3.0 auth0-python==4.9.0 backoff==2.2.1 bcrypt==4.3.0 blinker==1.9.0 build==1.2.2.post1 cachetools==5.5.2 certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 chroma-hnswlib==0.7.6 chromadb==1.0.5 click==8.1.8 coloredlogs==15.0.1 composio-core==0.7.15 composio-openai==0.7.15 crewai==0.95.0 cryptography==44.0.2 decorator==5.2.1 deprecated==1.2.18 distro==1.9.0 docstring-parser==0.16 dotenv==0.9.9 durationpy==0.9 et-xmlfile==2.0.0 executing==2.2.0 fastapi==0.115.9 filelock==3.18.0 flatbuffers==25.2.10 frozenlist==1.5.0 fsspec==2025.3.2 gitdb==4.0.12 gitpython==3.1.44 google-auth==2.39.0 googleapis-common-protos==1.70.0 grpcio==1.71.0 h11==0.14.0 httpcore==1.0.8 httptools==0.6.4 httpx==0.28.1 huggingface-hub==0.30.2 humanfriendly==10.0 idna==3.10 importlib-metadata==8.6.1 importlib-resources==6.5.2 inflection==0.5.1 instructor==1.7.9 ipython==9.1.0 ipython-pygments-lexers==1.1.1 jedi==0.19.2 jinja2==3.1.6 jiter==0.8.2 json-repair==0.41.1 jsonpickle==4.0.5 jsonref==1.1.0 jsonschema==4.23.0 jsonschema-specifications==2024.10.1 kubernetes==32.0.1 litellm==1.66.2 markdown-it-py==3.0.0 markupsafe==3.0.2 matplotlib-inline==0.1.7 mdurl==0.1.2 mmh3==5.1.0 monotonic==1.6 mpmath==1.3.0 multidict==6.4.3 networkx==3.4.2 numpy==2.2.4 oauthlib==3.2.2 onnxruntime==1.21.0 openai==1.75.0 openpyxl==3.1.5 opentelemetry-api==1.32.1 opentelemetry-exporter-otlp-proto-common==1.32.1 opentelemetry-exporter-otlp-proto-grpc==1.32.1 opentelemetry-exporter-otlp-proto-http==1.32.1 opentelemetry-instrumentation==0.53b1 opentelemetry-instrumentation-asgi==0.53b1 opentelemetry-instrumentation-fastapi==0.53b1 opentelemetry-proto==1.32.1 opentelemetry-sdk==1.32.1 opentelemetry-semantic-conventions==0.53b1 opentelemetry-util-http==0.53b1 orjson==3.10.16 overrides==7.7.0 packaging==24.2 paramiko==3.5.1 parso==0.8.4 pdfminer-six==20250327 pdfplumber==0.11.6 pexpect==4.9.0 pillow==11.2.1 posthog==3.25.0 prompt-toolkit==3.0.51 propcache==0.3.1 protobuf==5.29.4 ptyprocess==0.7.0 pure-eval==0.2.3 pyasn1==0.6.1 pyasn1-modules==0.4.2 pycparser==2.22 pydantic==2.11.3 pydantic-core==2.33.1 pydantic-settings==2.8.1 pygments==2.19.1 pyjwt==2.10.1 pynacl==1.5.0 pypdfium2==4.30.1 pyperclip==1.9.0 pypika==0.48.9 pyproject-hooks==1.2.0 pysher==1.0.8 python-dateutil==2.9.0.post0 python-dotenv==1.1.0 python-multipart==0.0.20 pyvis==0.3.2 pyyaml==6.0.2 referencing==0.36.2 regex==2024.11.6 requests==2.32.3 requests-oauthlib==2.0.0 rich==13.9.4 rpds-py==0.24.0 rsa==4.9.1 semver==3.0.4 sentry-sdk==2.26.1 shellingham==1.5.4 six==1.17.0 smmap==5.0.2 sniffio==1.3.1 stack-data==0.6.3 starlette==0.45.3 sympy==1.13.3 tenacity==9.1.2 tiktoken==0.9.0 tokenizers==0.21.1 tomli==2.2.1 tomli-w==1.2.0 tqdm==4.67.1 traitlets==5.14.3 typer==0.15.2 typing-extensions==4.13.2 typing-inspection==0.4.0 urllib3==2.4.0 uv==0.6.14 uvicorn==0.34.1 uvloop==0.21.0 watchfiles==1.0.5 wcwidth==0.2.13 websocket-client==1.8.0 websockets==15.0.1 wrapt==1.17.2 yarl==1.20.0 zipp==3.21.0
The text was updated successfully, but these errors were encountered:
angrybayblade
No branches or pull requests
Python Version
3.12
Operating system
No response
Error
Only removing tags correctly returns actions with important tag. Or explicitly listing actions works as well.
Dependencies
agno==1.3.2
aiohappyeyeballs==2.6.1
aiohttp==3.11.16
aiosignal==1.3.2
annotated-types==0.7.0
anyio==4.9.0
appdirs==1.4.4
asgiref==3.8.1
asttokens==3.0.0
attrs==25.3.0
auth0-python==4.9.0
backoff==2.2.1
bcrypt==4.3.0
blinker==1.9.0
build==1.2.2.post1
cachetools==5.5.2
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
chroma-hnswlib==0.7.6
chromadb==1.0.5
click==8.1.8
coloredlogs==15.0.1
composio-core==0.7.15
composio-openai==0.7.15
crewai==0.95.0
cryptography==44.0.2
decorator==5.2.1
deprecated==1.2.18
distro==1.9.0
docstring-parser==0.16
dotenv==0.9.9
durationpy==0.9
et-xmlfile==2.0.0
executing==2.2.0
fastapi==0.115.9
filelock==3.18.0
flatbuffers==25.2.10
frozenlist==1.5.0
fsspec==2025.3.2
gitdb==4.0.12
gitpython==3.1.44
google-auth==2.39.0
googleapis-common-protos==1.70.0
grpcio==1.71.0
h11==0.14.0
httpcore==1.0.8
httptools==0.6.4
httpx==0.28.1
huggingface-hub==0.30.2
humanfriendly==10.0
idna==3.10
importlib-metadata==8.6.1
importlib-resources==6.5.2
inflection==0.5.1
instructor==1.7.9
ipython==9.1.0
ipython-pygments-lexers==1.1.1
jedi==0.19.2
jinja2==3.1.6
jiter==0.8.2
json-repair==0.41.1
jsonpickle==4.0.5
jsonref==1.1.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kubernetes==32.0.1
litellm==1.66.2
markdown-it-py==3.0.0
markupsafe==3.0.2
matplotlib-inline==0.1.7
mdurl==0.1.2
mmh3==5.1.0
monotonic==1.6
mpmath==1.3.0
multidict==6.4.3
networkx==3.4.2
numpy==2.2.4
oauthlib==3.2.2
onnxruntime==1.21.0
openai==1.75.0
openpyxl==3.1.5
opentelemetry-api==1.32.1
opentelemetry-exporter-otlp-proto-common==1.32.1
opentelemetry-exporter-otlp-proto-grpc==1.32.1
opentelemetry-exporter-otlp-proto-http==1.32.1
opentelemetry-instrumentation==0.53b1
opentelemetry-instrumentation-asgi==0.53b1
opentelemetry-instrumentation-fastapi==0.53b1
opentelemetry-proto==1.32.1
opentelemetry-sdk==1.32.1
opentelemetry-semantic-conventions==0.53b1
opentelemetry-util-http==0.53b1
orjson==3.10.16
overrides==7.7.0
packaging==24.2
paramiko==3.5.1
parso==0.8.4
pdfminer-six==20250327
pdfplumber==0.11.6
pexpect==4.9.0
pillow==11.2.1
posthog==3.25.0
prompt-toolkit==3.0.51
propcache==0.3.1
protobuf==5.29.4
ptyprocess==0.7.0
pure-eval==0.2.3
pyasn1==0.6.1
pyasn1-modules==0.4.2
pycparser==2.22
pydantic==2.11.3
pydantic-core==2.33.1
pydantic-settings==2.8.1
pygments==2.19.1
pyjwt==2.10.1
pynacl==1.5.0
pypdfium2==4.30.1
pyperclip==1.9.0
pypika==0.48.9
pyproject-hooks==1.2.0
pysher==1.0.8
python-dateutil==2.9.0.post0
python-dotenv==1.1.0
python-multipart==0.0.20
pyvis==0.3.2
pyyaml==6.0.2
referencing==0.36.2
regex==2024.11.6
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.9.4
rpds-py==0.24.0
rsa==4.9.1
semver==3.0.4
sentry-sdk==2.26.1
shellingham==1.5.4
six==1.17.0
smmap==5.0.2
sniffio==1.3.1
stack-data==0.6.3
starlette==0.45.3
sympy==1.13.3
tenacity==9.1.2
tiktoken==0.9.0
tokenizers==0.21.1
tomli==2.2.1
tomli-w==1.2.0
tqdm==4.67.1
traitlets==5.14.3
typer==0.15.2
typing-extensions==4.13.2
typing-inspection==0.4.0
urllib3==2.4.0
uv==0.6.14
uvicorn==0.34.1
uvloop==0.21.0
watchfiles==1.0.5
wcwidth==0.2.13
websocket-client==1.8.0
websockets==15.0.1
wrapt==1.17.2
yarl==1.20.0
zipp==3.21.0
Code of Conduct
The text was updated successfully, but these errors were encountered: