stackone-ai 2.3.0__tar.gz → 2.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/development-workflow.md +1 -1
- stackone_ai-2.3.1/.release-please-manifest.json +3 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/CHANGELOG.md +7 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/CLAUDE.md +2 -2
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/PKG-INFO +2 -2
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/README.md +1 -1
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/pyproject.toml +1 -1
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/__init__.py +1 -1
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/uv.lock +1 -1
- stackone_ai-2.3.0/.release-please-manifest.json +0 -3
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/examples-standards.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/git-workflow.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/nix-workflow.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/no-relative-imports.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/package-installation.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/release-please-standards.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/rules/uv-scripts.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.claude/skills/release-please/SKILL.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/development-workflow.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/examples-standards.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/git-workflow.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/no-relative-imports.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/package-installation.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/release-please-standards.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.cursor/rules/uv-scripts.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.envrc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.github/actions/setup-nix/action.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.github/dependabot.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.github/workflows/ci.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.github/workflows/nix-flake-update.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.github/workflows/nix-flake.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.github/workflows/release.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.gitignore +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.gitleaks.toml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.gitmodules +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.mcp.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/.release-please-config.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/LICENSE +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/crewai_integration.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/file_uploads.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/index.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/langchain_integration.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/openai_integration.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/stackone_account_ids.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/test_examples.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/examples/utility_tools_example.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/flake.lock +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/flake.nix +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/justfile +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/constants.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/feedback/__init__.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/feedback/tool.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/integrations/__init__.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/integrations/langgraph.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/models.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/py.typed +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/toolset.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/utility_tools.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/utils/__init__.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/stackone_ai/utils/tfidf_index.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/conftest.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/mocks/serve.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_feedback.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_fetch_tools.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_integrations_langgraph.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_models.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_tfidf_index.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_tool_calling.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_toolset.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/tests/test_utility_tools.py +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/development-workflow.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/file-operations.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/git-workflow.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/pnpm-usage.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/typescript-patterns.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/typescript-testing.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/skills/orama-integration/SKILL.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/development-workflow.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/file-operations.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/git-workflow.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/orama-integration.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/pnpm-usage.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/typescript-patterns.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/typescript-testing.mdc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.envrc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.git +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/CODEOWNERS +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/actions/setup-nix/action.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/check-title.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/ci.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/claude.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/dry-publish.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/nix-flake.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/release.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.gitignore +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.gitleaks.toml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.mcp.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.oxfmtrc.jsonc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.oxlintrc.jsonc +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/AGENTS.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/CHANGELOG.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/CLAUDE.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/LICENSE +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/README.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/README.md +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/ai-sdk-integration.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/ai-sdk-integration.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/anthropic-integration.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/claude-agent-sdk-integration.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/claude-agent-sdk-integration.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/fetch-tools-debug.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/fetch-tools.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/fetch-tools.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/meta-tools.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/openai-integration.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/openai-integration.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/openai-responses-integration.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/openai-responses-integration.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/package.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/tanstack-ai-integration.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/tanstack-ai-integration.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/tsconfig.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/flake.lock +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/flake.nix +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/knip.config.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/lefthook.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.example-api.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.mcp.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.openai.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.stackone-ai.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.stackone-rpc.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.utils.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/mcp-server.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/node.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/package.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/pnpm-lock.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/pnpm-workspace.yaml +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/consts.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/feedback.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/feedback.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/headers.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/headers.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/index.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/mcp-client.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/mcp-client.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/requestBuilder.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/requestBuilder.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/rpc-client.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/rpc-client.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/schema.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/tool.test-d.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/tool.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/tool.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/toolsets.test-d.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/toolsets.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/toolsets.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/types.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/array.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/array.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone-api.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone-api.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/tfidf-index.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/tfidf-index.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/try-import.test.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/try-import.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/type.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/tsconfig.json +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/tsdown.config.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/vitest.config.ts +0 -0
- {stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/vitest.setup.ts +0 -0
|
@@ -17,7 +17,7 @@ This rule provides code style guidelines and project conventions for the StackOn
|
|
|
17
17
|
## Type Annotations
|
|
18
18
|
|
|
19
19
|
- Full type annotations required for all public APIs
|
|
20
|
-
- Use Python 3.
|
|
20
|
+
- Use Python 3.10+ typing features
|
|
21
21
|
- Run `just ty` to verify type correctness
|
|
22
22
|
- Strict ty configuration is enforced
|
|
23
23
|
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.1](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.3.0...stackone-ai-v2.3.1) (2026-01-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Documentation
|
|
7
|
+
|
|
8
|
+
* fix Python version requirement to 3.10+ ([#131](https://github.com/StackOneHQ/stackone-ai-python/issues/131)) ([ef2b4e3](https://github.com/StackOneHQ/stackone-ai-python/commit/ef2b4e3d06290d4fdc638bc66eec0c48b177c4f0))
|
|
9
|
+
|
|
3
10
|
## [2.3.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.1.1...stackone-ai-v2.3.0) (2026-01-29)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -94,7 +94,7 @@ toolset = StackOneToolSet(
|
|
|
94
94
|
|
|
95
95
|
### Type Safety
|
|
96
96
|
|
|
97
|
-
- Full type annotations required (Python 3.
|
|
97
|
+
- Full type annotations required (Python 3.10+)
|
|
98
98
|
- Strict ty configuration
|
|
99
99
|
- Use generics for better IDE support
|
|
100
100
|
|
|
@@ -108,7 +108,7 @@ toolset = StackOneToolSet(
|
|
|
108
108
|
|
|
109
109
|
1. **Dependencies**: See `package-installation` rule for uv dependency management
|
|
110
110
|
2. **Pre-commit**: Hooks configured for ruff and ty - run on all commits
|
|
111
|
-
3. **Python Version**: Requires Python >=3.
|
|
111
|
+
3. **Python Version**: Requires Python >=3.10
|
|
112
112
|
4. **Error Handling**: Custom exceptions (`StackOneError`, `StackOneAPIError`)
|
|
113
113
|
5. **File Uploads**: Binary parameters auto-detected from OpenAPI specs
|
|
114
114
|
6. **Context Window**: Tool loading warns when loading all tools (large context)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackone-ai
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: agents performing actions on your SaaS
|
|
5
5
|
Author-email: StackOne <support@stackone.com>
|
|
6
6
|
License-File: LICENSE
|
|
@@ -60,7 +60,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
|
|
|
60
60
|
|
|
61
61
|
## Requirements
|
|
62
62
|
|
|
63
|
-
- Python 3.
|
|
63
|
+
- Python 3.10+
|
|
64
64
|
|
|
65
65
|
## Installation
|
|
66
66
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/file-operations.md
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/git-workflow.md
RENAMED
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/typescript-patterns.md
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.claude/rules/typescript-testing.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/file-operations.mdc
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/git-workflow.mdc
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/orama-integration.mdc
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/pnpm-usage.mdc
RENAMED
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.cursor/rules/typescript-testing.mdc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/check-title.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/claude.yaml
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/dry-publish.yaml
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/nix-flake.yaml
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/.github/workflows/release.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/ai-sdk-integration.test.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/ai-sdk-integration.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/anthropic-integration.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/fetch-tools-debug.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/fetch-tools.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/openai-integration.test.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/openai-integration.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/examples/tanstack-ai-integration.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.example-api.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.stackone-ai.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/mocks/handlers.stackone-rpc.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone-api.test.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone-api.ts
RENAMED
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/error-stackone.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/tfidf-index.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
{stackone_ai-2.3.0 → stackone_ai-2.3.1}/vendor/stackone-ai-node/src/utils/try-import.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|