Description
AgentCore Starter Toolkit had a feature to view spans and traces for a session. It also downloaded spans to a JSON file while running on-demand evaluation. AgentCore CLI restricts these features to viewing traces across sessions and downloading a single trace.
Trace IDs are auto-generated and it's difficult to correlate them to Runtime session IDs. It would be simpler if I can list/view all the traces for a session and download all traces for a session.
Acceptance Criteria
Additional Context
No response
Description
AgentCore Starter Toolkit had a feature to view spans and traces for a session. It also downloaded spans to a JSON file while running on-demand evaluation. AgentCore CLI restricts these features to viewing traces across sessions and downloading a single trace.
Trace IDs are auto-generated and it's difficult to correlate them to Runtime session IDs. It would be simpler if I can list/view all the traces for a session and download all traces for a session.
Acceptance Criteria
traces listcommandtraces getcommand that allows downloading all spans for a sessionAdditional Context
No response