Interface Config.AgentConfig

All Known Implementing Classes:
Config.DeepResearchAgentConfig, Config.DynamicAgentConfig
Enclosing class:
Config

public static sealed interface Config.AgentConfig permits Config.DynamicAgentConfig, Config.DeepResearchAgentConfig
Sealed interface for agent configurations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of the agent.
  • Method Details

    • type

      String type()
      Returns the type of the agent.
      Returns:
      The agent type.