Skip to content

Conversation

habema
Copy link
Contributor

@habema habema commented Sep 23, 2025

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines 1 to 3
# `AdvancedSQLiteSession`

::: agents.extensions.memory.advanced_sqlite_session.AdvancedSQLiteSession

Choose a reason for hiding this comment

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

[P1] Remove reference to nonexistent AdvancedSQLiteSession module

The new API reference page renders agents.extensions.memory.advanced_sqlite_session.AdvancedSQLiteSession, but there is no corresponding module anywhere under agents.extensions.memory (the package only contains encrypt_session.py and sqlalchemy_session.py). MkDocStrings will raise a ModuleNotFoundError and the page cannot build, and the documentation links to a class that is not implemented. Either implement the class or drop the reference so the docs build successfully.

Useful? React with 👍 / 👎.

@habema
Copy link
Contributor Author

habema commented Sep 23, 2025

CI failing as AdvancedSQLiteSession is not yet merged.

@seratch seratch added the documentation Improvements or additions to documentation label Sep 24, 2025
support-designfitout

This comment was marked as off-topic.

@habema habema changed the title DocumentAdvancedSQLiteSession and refactor session docs Document AdvancedSQLiteSession and refactor session docs Sep 28, 2025
@openai openai deleted a comment from support-designfitout Sep 28, 2025
@openai openai deleted a comment from support-designfitout Sep 28, 2025
@seratch seratch marked this pull request as draft September 30, 2025 19:13
@habema habema marked this pull request as ready for review October 2, 2025 11:06
@habema
Copy link
Contributor Author

habema commented Oct 2, 2025

@seratch this is ready to be merged

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Comment on lines 161 to +168
- ドキュメント:
- agents.md
- running_agents.md
- sessions.md
- Sessions:
- sessions/index.md
- sessions/sqlalchemy_session.md
- sessions/encrypted_session.md
- sessions/advanced_sqlite_session.md

Choose a reason for hiding this comment

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

P1 Badge Fix Japanese nav paths for session docs

The navigation for the Japanese locale now references sessions/index.md, sessions/sqlalchemy_session.md, sessions/encrypted_session.md, and sessions/advanced_sqlite_session.md, but only docs/ja/sessions.md exists. Building the docs with the ja locale (or browsing the generated site) will fail because those files are missing. Either restore the original sessions.md entry or add the corresponding translated files before merging.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants