Lux.Company (Lux v0.4.0)
View SourceDefines the core company functionality and structure. A company is the highest-level organizational unit that coordinates agent-based workflows.
Summary
Functions
Assigns an agent to a role.
Assigns an agent to an objective.
Returns a specification to start this module under a supervisor.
Completes an objective.
Marks an objective as failed.
Gets a specific objective by ID.
Gets the artifacts produced by an objective.
Gets the status of an objective.
Gets a specific role by ID.
Updates the status of an objective. This is called by the objective process, not internally.
Lists all objectives in the company.
Lists all roles in the company.
Runs a company with the given configuration. This starts all necessary processes and initializes the company state.
Runs an objective in the company.
Starts a company with the given configuration.
Starts an objective.
Updates the progress of an objective.
Types
Functions
Assigns an agent to a role.
Assigns an agent to an objective.
Returns a specification to start this module under a supervisor.
See Supervisor
.
Completes an objective.
Marks an objective as failed.
Gets a specific objective by ID.
Gets the artifacts produced by an objective.
Gets the status of an objective.
Gets a specific role by ID.
Updates the status of an objective. This is called by the objective process, not internally.
Lists all objectives in the company.
Lists all roles in the company.
Runs a company with the given configuration. This starts all necessary processes and initializes the company state.
Options
:router
- The signal router to use for agent communication (required):hub
- The agent hub to use for agent management (required):timeout
- Timeout for agent initialization (default: 30_000)
Runs an objective in the company.
Starts a company with the given configuration.
Starts an objective.
Updates the progress of an objective.