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

Issue about Logging Custom Metadata and Adding Filters #132

Open
ChinmayBH opened this issue Dec 3, 2024 · 1 comment
Open

Issue about Logging Custom Metadata and Adding Filters #132

ChinmayBH opened this issue Dec 3, 2024 · 1 comment

Comments

@ChinmayBH
Copy link

Hello Team,

I have a query regarding the customization of metadata logging within Agentneo. Specifically:

Is it possible to log custom metadata during the workflow?
Can we implement data filtering for custom data logging, and if so, how can this be achieved?
I would appreciate any documentation, examples, or guidance on configuring these features if available.

Thank you for your support!

Best regards,
Chinmay Bhalerao

@kiranscaria
Copy link
Contributor

@ChinmayBH Custom Metadata logging isn't added yet. It is definitely possible to do so. These are the places where you would need to make changes :

  1. If the metadata is at project level, you will need to update the Tracer class to receive the metadata variable, here . For metadata concerning, LLMs, Tools, Agents, you will need to update the respective classes.
  2. You would then need to add support for the additional column in the database. This can be done [here:] (https://github.com/raga-ai-hub/AgentNeo/blob/main/agentneo/data/data_classes.py)

Let mw know if you are interested to pick this up

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