Skip to content

Commit

Permalink
feat: add doc specific to Scouting Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampagn committed Oct 24, 2023
1 parent c274e6c commit c7a61d0
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@

class ScoutingJobStatusAgent(AgentModule):
"""
The specific agents must provide the following methods:
- initialize() for initial settings
- beginExecution()
- execute() - the main method called in the agent cycle
- endExecution()
- finalize() - the graceful exit of the method, this one is usually used
for the agent restart
This agent checks for jobs with Scouting status
and manages the job status in relation to associated scout jobs
"""

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit c7a61d0

Please sign in to comment.