Skip to content

docs: update core concepts trace terminology#1390

Open
cosmopolitan033 wants to merge 1 commit into
AgentOps-AI:mainfrom
cosmopolitan033:docs/core-concepts-trace-terminology
Open

docs: update core concepts trace terminology#1390
cosmopolitan033 wants to merge 1 commit into
AgentOps-AI:mainfrom
cosmopolitan033:docs/core-concepts-trace-terminology

Conversation

@cosmopolitan033
Copy link
Copy Markdown

@cosmopolitan033 cosmopolitan033 commented May 22, 2026

Problem

Issue #1173 tracks remaining deprecated session terminology in the docs. The v2 Core Concepts page still linked to /v2/concepts/sessions, but that page does not exist, and its manual examples still used deprecated agentops.start_session(...) terminology.

Solution

  • Rename the Core Concepts section from Sessions to Traces.
  • Point the concept link at the existing /v2/concepts/traces page.
  • Update the manual examples to use agentops.start_trace(...) and trace wording.

Validation

  • git diff --check
  • Verified docs/v2/concepts/traces.mdx exists.
  • Verified docs/v2/concepts/core-concepts.mdx no longer references /v2/concepts/sessions or agentops.start_session(tags=...).

Confidence

82/100 — docs/broken-link + terminology update. The target traces page and public start_trace(trace_name=..., tags=...) signature are present in the repository.

Fixes #1173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Audit and fix remaining deprecated session terminology in documentation

1 participant