Skip to content

MR/agents-optimalization

Nathan Wijnberg requested to merge poc/agents-optimalization into poc/agents

Optimized the Agent and Agent Manager code, so a user's laptop can work with multiple agents (threads) running on it.

  • Changed the use of the ExecutorService with the ThreadPoolExecutor.
  • Refactored the code of the AgentService class' Run() method.
  • Refactored the Agent class.

Merge request reports