SolrAgentFramework
Container for plug-in agents
Github: https://github.com/SolrSherlock/SolrAgentFramework 

This container provides agents with these classes of services:
  • Access to the SolrAgentCoordinator for retrieving and sending tuples. The base case is fetching Solr documents as they come in. Many agents would perform this task, each doing something different with the document. Returning the different results to agents which combine them is part of a society of agents collective behavior.
  • Access to the Solr database, be it a lone Solr server, or a SolrCloud. Agents do not get direct access to Solr since it might be a cloud and direct access becomes problematic due to sharding.
  • Built-in SemiSpace tuplespace blackboard for local agent coordination
Each agent then hosts whatever services it might need. MockAgent illustrates the code necessary to gain access to the provided services.

Possible future additional services should be up for consideration.
CONTEXT(Help)
-
OpenSherlock Project Â»OpenSherlock Project
Resources Â»Resources
SolrSherlock Code Â»SolrSherlock Code
Agent Architecture Â»Agent Architecture
SolrAgentFramework
Harvesting Agents Â»Harvesting Agents
SolrAgentFramework behaviors? Â»SolrAgentFramework behaviors?
Things to do? Â»Things to do?
What issues face development of the SolrAgentFramework? Â»What issues face development of the SolrAgentFramework?
MergeAgent Â»MergeAgent
MockAgent Â»MockAgent
TellAskAgent Â»TellAskAgent
TSCAgent Â»TSCAgent
Generates outrageously huge log files Â»Generates outrageously huge log files
Create UIMA plug in agents for the proposed Agent Framework Â»Create UIMA plug in agents for the proposed Agent Framework
Create other plug in agents for the proposed Agent Framework Â»Create other plug in agents for the proposed Agent Framework
UIMA Harvester to Topic Map Agent Â»UIMA Harvester to Topic Map Agent
SolrMergeAgent Â»SolrMergeAgent
TopicQuestsSupport Â»TopicQuestsSupport
+Comments (0)
+Citations (0)
+About