LemonGateway.Project (lemon_gateway v0.1.0)

View Source

Represents a project configuration.

Projects define a root directory for running agents and can specify a default engine to use for jobs bound to this project.

Summary

Types

t()

@type t() :: %LemonGateway.Project{
  default_engine: String.t() | nil,
  id: String.t(),
  root: String.t()
}