omnigent-client
Python client SDK for the omnigent server API
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-clientuv
uv add omnigent-clientpoetry
poetry add omnigent-clientInstalling 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
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
aiohttp-sse-clientProvides an async Python client for consuming…
permissive · top 15,000 on PyPI
omnigentOmnigent is an open-source orchestration layer…
permissive · top 15,000 on PyPI
aiohttp-sse-client2Provides an async Python client for consuming…
permissive · top 15,000 on PyPI
sseclient-pyParses Server-Sent Events (SSE) from HTTP…
permissive · top 5,000 on PyPI
httpx-sseConsume Server-Sent Event (SSE) messages from…
permissive · top 1,000 on PyPI
launchdarkly-eventsourceConsumes Server-Sent Events (SSE) from remote…
permissive · top 5,000 on PyPI
requests-sseProvides a Python client for consuming…
permissive · top 15,000 on PyPI
cloudcruiseOfficial Python SDK for CloudCruise that…
permissive · top 5,000 on PyPI
filigran-sseclientProvides a Python iterator interface for…
permissive · top 5,000 on PyPI
omnibase-compatProvides shared structural types—enums, DTOs,…
unclear · top 15,000 on PyPI