Class StreamingExample

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

public class StreamingExample extends Object
StreamingExample

Demonstrates real-time streaming of agent execution events. Events are emitted as they happen during multi-turn execution.

Usage: OPENAI_API_KEY=sk-... java ai.acolite.agentsdk.examples.StreamingExample

  • Constructor Details

    • StreamingExample

      public StreamingExample()
  • Method Details

    • main

      public static void main(String[] args)