--- id: omnigent-client version: "0.9.0" license: unclear license_treatment: unclear maintenance: active --- # omnigent-client — Python client SDK for the omnigent server API License: unclear · Maintenance: active · Downloads: 101.5K/mo ## 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 above — 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 pip install omnigent-client uv add omnigent-client 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_current - Install friction: low - Maintenance: active - Downloads: 101.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags omnigent client sdk, http sse streaming client, typed api client python, session management client, omnigent server integration, streaming-client, type-safe-sdk [View on SkillFed](https://skillfed.io/packages/omnigent-client) · [View on PyPI](https://pypi.org/project/omnigent-client/)