skillfed

omnigent-client

Python client SDK for the omnigent server API

omnigent-client v0.9.0 101.5K downloads/30d#12,934 on PyPI
License unclear Active released

What it is and what it does

omnigent-client is a typed Python SDK for interacting with an omnigent server over HTTP and Server-Sent Events (SSE). It provides a client interface for creating sessions, sending turns (requests), and receiving streamed responses from the server. The package shares type definitions (StreamEvent, SessionStreamEventType) with the core omnigent package, ensuring that streamed data is validated against a single source of truth.

The client is released in lockstep with the core omnigent package at matching versions, so version numbers stay synchronized. It depends on httpx for HTTP communication, omnigent for shared types, and pydantic for data validation. It targets Python 3.12 and later.

Use it for:

  • Build a Python application that sends requests to an omnigent server and processes streamed responses in real time.
  • Create automated sessions with omnigent for testing or integration workflows that require typed, validated message exchange.
  • Stream and handle omnigent server events in a client application with type safety via shared StreamEvent definitions.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A typed Python client SDK for driving omnigent sessions over HTTP + SSE, enabling session creation, turn sending, and response streaming with shared type validation.

Yes, if you are building a Python application that needs to communicate with an omnigent server. The package is actively maintained, has low install friction, and provides type-safe session and streaming support. Verify the license status before use in proprietary contexts, and confirm that Python 3.12+ is available in your environment.

Install

omnigent-client on PyPI

pip

pip install omnigent-client

uv

uv add omnigent-client

poetry

poetry add omnigent-client

Installing omnigent-client

Before you install

Active maintenance with a recent release (3 days old). Low install friction via a pure-Python wheel. Requires Python 3.12 or later.

License in practice

License status is unclear; the package metadata does not declare an SPDX identifier or raw license text. Verify licensing terms before use in proprietary or restricted contexts.

Quickstart

pip install omnigent-client

import omnigent_client
# Use the client to create sessions and stream responses via the omnigent server API

Requires Python 3.12 or later.

Verify before relying

  • What license does omnigent-client use? The package metadata does not declare one.
  • Does the omnigent server need to be running separately, or is it bundled?
  • What is the authentication model for the HTTP + SSE API?

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.12)
Install friction low — pure-Python wheel
Runtime dependencies 3 — httpx, omnigent, pydantic
Maintenance actively maintained — 3 days since the last release
First released
Downloads 101,454/month — #12,934 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: omnigent_client-0.9.0-py3-none-any.whl

Tags

omnigent client sdkhttp sse streaming clienttyped api client pythonsession management clientomnigent server integration
streaming-clienttype-safe-sdk

More WWW/HTTP packages