ReportGeneratorAgent
object ReportGeneratorAgent
Example agent demonstrating a common use case for the Artifact Service: Generated Reports.
This example showcases:
Defining a custom service using
@Toolannotations that invokes theArtifactServiceto save its output.An agent generating a report and using the tool to "persist" the data.
The overarching application using GcsArtifactService as the backend storage provider.