Class TracingExample

java.lang.Object
ai.acolite.agentsdk.examples.TracingExample

public class TracingExample extends Object
TracingExample

Demonstrates the tracing system with console output. Shows how to create traces, spans, and use the ConsoleTraceProcessor.

This example doesn't require an OpenAI API key - it just demonstrates the tracing infrastructure.

Usage: java ai.acolite.agentsdk.examples.TracingExample

  • Constructor Details

    • TracingExample

      public TracingExample()
  • Method Details

    • main

      public static void main(String[] args)