Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Kitaru OpenAI Agents adapter

Record OpenAI Agents SDK runs with Kitaru. The adapter is non-streaming: it preserves the native RunResult while recording each run as a Kitaru session with root and observed activity nodes.

Install

uv add kitaru-openai-agents

Use

import uuid

from agents import Agent

from kitaru_openai_agents import KitaruRunner

agent = Agent(
    name="assistant",
    instructions="Answer in one concise sentence.",
    model="gpt-5-nano",
)
runner = KitaruRunner(
    agent_id=uuid.UUID("018f0000-0000-7000-8000-000000000100"),
    session_name="openai-agents-example",
)
result = runner.run_sync(agent, "Hello")
print(result.final_output)

KitaruRunner.run() and KitaruRunner.run_sync() accept the same run arguments as the OpenAI Agents SDK Runner. Kitaru workers provide task, replay, and authentication context through the standard task environment.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kitaru_openai_agents-0.1.0rc0.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kitaru_openai_agents-0.1.0rc0-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file kitaru_openai_agents-0.1.0rc0.tar.gz.

File metadata

  • Download URL: kitaru_openai_agents-0.1.0rc0.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for kitaru_openai_agents-0.1.0rc0.tar.gz
Algorithm Hash digest
SHA256 e3a61534c3df1a0a94bace73056c71b4e2a80edf7479498eb53a51fb59c0732a
MD5 b423a39ef9b645061164924486bdd0fe
BLAKE2b-256 ce2b16326126fcffaf0122b87f851965b8723002b4f3e46ce60a6cb0f0e629ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for kitaru_openai_agents-0.1.0rc0.tar.gz:

Publisher: release-plugins.yml on zenml-io/kitaru

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file kitaru_openai_agents-0.1.0rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for kitaru_openai_agents-0.1.0rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 a8ca7abf8d92e07d8014ca2184feeb4418a608862ea736efdae788df83a0dcf8
MD5 11e8d055829c08f9aa8a133972d65cd6
BLAKE2b-256 36404c6c183baa524f37103f71cfd295cb9272b20e91a4dac36e459b754678a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for kitaru_openai_agents-0.1.0rc0-py3-none-any.whl:

Publisher: release-plugins.yml on zenml-io/kitaru

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page