chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:00 +08:00
commit 3de48288cb
2986 changed files with 1131193 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# omnigent-client
Python client SDK for the [omnigent](https://github.com/omnigent-ai/omnigent)
server API.
`omnigent-client` is a typed client for driving omnigent sessions over the
server's HTTP + SSE API — creating sessions, sending turns, and streaming
responses. It shares the `StreamEvent` / `SessionStreamEventType` types that the
server emits, so streamed envelopes are validated against a single source of
truth.
It is released in lockstep with the core `omnigent` package at a matching
version:
```bash
pip install omnigent-client
```
See the [omnigent repository](https://github.com/omnigent-ai/omnigent) for full
documentation.