-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log Agents In The Agent Server #2309
Conversation
Signed-off-by: Future-Outlier <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2309 +/- ##
==========================================
- Coverage 83.48% 75.95% -7.54%
==========================================
Files 324 180 -144
Lines 24720 18134 -6586
Branches 3517 3547 +30
==========================================
- Hits 20637 13773 -6864
- Misses 3451 3763 +312
+ Partials 632 598 -34 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@pingsutw |
* Log Agents In The Agent Server Signed-off-by: Future-Outlier <[email protected]> * add tests Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: Kevin Su <[email protected]> * nit Signed-off-by: Kevin Su <[email protected]> --------- Signed-off-by: Future-Outlier <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: Kevin Su <[email protected]> Signed-off-by: Jan Fiedler <[email protected]>
Tracking issue
flyteorg/flyte#3936
Why are the changes needed?
Let users can observe available agents in the agent pod.
What changes were proposed in this pull request?
add a function
print_agents_metadata
How was this patch tested?
pyflyte serve agent
command to print output to the terminal.Setup process
pyflyte serve agent
Screenshots
Check all the applicable boxes