monocle2ai / monocle

Monocle is a framework for tracing GenAI app code. This repo contains implementation of Monocle for GenAI apps written in Python.
http://monocle2ai.org
Apache License 2.0
11 stars 5 forks source link

Support new method tracing via configuration at runtime #18

Open prasad-okahu opened 2 months ago

prasad-okahu commented 2 months ago

Currently we support extending tracing for new methods via API. One can pass an array of method details as part of enabling Monocle in the app. We should also support that without code change. This ticket is proposing to enable it via a configuration file.

CC: @oi-raanne , @akshay-okahu