Components
Tracer
Features
Usage
from agentneo import Tracer
tracer = Tracer(session=neo_session)
tracer.start()
@tracer.trace_llm("my_llm")
def llm_function(): pass
@tracer.trace_tool("my_tool")
def tool_function(): pass
tracer.stop()Dashboard
Features
Access
Storage
Features
Configuration
Last updated