4 multiagent systems design part 2 the prometheus
play

4. Multiagent Systems Design Part 2: The PROMETHEUS ems (SMA-UPC) - PDF document

4. Multiagent Systems Design Part 2: The PROMETHEUS ems (SMA-UPC) methodology. Javier Vzquez-Salceda q Multiagent Syste SMA-UPC https://kemlg.upc.edu Methodological Extensions to Object-Oriented Approaches A means for agent


  1. 4. Multiagent Systems Design Part 2: The PROMETHEUS ems (SMA-UPC) methodology. Javier Vázquez-Salceda q Multiagent Syste SMA-UPC https://kemlg.upc.edu Methodological Extensions to Object-Oriented Approaches  A means for agent technologies to gain traction within industrial settings may be by being introduced through well-established technologies  The Unified Modeling Language (UML) is gaining wide acceptance for the representation of engineering artifacts stems Design using the object-oriented paradigm  There are several attempts to extend UML so as to encompass agent concepts  In general, building methods and tools for agent-oriented software development on top of their object oriented software development on top of their object-oriented 4. Multiagent Sys counterparts seems appropriate It lends itself to smoother migration between these different  technology generations It improves accessibility of agent-based methods and tools to  the object-oriented developer community which, as of today, prevails in industry. jvazquez@lsi.upc.edu 2

  2. ems (SMA-UPC) The Prometheus Methodology • Phases • Tools • From Prometheus to ROADMAP Multiagent Syste https://kemlg.upc.edu Prometheus  Prometheus, is an iterative methodology covering the complete software engineering process Analysis, Design, Detailed design, Implementation   Aims at the development of intelligent agents (in particular BDI agents) stems Design Uses goals, beliefs, plans, and events.   The resulting specification can be implemented in any agent implementation software that covers such abstractions 4. Multiagent Sys Specially aimed for implementation with JACK   It is evolved out of practical experiences  It is aimed at industrial software development, not researchers jvazquez@lsi.upc.edu 4

  3. Prometheus Overview  Methodology developed over 7-8 years in collaboration with industry partner ( Agent Software ). Feedback from many students and industry partner clients.  Focus on detailed guidance and structure to facilitate tool support. stems Design  Mixture of  graphical notation for overview  (structured) text notation for detail.  Hierarchical and modular. Hierarchical and modular. 4. Multiagent Sys  Prototype tool available and used externally jvazquez@lsi.upc.edu 5 Prometheus Phases  The Prometheus methodology covers three phases  The system specification focuses on identifying the basic functions of the system, along with inputs (percepts), outputs (actions) and their processing (for example, how percepts are to be handled and any stems Design important shared data sources to model the system’s interaction with respect to its changing and dynamic environment)  The architectural design phase subsequent to system specification determines which agents the system will contain and how they will interact contain and how they will interact 4. Multiagent Sys  The detailed design phase describes the internals of each agent and the way in which it will achieve its tasks within the overall system. The focus is on defining capabilities (modules within the agent), internal events, plans and detailed data structures. jvazquez@lsi.upc.edu 6

  4. Prometheus Process Overview stems Design 4. Multiagent Sys jvazquez@lsi.upc.edu 7 Prometheus System Specification Phase Initial system d description i ti System stems Design Stakeholders goals ecification ecification (Actors) stem stem Scenarios Actions, Percepts Functionality 4. Multiagent Sys Spe Spe Sys Sys descriptors Architectural Architectural design design jvazquez@lsi.upc.edu 8

  5. Prometheus System Specification phase  System defined by  Goals: goal diagram goal diagram  Scenarios: user case scenarios S i user case scenarios i i  Functionalities: functionality descriptors functionality descriptors stems Design  System interface with environment described in terms of  actions,  percepts 4. Multiagent Sys  external data  external data jvazquez@lsi.upc.edu 9 Prometheus System Specification phase: Steps (non-sequential!) Start with high-level description of the system (textual)  Identify actors  Identify top-level scenarios for each actor Identify top level scenarios for each actor   Identify inputs/outputs (actions/percepts)  stems Design 4. Multiagent Sys jvazquez@lsi.upc.edu 10

  6. Prometheus System Specification phase: Steps (non-sequential!)  Add a corresponding system goal for each use-case stems Design Order Books check-out books Admin Librarian 4. Multiagent Sys order books process returned books jvazquez@lsi.upc.edu 11 Prometheus System Specification phase: Steps (non-sequential!) Apply Goal Abstraction to system goals  Refine Goal (OR/AND refinement)    Link goals to (sub)scenarios Link goals to (sub)scenarios stems Design Maintain large range of books Scenario how? why? OR Borrow books Order books 4. Multiagent Sys f from other libraries th lib i how ? AND Find cheapest price Organise delivery Log Order jvazquez@lsi.upc.edu 12

  7. Prometheus System Specification phase: Steps (non-sequential!)  Identify the functionalities of the system Idea: identify roles and activities  stems Design 4. Multiagent Sys jvazquez@lsi.upc.edu 13 Prometheus System Specification phase: Steps (non-sequential!)  Develop and refine the Scenarios and sub- scenarios Steps inside a scenario  stems Design consist of: • Incoming event/percept (  receiving functionality) • Message (sender  receiver) 4. Multiagent Sys • Activity or actions (  functionalities) jvazquez@lsi.upc.edu 14

  8. Prometheus Architectural Design Phase System specification artifacts Actions, System Functionality Scenarios Percepts p goals g descriptors p Architectural Architectural stems Design Interaction diagrams Agent Design Design descriptors Conversation System protocols overview De De Ar Ar 4. Multiagent Sys Detailed design Detailed design jvazquez@lsi.upc.edu 15 Prometheus Architectural Design Phase: Agent types  Identify the agent types agent types in the system  Group functionalities to agent types based on cohesion and coupling p g  Group functionalities that are • related based on common sense stems Design • group functionalities that require a lot of the same information: – Data Coupling Diagram Data Coupling Diagram  Do not group functionalities that are • clearly unrelated • exist on different hardware platform 4. Multiagent Sys • security and privacy • Modifiable by different people  Evaluate grouping: • Simple descriptive names (heuristic) • Generate agent acquaintance diagram jvazquez@lsi.upc.edu 16

  9. Prometheus Architectural Design Phase: Data Coupling Diagram stems Design 4. Multiagent Sys jvazquez@lsi.upc.edu 17 Prometheus Architectural Design Phase: Agent Descriptors  Generate Agent Descriptors based on the agent types  How many agents of a each agent type (one, many, dynamic)?  What is the life time of the agent? stems Design  What is the initial state of the agent?  What should be done when agent is killed?  What is the data used/produced by the agent?  To which event the agent should react?  To which event the agent should react? 4. Multiagent Sys jvazquez@lsi.upc.edu 18

  10. Prometheus Architectural Design Phase: Agent Descriptors stems Design 4. Multiagent Sys jvazquez@lsi.upc.edu 19 Prometheus Architectural Design Phase: System Overview Diagram stems Design 4. Multiagent Sys Key jvazquez@lsi.upc.edu 20

  11. Prometheus Detailed Design Phase Architectural design artifacts Conversation System Agent p protocols overview descriptors p iled Design Design Agent stems Design Capability Process overview descriptors diagrams iled 4. Multiagent Sys Detai Detai Capability Event Data Plan overview descr. descr. descr. Implementation Implementation jvazquez@lsi.upc.edu 21 Prometheus Detailed Design Phase  The details of the agent internals are developed  Defined in terms of capabilities, data, events and plans  Process diagrams are used as stepping stone between interaction protocols and plans interaction protocols and plans  Steps (I) stems Design  Develop the internal structure of individual agents  Identify the capability of each agent (start with functionalities)  Generate capability descriptors capability descriptors Name : Delivery Problem Handling 4. Multiagent Sys External interface to the capability: events used/produced Natural language description: Respond if books are not in stock Interaction with other capabilities : Transport capability Data used/produced by the capability: Note problem to transport capability Inclusion of other capabilities: None  Generate agent overview diagrams agent overview diagrams jvazquez@lsi.upc.edu 22

  12. Prometheus Detailed Design Phase: Agent Overview Diagrams stems Design 4. Multiagent Sys Key jvazquez@lsi.upc.edu 23 Prometheus Detailed Design Phase: Agent Overview Diagrams stems Design 4. Multiagent Sys Key jvazquez@lsi.upc.edu 24

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend