Metadata-Version: 2.1
Name: arps
Version: 0.0.7rc10
Summary: Multi-Agent System framework for managing resource with simulator for self-evaluation
Home-page: https://gitlab.com/arps/arps
Author: Thiago Coelho Prado
Author-email: coelhudo@gmail.com
License: MIT
Description: ARPS: Framework to create and deploy Multi-Agents
        =====================
        
        ARPS is an acronym that comes from the simplest definition of a
        software agent is:
        
        * Autonomous: the ability to run without human interaction
        
        * Reflexive: the ability to act upon events
        
        * Proactive: the ability to make its own decisions
        
        * Social: ability to interact with other agents to better achieve its
          objectives
        
        # Description
        
        ARPS is a framework to create Multi-Agent System (MAS). It provides a
        Discrete Event Simulation component to evaluate the agents'
        behaviour in a controlled environment before deployment in a actual environment.
        
        This framework does not impose any agent model for implementation.
        
        # Developing
        
        See [CONTRIBUTING](CONTRIBUTING.md)
        
        # Example
        
        See how this [example](https://gitlab.com/arps/arps_example_0) uses the ARPS framework
        to monitor computational resources
        
        -----------------
        
        * See [wiki](https://gitlab.com/arps/arps/wikis/home) for more information
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >3.7.0, <3.10.0
Description-Content-Type: text/markdown
