TuringPulse SDK integration for OpenAI Agents SDK
Project description
turingpulse-sdk-openai-agents
TuringPulse SDK integration for OpenAI Agents SDK — auto-instrumentation for multi-agent workflows with tool calls, handoffs, and guardrails.
Installation
pip install turingpulse-sdk-openai-agents
Quick Start
from agents import Agent
from turingpulse_sdk import init, TuringPulseConfig
from turingpulse_sdk_openai_agents import instrument_openai_agents
init(TuringPulseConfig(api_key="sk_live_...", workflow_name="my-project"))
agent = Agent(name="assistant", instructions="You are a helpful assistant.")
run = instrument_openai_agents(agent, name="my-openai-agents-workflow")
result = run("Hello, world!")
Documentation
Full documentation: turingpulse.ai/docs/sdk/openai-agents
Requirements
- Python >= 3.11
- turingpulse-sdk >= 1.0.0
- openai-agents >= 0.0.7
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turingpulse_sdk_openai_agents-1.2.0.tar.gz.
File metadata
- Download URL: turingpulse_sdk_openai_agents-1.2.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16e6a490bffc67cea43d0b5ff176689b2e7cd83af9c2d884fab5e78248133405
|
|
| MD5 |
957a780af94aa67e8c7c6c29462ba7b5
|
|
| BLAKE2b-256 |
3f3cd46327dfa894a964f98b1ac9b3109eac9f0e3e61b9e8e1fa8714d16d4fe2
|
File details
Details for the file turingpulse_sdk_openai_agents-1.2.0-py3-none-any.whl.
File metadata
- Download URL: turingpulse_sdk_openai_agents-1.2.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f49c545829c0705708f7cbe19fc310ac3539b9ccbc4360e97487455f636ab3
|
|
| MD5 |
db0aa1a5989997362534f52949647a69
|
|
| BLAKE2b-256 |
d47b013f992e5983345913d953e2d96b5cc09dd9aa4117d7e3173b28de97fa30
|