Metadata-Version: 2.1
Name: arps
Version: 0.0.3
Summary: Multi-Agent System (MAS) Framework for managing resource;It also providers a discrete event simulator component to evaluate agents before deploying them
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 an
        software agent is:
        
        * Autonomous: ability to run without human interaction
        
        * Reflexive: ability to act upon events
        
        * Proactive: 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
        Discreve Event Simulation component for evaluation of the agents
        behaviour before deployment on a real environment.
        
        This framework does not impose any agent model for implementation.
        
        -----------------
        
        * 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
Requires-Python: >3.7.0
Description-Content-Type: text/markdown
