Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Integration with Mirascope Framework #3109

Open
ramon-prieto opened this issue Nov 28, 2024 · 1 comment
Open

Feature Request: Integration with Mirascope Framework #3109

ramon-prieto opened this issue Nov 28, 2024 · 1 comment

Comments

@ramon-prieto
Copy link

ramon-prieto commented Nov 28, 2024

Background

Currently, the weave.op() decorator does not capture internal Mirascope calls or their associated costs. This creates a gap in observability.

Current Behavior

  • Internal Mirascope calls are executed but not logged
  • Cost information for these operations is not tracked

Desired Behavior

  • Log all internal Mirascope calls with their:
    • Operation name
    • Input/output
    • Execution time
    • Cost (tokens used)
  • Provide ability to trace the full call hierarchy including nested Mirascope operations
@ramon-prieto ramon-prieto changed the title Integration with Mirascope Framework [Feature Request]: Integration with Mirascope Framework Nov 28, 2024
@ramon-prieto ramon-prieto changed the title [Feature Request]: Integration with Mirascope Framework Feature Request: Integration with Mirascope Framework Nov 28, 2024
@andrewtruong
Copy link
Collaborator

Hey @ramon-prieto , we don't have this on our roadmap atm, but happy to accept contrib!

Here's an example external contrib from NotDiamond:
#2606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants