Skip to content

Expose Operator action trace timestamps#178

Open
soon-dubu wants to merge 13 commits into
mainfrom
sp/operator-action-trace-timestamps
Open

Expose Operator action trace timestamps#178
soon-dubu wants to merge 13 commits into
mainfrom
sp/operator-action-trace-timestamps

Conversation

@soon-dubu

@soon-dubu soon-dubu commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary\n\n- Parse required top-level Operator action startTs and endTs into SDK start_ts and end_ts fields.\n- Parse required numeric durationMs into duration_ms.\n- Require UTC ISO 8601 timestamps, monotonic boundaries, and durationMs equal to endTs - startTs.\n- Add the required timing fields to the core wire TypedDict.\n- Keep workflowTrace fixtures aligned with the public UTC ISO timestamp format.\n- Document that the Operator action interval spans the first reasoning attempt through successful backend coroutine return and excludes frontend browser execution.\n\n## Testing\n\n- Action, agent, cloud-browser, and Pyodide cloud-browser tests: 61 passed.\n- Ruff formatting and lint checks passed.\n\n## Codex sibling refs\n\n- caddie: https://github.com/NaradaAI/caddie/pull/6827\n- frontend: https://github.com/NaradaAI/frontend/pull/1967\n- architecture-docs: https://github.com/NaradaAI/architecture-docs/pull/62

Comment thread packages/narada-core/src/narada_core/tracing/model.py Outdated
Comment thread packages/narada-core/src/narada_core/tracing/model.py Outdated
Comment thread packages/narada-core/src/narada_core/models.py Outdated

@xTRam1 xTRam1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's address the comments

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.

2 participants