docs(branding): apply Oracle Trademark Legal–approved product naming#257
Merged
Conversation
Two approved product names introduced across the marketing-facing surface: - Full name: Oracle Generative AI Multi-Agent Reasoning Orchestrator SDK - Short name: Oracle Generative AI – Multi-Agent Locus SDK Stand-alone "Locus" is not an approved product name in marketing prose. Site chrome - Hero of docs/index.md and docs/workbench.md carries the full name as a wordmark above the existing tagline H1. - Site header shows the full name under the "locus" wordmark, split across two lines so it fits next to the dark-mode toggle and search at all viewports. - Title is `flex: 0 0 auto`; palette toggle pulls `margin-left: auto` so toggle + search + Oracle/GitHub/PyPI cluster sits flush right. - Hero copy column gets a 1.75rem desktop indent. - Eyebrow wordmark uses a compound selector so its font-size defeats `.md-typeset .locus-hero p`. - Removed the redundant "locus" nav tab — home is reachable via the diamond logo and wordmark. Body prose - First mention of the product per file uses the full short name. - Subsequent mentions use "the SDK" (generic descriptor). - OG / Twitter meta tags and tab title use the approved short name. Left untouched (technical identifiers, outside trademark) - Python imports, package name `locus-sdk`, URLs, file paths, shell commands, container image tags, DB user identifiers, CSS class names, ASCII diagrams in code blocks, YAML config values. Out of scope (follow-up) - docs/notebooks/notebook_*.md (auto-generated from examples/notebook_*.py docstrings). - CHANGELOG.md (historical record). Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
9045608 to
bb8d698
Compare
4 tasks
fede-kamel
added a commit
that referenced
this pull request
May 23, 2026
…gonomics + httpx 1.0 cap + trademark naming (#265) Four PRs of fixes since b20. No new public APIs; tightens the SDK on durability (StateGraph interrupt resume), ergonomics (OCIModel aliases, AgentConfig.name, Tool.func), deps (httpx<1.0 cap), and brings the docs site in line with the approved product name. - #261 — StateGraph.interrupt_before now writes through the checkpointer at the pause boundary; resume advances past the gate instead of re-pausing. Inline interrupt() save crash with state=None fixed in the same pass. OCIModel gains region= and profile= ergonomic aliases. AgentConfig.name + Tool.func surface the names users naturally reach for. - #262 — Capped httpx<1.0; pre-release 1.0.dev3 drops the top-level Auth re-export and broke OCIRequestSigner + BearerAuth at import. - #257 — Applied the Oracle Trademark Legal-approved full name (wordmark above hero H1, persistent header) and short name (body prose / OG meta / tab title) across docs, README, and contributor markdown. - #264 — OCI client read timeout default 60s→300s for reasoning models; integration fixture max_tokens 512→8192 so reasoning models have budget for both hidden chain-of-thought and visible output; eight stale integration tests refreshed against current catalogue / workbench layout. See CHANGELOG.md for the full breakdown. Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Applies the approved product naming across the docs site, README, and contributor markdown.
docs/index.mdanddocs/workbench.mdcarries the full product name as a wordmark above the tagline H1.locus-sdk, URLs, paths, container tags, CSS classes) are unchanged.Out of scope (follow-up)
docs/notebooks/notebook_*.md— handled in a follow-up that edits theexamples/notebook_*.pydocstring source and regenerates.CHANGELOG.mdleft alone.Test plan
pre-commit run --files <staged>— passmkdocs build --strict— clean