Serialized Form


Package net.openai.ai.agent

Class net.openai.ai.agent.Agent implements Serializable

Serialized Fields

spawnHostName

java.lang.String spawnHostName
The host machine name that spawned the agent.

spawnHostIP

java.lang.String spawnHostIP
The host machine IP that spawned the agent.

spawnTime

long spawnTime
The local time that the agent was spawned in milliseconds.

agentNumber

long agentNumber
The number of the agent created on the local host.

Class net.openai.ai.agent.DaemonDescription implements Serializable

Serialized Fields

address

java.lang.String address
The IP address of the remote Daemon.

host

java.lang.String host
The hostname of the remote Daemon.

port

int port
The port of the remote Daemon.

services

java.lang.String[] services
A list of known services for the remote Daemon.

Class net.openai.ai.agent.DaemonService implements Serializable

Serialized Fields

isPublic

boolean isPublic
Indicates whether or not this is a "public" service or not.

Class net.openai.ai.agent.MobileAgent implements Serializable