You can also inject tags into the context of your code. This is useful if you want to tag all the queries that are related to a specific feature or a specific company.
Coming soon
import lunary
# Method2: everything inside the with statement will have tags2 and tags3
with lunary.tags(["tag2", "tag3"]):
my_agent()