Vikit-ai / sdk

Vikit.ai SDK let you develop easily video generators leveraging generative AI and other AI models.
https://vikit.ai
Apache License 2.0
31 stars 4 forks source link

Set-up telemetry infrastructure #9

Open jeffmac-aix opened 2 months ago

jeffmac-aix commented 2 months ago

As a developer, I want to send telemetry to some external platform that I don't really need to know. I just want sending information I need to see how features are used, how long did the feature took to execute, possibly some interesting parameters to help debug

jeffmac-aix commented 1 month ago

Capture which build events on which prompt and which composite hierarchy. Will start using the Cloud API's infrastructure

jeffmac-aix commented 1 month ago

did try using Posthog however we need to use private keys, so this could be implemented in the SDK . TODO: see how this has been implemented in other OSS frameworks like langchain or haystack