You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix!: migrate examples and tests to connector-based tool naming (#51)
* refactor(examples): migrate to connector-based tool naming
Replace legacy unified API naming conventions (hris_*, ats_*, crm_*)
with connector-based naming (hibob_*, bamboohr_*, workday_*) across
all example files.
This aligns the examples with the updated StackOne API architecture
where tools are named after the specific connector/provider rather
than abstract unified API categories.
Affected examples:
- crewai_integration.py
- file_uploads.py
- index.py
- langchain_integration.py
- meta_tools_example.py
- openai_integration.py
- stackone_account_ids.py
* refactor(tests): migrate to connector-based tool naming
Update all test files to use connector-based naming conventions
(hibob_*, bamboohr_*, workday_*) instead of legacy unified API
naming (hris_*, ats_*, crm_*).
This ensures tests remain consistent with the updated examples and
reflect the actual tool naming used by StackOne connectors.
Affected tests:
- test_feedback.py
- test_meta_tools.py
- test_tfidf_index.py
- test_toolset.py
* docs(langgraph): update usage example to connector-based naming
Update the docstring usage example in langgraph.py to use
connector-based naming (hibob_*) and the current fetch_tools API
instead of the deprecated get_tools method with unified API naming.
0 commit comments