Module delegation

Module delegation 

Source
Expand description

This module implements a delegation system for the agent.

Modules§

transport
definition of a transport module for the delegation
transport_messages
Definition of messages exchanged by the transport layer.

Structs§

CFP
Represents a call for proposal
ModulePrivateInterface
Proposal
Represents a proposal to complete a CFP.

Enums§

InputMessage
Input message from the delegation module
OutputMessage
Output message from the delegation module
Status
Enum representing the statuts of a delegation and its execution

Traits§

Task
Base trait for representing tasks in the delegation

Type Aliases§

ModuleInterface
Module interface for the delegation modue