Difference between revisions of "Crime Scene Bots"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
The CSI Lab Crime Scene Bots are the brainchild of [[Angela Talamasca]]. Their underlying code base is built upon the [lib.openmetaverse.org/ LibOpenMetaverse] frame work with hooks into the original Test Client.  To ensure scalability and extensibility the bots interact with a data gateway which seamlessly accesses multiple persistent data stores such as sql databases, excel workbooks, and text files. Additionally, the bot factory has been designed to dynamically generate a variety of functional classes, including but not limited to liasons, presenters, instructors, curators, and crime scene crash test dummies. The integrated search feature relies upon the [http://code.google.com/apis/soapsearch/ Google SOAP service] and is designed to scour this wiki as well as the [[Knowledge Base]] for answers to visitor queries. Navigation is a combination of random paths interspersed with random sits & waits, and predefined waypoints. Complex navigation is based upon [http://en.wikipedia.org/wiki/Simulated_annealing simulated annealing] concepts. The chatbot interface presently relies upon [http://www.pandorabots.com pandorabots], though this will eventually be replaced by proprietary conversational AI software that was featured in .Net magazine in the spring of 2005.
The CSI Lab Crime Scene Bots are the brainchild of [[Angela Talamasca]]. Their underlying code base is built upon the [http://lib.openmetaverse.org/ LibOpenMetaverse] frame work with hooks into the original Test Client.  To ensure scalability and extensibility the bots interact with a data gateway which seamlessly accesses multiple persistent data stores such as sql databases, excel workbooks, and text files. Additionally, the bot factory has been designed to dynamically generate a variety of functional classes, including but not limited to liasons, presenters, instructors, curators, and crime scene crash test dummies. The integrated search feature relies upon the [http://code.google.com/apis/soapsearch/ Google SOAP service] and is designed to scour this wiki as well as the [[Knowledge Base]] for answers to visitor queries. Navigation is a combination of random paths interspersed with random sits & waits, and predefined waypoints. Complex navigation is based upon [http://en.wikipedia.org/wiki/Simulated_annealing simulated annealing] concepts. The chatbot interface presently relies upon [http://www.pandorabots.com pandorabots], though this will eventually be replaced by proprietary conversational AI software that was featured in .Net magazine in the spring of 2005.

Revision as of 03:33, 26 May 2009

The CSI Lab Crime Scene Bots are the brainchild of Angela Talamasca. Their underlying code base is built upon the LibOpenMetaverse frame work with hooks into the original Test Client. To ensure scalability and extensibility the bots interact with a data gateway which seamlessly accesses multiple persistent data stores such as sql databases, excel workbooks, and text files. Additionally, the bot factory has been designed to dynamically generate a variety of functional classes, including but not limited to liasons, presenters, instructors, curators, and crime scene crash test dummies. The integrated search feature relies upon the Google SOAP service and is designed to scour this wiki as well as the Knowledge Base for answers to visitor queries. Navigation is a combination of random paths interspersed with random sits & waits, and predefined waypoints. Complex navigation is based upon simulated annealing concepts. The chatbot interface presently relies upon pandorabots, though this will eventually be replaced by proprietary conversational AI software that was featured in .Net magazine in the spring of 2005.