Class HelloWorldAgent

java.lang.Object
com.example.helloworld.HelloWorldAgent

public class HelloWorldAgent extends Object
Implements a simple agent that can roll a die and check prime numbers.
  • Field Details

    • ROOT_AGENT

      public static final LlmAgent ROOT_AGENT
  • Method Details

    • rollDie

      public static com.google.common.collect.ImmutableMap<String,Object> rollDie(int sides, ToolContext toolContext)
    • checkPrime

      public static com.google.common.collect.ImmutableMap<String,Object> checkPrime(List<Integer> nums)