Metadata-Version: 2.4
Name: turingpulse-sdk-all
Version: 1.4.0
Summary: Meta-package that installs turingpulse-sdk with all framework integrations
Project-URL: Homepage, https://turingpulse.ai
Project-URL: Documentation, https://turingpulse.ai/docs/sdk/python
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.11
Requires-Dist: turingpulse-sdk-anthropic>=1.0.0
Requires-Dist: turingpulse-sdk-autogen>=1.0.0
Requires-Dist: turingpulse-sdk-bedrock>=1.0.0
Requires-Dist: turingpulse-sdk-cohere>=1.0.0
Requires-Dist: turingpulse-sdk-crewai>=1.0.0
Requires-Dist: turingpulse-sdk-dspy>=1.0.0
Requires-Dist: turingpulse-sdk-google-adk>=1.0.0
Requires-Dist: turingpulse-sdk-google-genai>=1.0.0
Requires-Dist: turingpulse-sdk-haystack>=1.0.0
Requires-Dist: turingpulse-sdk-langchain>=1.0.0
Requires-Dist: turingpulse-sdk-langgraph>=1.0.0
Requires-Dist: turingpulse-sdk-llamaindex>=1.0.0
Requires-Dist: turingpulse-sdk-mcp>=1.0.0
Requires-Dist: turingpulse-sdk-mistral>=1.0.0
Requires-Dist: turingpulse-sdk-openai-agents>=1.0.0
Requires-Dist: turingpulse-sdk-openai>=1.0.0
Requires-Dist: turingpulse-sdk-pydantic-ai>=1.0.0
Requires-Dist: turingpulse-sdk-semantic-kernel>=1.0.0
Requires-Dist: turingpulse-sdk-strands>=1.0.0
Requires-Dist: turingpulse-sdk-vertexai>=1.0.0
Requires-Dist: turingpulse-sdk>=1.0.0
Description-Content-Type: text/markdown

# turingpulse-sdk-all

Meta-package that installs the TuringPulse SDK with all framework and LLM provider integrations.

## Installation

```bash
pip install turingpulse-sdk-all
```

This installs `turingpulse-sdk` plus plugins for LangGraph, LangChain, CrewAI, LlamaIndex, AutoGen, Pydantic AI, Google ADK, Strands, Semantic Kernel, DSPy, Haystack, OpenAI, Anthropic, Google GenAI, Vertex AI, AWS Bedrock, Cohere, Mistral, and OpenAI Agents SDK.

## Documentation

Full documentation: [turingpulse.ai/docs](https://turingpulse.ai/docs)

## Requirements

- Python >= 3.11
