ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahx_5.4.0.1/rzahxable.htm

67 lines
4.4 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="ABLE agents" />
<meta name="abstract" content="The Intelligent Agents console for iSeries Navigator works with Agent Building and Learning Environment (ABLE) agents." />
<meta name="description" content="The Intelligent Agents console for iSeries Navigator works with Agent Building and Learning Environment (ABLE) agents." />
<meta name="DC.Relation" scheme="URI" content="rzahxagentconcepts.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxagentdevelop.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzahxable" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>ABLE agents</title>
</head>
<body id="rzahxable"><a name="rzahxable"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">ABLE agents</h1>
<div><p>The Intelligent Agents console for <span class="keyword">iSeries™ Navigator</span> works
with Agent Building and Learning Environment (ABLE) agents.</p>
<p>ABLE agents are Java™ objects capable of automating tasks
through the use of rule-based reasoning and learning certain behaviors over
time by using data mining algorithms contained in the ABLE component library.
ABLE is a Java framework and toolkit used for building multiagent
intelligent autonomic systems, and provides specific support for developing
agents that work with the <span class="keyword">iSeries Navigator</span> Intelligent
Agent platform and console. Intelligent agents developed using ABLE can have
the following capabilities:</p>
<ul><li>Learn from experience and predict future states</li>
<li>Analyze metric data using classification and clustering algorithms to
detect complex states and diagnose problems</li>
<li>Interface with other autonomic components via web services</li>
<li>Reason using domain-specific Java application objects</li>
<li>Use powerful machine reasoning, including: Boolean forward and backward
chaining, predicate logic (Prolog), Rete'-based pattern match, and fuzzy systems</li>
<li>Have autonomous (proactive) behavior and goals</li>
<li>Correlate events into situations, reason, and take actions</li>
</ul>
<p>The ABLE toolkit contains several examples of how to design your own agent,
and an <span class="keyword">iSeries</span> template agent
is included that you can use as a model when developing your own agent. To
create an agent that can be fully managed from the console, the agent should
extend <span class="uicontrol">AbleEServerDefaultAgent</span>.</p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahxagentconcepts.htm" title="The Intelligent Agents console uses ABLE agents running on or across a distributed agent platform. Find out more about ABLE agents, and the agent services that make up the distributed platform.">Intelligent Agent concepts</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzahxagentdevelop.htm" title="Create and customize your own agent to perform the tasks that you desire. The ABLE toolkit and its associated documentation provide a working development environment and a template agent that can be used as a guide for developing your own agents.">Develop Agents</a></div>
</div>
</div>
</body>
</html>