Skip to content

Conversation

@owenlin0
Copy link
Contributor

@owenlin0 owenlin0 commented Nov 11, 2025

Added a quick overview of what it takes to send a message and get a model response via app-server APIs.

@owenlin0 owenlin0 force-pushed the owen/add_lifecycle_overview_to_readme branch 2 times, most recently from b586232 to 16d9094 Compare November 11, 2025 19:40
@owenlin0 owenlin0 force-pushed the owen/add_lifecycle_overview_to_readme branch from 16d9094 to 5d49e61 Compare November 11, 2025 19:40
@owenlin0 owenlin0 marked this pull request as ready for review November 11, 2025 19:42
@etraut-openai etraut-openai added the oai-pr PRs posted by Codex team members label Nov 11, 2025

The JSON-RPC API exposes dedicated methods for managing Codex conversations. Threads store long-lived conversation metadata, and turns store the per-message exchange (input → Codex output, including streamed items). Use the thread APIs to create, list, or archive sessions, then drive the conversation with turn APIs and notifications.

### Lifecycle overview
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks, this is certainly an improvement, but we should consider a Mermaid diagram a la https://modelcontextprotocol.io/specification/2025-06-18/basic/lifecycle

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

Labels

oai-pr PRs posted by Codex team members

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants