-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Question
What's the best way to route tracing destination for different agents?
I'm using Langfuse for tracing
initialization insturction is the following
from pydantic_ai.agent import Agent
Agent.instrument_all()but my goal is that if I have two agents - I want one to trace to one server, and 2nd to other
agent1 = Agent('gpt-4o') # This should send traces to https://langfuseserver1.com/
agent2 = Agent('somelocalmodel') # This should send traces to https://langfuseserver2.com/Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested