diff --git a/src/modules/agent/CMakeLists.txt b/src/agent/CMakeLists.txt similarity index 100% rename from src/modules/agent/CMakeLists.txt rename to src/agent/CMakeLists.txt diff --git a/src/modules/agent/include/agent.hpp b/src/agent/include/agent.hpp similarity index 100% rename from src/modules/agent/include/agent.hpp rename to src/agent/include/agent.hpp diff --git a/src/modules/agent/src/agent.cpp b/src/agent/src/agent.cpp similarity index 100% rename from src/modules/agent/src/agent.cpp rename to src/agent/src/agent.cpp diff --git a/src/modules/agent/tests/CMakeLists.txt b/src/agent/tests/CMakeLists.txt similarity index 100% rename from src/modules/agent/tests/CMakeLists.txt rename to src/agent/tests/CMakeLists.txt