Skip to main content

Stacklink Python SDK

Stacklink supplies executable, governed tools to an agent harness. The selected harness owns the model call, tool loop, and final answer.

Install the public package with the harness extra you use:

uv add 'stacklink-sdk[openai-agents]'

or:

uv add 'stacklink-sdk[claude-agent]'

The complete guides and certified recipes live at docs.stacklink.in. PyPI is the package delivery system, not the primary documentation surface. Stacklink does not display registry download badges in its product or documentation.

Certified agent harnesses

Harness Stacklink adapter
OpenAI Agents SDK create_stacklink_openai_agents_tools(session)
Claude Agent SDK create_stacklink_claude_agent_tool_config(session)

Both start with one explicit Stacklink session:

import os
from stacklink import Stacklink

stacklink = Stacklink(
    api_key=os.environ['STACKLINK_API_KEY'],
    base_url=os.getenv('STACKLINK_BASE_URL', 'https://api.stacklink.in'),
)
session = stacklink.sessions.create_bound({
    'externalTenantId': 'acme',
    'externalUserId': 'user_123',
    'modelSurface': {'mode': 'router'},
})

try:
    # Pass the selected Stacklink adapter output to your agent harness.
    pass
finally:
    session.close()

The complete OpenAI Agents and Claude Agent examples shown by the Stacklink Overview are generated from the executable files under examples/sdk/. The dashboard, documentation, and certification tests all read those same files.

The raw OpenAI with_stacklink_memory helper remains a separate Memory integration. It is not the agent-tool integration and is not part of basic Overview onboarding.

Environment variables are STACKLINK_API_KEY, optional STACKLINK_BASE_URL, and the model-provider credentials required by the selected harness. The SDK is proprietary and is provided under the applicable Stacklink agreement.

Accepted operations, approvals and retries

An execution response can be pending. Keep its executionKind, executionId, session ID and retry key in your application. Read or wait for that operation using the existing execution APIs. A lost connection does not submit a second action, and closing the application session can remove the authority required to execute pending work.

Retry keys are case-sensitive and accept up to 240 characters. Tool and batch requests have separate key namespaces. Reuse a key only for the exact same request in the same SDK session. Changed inputs return 409 idempotency_key_reused; an expired stored result returns 410 execution_result_expired. Neither response authorizes submitting the write again.

For waiting_for_approval, your backend can use the session approval read, approve and deny APIs with platform_approvals:read / platform_approvals:manage scopes. Keep the API key on your backend. A pending action must not be labelled completed. provider_execution_result_unknown means an external write may have happened; inspect the provider before considering another action.

Use execution cancellation for an explicit Stop request. Losing a stream only stops observation. Vercel and LangChain adapters forward their supported abort signal; other adapters keep the structured operation identity available for explicit cancellation. MCP progress reports actual stages, not invented percentages.

Streaming has a total observation deadline and a separate inactivity timeout. A timeout raises sdk_stream_timeout without repeating the action; use its original operation ID to resume observation. Stream responses are limited to 8 MiB, including JSON responses to streaming requests. The synchronous client keeps blocking reads in a bounded reader and releases the response when that read finishes or reaches its inactivity timeout. Custom transports must honor the timeout passed to them. MCP calls return once all matching responses arrive, even if the server keeps the stream open.

Release files for stacklink-sdk 0.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for stacklink-sdk 0.2.2
File Size Uploaded
stacklink_sdk-0.2.2.tar.gz 49.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for stacklink-sdk 0.2.2
File Interpreter ABI Platform
stacklink_sdk-0.2.2-py3-none-any.whl Python 3 none any Details

Total release size: 89.7 kB

Release history Release notifications | RSS feed

This release

0.2.2 This release

2 release files

0.2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page