Skip to content

Conversation

@ks6088ts
Copy link
Member

What this PR does / why we need it

  • retrieve chat history from checkpoint

Which issue(s) this PR fixes:

Fixes #184

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
ORGANIZATION=<organization-name>
REPOSITORY=<repository-name>

git clone [email protected]:$ORGANIZATION/$REPOSITORY.git
cd $REPOSITORY
  • Test the code
make ci-test

What to Check

Verify that the following are valid

  • ...

Additional Information

…とりしているが、LangGraph の checkpoint を履歴としてチャットする仕様に変更して欲しい。チャット履歴は LangGraph Agent の messages array を参照して表示してください。
@ks6088ts ks6088ts self-assigned this Oct 14, 2025
@ks6088ts ks6088ts force-pushed the feature/issue-184_retrieve-chat-history-from-checkpoint branch from 0c88ddd to b43df43 Compare October 14, 2025 01:51
…インタフェースから checkpoint を列挙する list_checkpoint、checkpoint を指定してメッセージを出力する list_message サブコマンドを #file:checkpoint_operator.py に実装してください。
@ks6088ts ks6088ts merged commit c16d361 into main Oct 14, 2025
4 of 5 checks passed
@ks6088ts ks6088ts deleted the feature/issue-184_retrieve-chat-history-from-checkpoint branch October 14, 2025 08:00
@ks6088ts ks6088ts restored the feature/issue-184_retrieve-chat-history-from-checkpoint branch October 14, 2025 08:00
@ks6088ts ks6088ts deleted the feature/issue-184_retrieve-chat-history-from-checkpoint branch October 14, 2025 08:00
@ks6088ts ks6088ts mentioned this pull request Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

retrieve chat history from checkpoint

2 participants