My use case is to implement a Pega GenAI Agent that can, at runtime, help identify the Activities, Data Transforms, Data Pages, and other rules being executed behind a particular screen or case. The agent should also provide contextual information about how these rules are being invoked, their execution flow, and their dependencies.
The current challenge is that there is no readily available tool or API that enables the agent to dynamically discover and retrieve the rules associated with a screen or case at runtime. As a result, the agent lacks visibility into the underlying rule execution context.
can anyone guide me how to make this work through any tool or workaround