Long running Agent #220
Unanswered
jamesespichanucsp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
I want to confirm my understanding of how AX behaves when deployed on Kubernetes.
Based on the GitHub documentation, my understanding is:
My question is: if I close my local terminal or stop the kubectl port-forward, does the agent continue running inside Kubernetes?
And later, can I reconnect using kubectl port-forward again and run the AX CLI with --resume and --last-seq to review the outputs produced by the agent while I was disconnected?
For example
ax exec \ --conversation d85a4b4e-c53b-4c84-b879-f10d905bce40 \ --last-seq 2 \ --resumeIs that the expected behavior?
All reactions