Install the SDK to start capturing traces from your AI agents
from agentlens import init, trace init( api_key="your-api-key" ) @trace def my_agent(): return "Hello, AgentLens!"