Kvasir AgentServer v0.0.5 Kvasir.AgentServer View Source

Documentation for Kvasir.AgentServer.

Link to this section Summary

Functions

Default ports to use for agents command handlers.

Default control port for Kvasir AgentServer.

Link to this section Types

Specs

agent() :: %{
  server: id(),
  id: String.t(),
  agent: module(),
  partition: String.t(),
  opts: Keyword.t()
}

Specs

id() :: atom() | reference()

Specs

status() :: :unknown | :ready | :reconfiguring | :starting

Link to this section Functions

Specs

child_spec(opts :: Keyword.t()) :: Supervisor.child_spec()

Documentation for Kvasir.AgentServer.

Specs

default_agent_ports() :: [pos_integer()]

Default ports to use for agents command handlers.

Commonly:

  • 9397
  • 9399
  • 9733
  • 9737
  • 9739
  • 9773
  • 9777
  • 9779
  • 9793
  • 9797
  • 9799
  • 9933
  • 9937
  • 9939
  • 9973
  • 9977
  • 9979
  • 9993
  • 9997
  • 9999

Specs

default_control_port() :: pos_integer()

Default control port for Kvasir AgentServer.

Commonly: 9393