Dooders / Experiments

Repository for all specific experiments and tests
0 stars 0 forks source link

Refactor agents module #15

Closed csmangum closed 1 week ago

csmangum commented 1 week ago

This pull request introduces a significant change by renaming the IndividualAgent class to IndependentAgent across the codebase. It also includes some refactoring and updates to the configuration and data collection processes to reflect this change.

Renaming and Refactoring:

New Class and Import Changes:

Configuration and Data Collection Updates:

CLI and Main Script Changes:

Test Updates:

Overall, these changes ensure that the new IndependentAgent class is properly integrated and that all references to the old IndividualAgent class are updated accordingly.