| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ogx-1.0.0-py3-none-any.whl | 2026-05-12 | 694.9 kB | |
| ogx-1.0.0-py3-none-any.whl.sigstore.json | 2026-05-12 | 10.5 kB | |
| ogx-1.0.0.tar.gz | 2026-05-12 | 16.9 MB | |
| ogx-1.0.0.tar.gz.sigstore.json | 2026-05-12 | 10.5 kB | |
| ogx_api-1.0.0-py3-none-any.whl | 2026-05-12 | 145.2 kB | |
| ogx_api-1.0.0-py3-none-any.whl.sigstore.json | 2026-05-12 | 10.6 kB | |
| ogx_api-1.0.0.tar.gz | 2026-05-12 | 145.7 kB | |
| ogx_api-1.0.0.tar.gz.sigstore.json | 2026-05-12 | 10.6 kB | |
| ogx_client-1.0.0-py3-none-any.whl | 2026-05-12 | 309.3 kB | |
| ogx_client-1.0.0-py3-none-any.whl.sigstore.json | 2026-05-12 | 10.6 kB | |
| ogx_client-1.0.0.tar.gz | 2026-05-12 | 435.2 kB | |
| ogx_client-1.0.0.tar.gz.sigstore.json | 2026-05-12 | 10.6 kB | |
| README.md | 2026-05-12 | 9.5 kB | |
| v1.0.0 source code.tar.gz | 2026-05-12 | 16.9 MB | |
| v1.0.0 source code.zip | 2026-05-12 | 20.5 MB | |
| Totals: 15 Items | 56.1 MB | 0 | |
What's Changed
- feat(file_processors): add inline::auto composite file processor by @leseb in https://github.com/ogx-ai/ogx/pull/5673
- chore(github-deps): bump github/codeql-action from 4.35.2 to 4.35.3 by @dependabot[bot] in https://github.com/ogx-ai/ogx/pull/5679
- fix(ollama): tolerate dict-backed reasoning messages in OpenAI preprocessing by @skamenan7 in https://github.com/ogx-ai/ogx/pull/5638
- chore: bump fallback_version to 0.8.1.dev0 by @cdoern in https://github.com/ogx-ai/ogx/pull/5685
- fix(vector_io): improve error reporting for file processor rejections by @leseb in https://github.com/ogx-ai/ogx/pull/5690
- feat(docs): redesign provider cards, DocCardList, and tables site-wide by @leseb in https://github.com/ogx-ai/ogx/pull/5694
- feat(cli): add top-level 'ogx run' and 'ogx letsgo' shortcuts by @leseb in https://github.com/ogx-ai/ogx/pull/5689
- feat(file_processors): add inline::markitdown provider and wire into auto dispatcher by @leseb in https://github.com/ogx-ai/ogx/pull/5688
- fix(deps): add missing dependencies to starter extra by @zy1o in https://github.com/ogx-ai/ogx/pull/5674
- perf(responses): batch guardrail checks during streaming by @leseb in https://github.com/ogx-ai/ogx/pull/5664
- fix(openai): clamp max_tokens to per-model limits to prevent overflow errors by @leseb in https://github.com/ogx-ai/ogx/pull/5696
- feat(letsgo): use inline::auto file processor by @mattf in https://github.com/ogx-ai/ogx/pull/5704
- ci(integration-tests): run only server client on PRs by @leseb in https://github.com/ogx-ai/ogx/pull/5697
- feat(letsgo): add Claude Code compatibility by @mattf in https://github.com/ogx-ai/ogx/pull/5709
- docs(claude-code): fix incorrect --model examples and clarify routing by @leseb in https://github.com/ogx-ai/ogx/pull/5692
- feat(inference): add chat completion message listing endpoint. by @skamenan7 in https://github.com/ogx-ai/ogx/pull/5459
- fix(auth): fetch GitHub org memberships for RBAC attribute mapping by @leseb in https://github.com/ogx-ai/ogx/pull/5711
- feat(landing): add CLI showcase section for Claude Code, Codex, and OpenCode by @leseb in https://github.com/ogx-ai/ogx/pull/5716
- fix: stale llama_stack log ref by @cdoern in https://github.com/ogx-ai/ogx/pull/5717
- fix(python-deps): added missing dev group dependencies by @zy1o in https://github.com/ogx-ai/ogx/pull/5708
- fix(ci): allow conventional commit scope in breaking-change ack regex by @cdoern in https://github.com/ogx-ai/ogx/pull/5718
- fix(chore): cleanup integration-tests action ref after rename by @zy1o in https://github.com/ogx-ai/ogx/pull/5721
- fix(test): fix hardcoded relative path in persistance test by @zy1o in https://github.com/ogx-ai/ogx/pull/5722
- fix(auth): respect verify_tls in OAuth2 introspection by @leseb in https://github.com/ogx-ai/ogx/pull/5710
- fix(storage): propagate real add-column errors in sqlstore by @leseb in https://github.com/ogx-ai/ogx/pull/5713
- fix(responses): honor include on input item retrieval. by @skamenan7 in https://github.com/ogx-ai/ogx/pull/5605
- fix(deps): move CVE-pinned transitive deps to constraint-dependencies by @leseb in https://github.com/ogx-ai/ogx/pull/5707
- fix(storage): filter expired rows in PostgreSQL keys_in_range() by @leseb in https://github.com/ogx-ai/ogx/pull/5712
- fix(auth): Return 503 only for auth service outages by @leseb in https://github.com/ogx-ai/ogx/pull/5715
- fix(nvidia-safety): use provider_resource_id instead of shield_id for NeMoGuardrails model by @VANDRANKI in https://github.com/ogx-ai/ogx/pull/5726
- fix(vertexai): preserve reasoning_content as thought parts in multi-turn conversations by @major in https://github.com/ogx-ai/ogx/pull/5677
- fix(cli): remove ogx stack rm command due to lack of CLI discovery by @leseb in https://github.com/ogx-ai/ogx/pull/5735
- test(storage): add unit tests for PostgresKVStoreImpl by @leseb in https://github.com/ogx-ai/ogx/pull/5730
- fix(storage): add namespace support and expiration filtering to all kvstore backends by @leseb in https://github.com/ogx-ai/ogx/pull/5731
- feat(ogx-api): introduce ogx_api.provider and ogx_api.types namespaces by @cdoern in https://github.com/ogx-ai/ogx/pull/5740
- fix(deps): address critical and high severity security vulnerabilities by @leseb in https://github.com/ogx-ai/ogx/pull/5742
- refactor(storage): replace psycopg2 with asyncpg in PostgreSQL KV store by @leseb in https://github.com/ogx-ai/ogx/pull/5739
- ci: reduce GitHub Actions runner usage for free-plan constraints by @leseb in https://github.com/ogx-ai/ogx/pull/5751
- fix(conversations): compute has_more and support cursor pagination in list_items by @vamsi-01 in https://github.com/ogx-ai/ogx/pull/5612
- refactor(api)!: deprecate Safety run-shield and Shields list/get endpoints#22 by @rhdedgar in https://github.com/ogx-ai/ogx/pull/5744
- fix: strip per-chunk usage from Gemini streaming responses to prevent token overcounting by @mattf in https://github.com/ogx-ai/ogx/pull/5171
- fix(ci): add all ollama variants to the re-record workflow by @leseb in https://github.com/ogx-ai/ogx/pull/5746
- feat(conversations): enhance OpenAI API coverage for conversations by @leseb in https://github.com/ogx-ai/ogx/pull/5748
- feat!: multi-tenancy core for MaaS deployments by @franciscojavierarceo in https://github.com/ogx-ai/ogx/pull/5756
- ci(security): add Python SAST via Ruff bandit rules and CodeQL scanning by @leseb in https://github.com/ogx-ai/ogx/pull/5738
- fix(http): configure explicit timeouts and improve connection pooling by @leseb in https://github.com/ogx-ai/ogx/pull/5737
- fix(ci): pin record-integration-tests action refs to merge commit SHA by @leseb in https://github.com/ogx-ai/ogx/pull/5762
- docs(website): update landing page to promote library mode by @leseb in https://github.com/ogx-ai/ogx/pull/5761
- feat(connectors,batches)!: migrate KVStore to AuthorizedSqlStore by @franciscojavierarceo in https://github.com/ogx-ai/ogx/pull/5757
- chore(github-deps): bump github/codeql-action from 4.35.3 to 4.35.4 by @dependabot[bot] in https://github.com/ogx-ai/ogx/pull/5766
- feat(files): enhance OpenAI API coverage for Files API by @leseb in https://github.com/ogx-ai/ogx/pull/5747
- fix(deps): bump constraint-dependencies in ogx_api to resolve Dependabot alerts by @leseb in https://github.com/ogx-ai/ogx/pull/5778
- fix(nvidia): use proper URL parsing instead of substring check for hostname validation by @leseb in https://github.com/ogx-ai/ogx/pull/5777
- fix(deps): patch high-severity CVEs in python-multipart, protobuf, lxml, and npm packages by @leseb in https://github.com/ogx-ai/ogx/pull/5775
- refactor: remove dead code across the codebase by @leseb in https://github.com/ogx-ai/ogx/pull/5779
- docs(api): document datatype stability and ogx-api package surfaces by @cdoern in https://github.com/ogx-ai/ogx/pull/5719
- docs(blog): add consistent agentic API layer blog post by @leseb in https://github.com/ogx-ai/ogx/pull/5687
- fix(ci): break record-integration-tests feedback loop by @cdoern in https://github.com/ogx-ai/ogx/pull/5781
- fix(core): make OGXAsLibraryClient thread-safe by @zy1o in https://github.com/ogx-ai/ogx/pull/5773
- feat(storage)!: enforce AuthorizedSqlStore usage for APIs requiring access control by @leseb in https://github.com/ogx-ai/ogx/pull/5776
- refactor(connectors)!: move connector routes to /v1alpha/admin/connectors by @mattf in https://github.com/ogx-ai/ogx/pull/5659
- refactor(server): adopt gateway-first architecture for edge concerns by @leseb in https://github.com/ogx-ai/ogx/pull/5750
- ci(auth): add GitHub Actions workflow for prompts tenant isolation tests by @franciscojavierarceo in https://github.com/ogx-ai/ogx/pull/5758
- refactor(tools)!: move /v1/tools route to /v1/admin/tools by @leseb in https://github.com/ogx-ai/ogx/pull/5787
- feat(interactions): add previous_interaction_id for multi-turn conversations by @leseb in https://github.com/ogx-ai/ogx/pull/5669
- refactor!: remove Safety API and replace with moderation_endpoint by @leseb in https://github.com/ogx-ai/ogx/pull/5291
- fix(tests): Use provider_type instead of provider_id for vector-io test parametrization by @franciscojavierarceo in https://github.com/ogx-ai/ogx/pull/5263
- fix(vector_io): set WAL mode and busy_timeout on sqlite-vec connections by @extrasmall0 in https://github.com/ogx-ai/ogx/pull/5428
- fix: change logprobs type from bool to int in Completions endpoint by @extrasmall0 in https://github.com/ogx-ai/ogx/pull/5343
- feat(vector_io): add tenant isolation for vector store metadata by @franciscojavierarceo in https://github.com/ogx-ai/ogx/pull/5782
- feat(letsgo): add Gemini and Azure support by @mattf in https://github.com/ogx-ai/ogx/pull/5706
- perf(storage): use asyncpg connection pool in PostgreSQL kvstore by @derekhiggins in https://github.com/ogx-ai/ogx/pull/5734
- feat!: multi-SDK response shapes for /v1/models by @leseb in https://github.com/ogx-ai/ogx/pull/5522
New Contributors
- @zy1o made their first contribution in https://github.com/ogx-ai/ogx/pull/5674
- @VANDRANKI made their first contribution in https://github.com/ogx-ai/ogx/pull/5726
- @vamsi-01 made their first contribution in https://github.com/ogx-ai/ogx/pull/5612
- @extrasmall0 made their first contribution in https://github.com/ogx-ai/ogx/pull/5428
Full Changelog: https://github.com/ogx-ai/ogx/compare/v0.8.0...v1.0.0