Agent

Agent is the Transportable Agent Perl module.
Download

Agent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steve Purkis
  • Publisher web site:
  • http://search.cpan.org/~spurkis/TAP-Formatter-HTML-0.04/lib/TAP/Formatter/HTML.pm

Agent Tags


Agent Description

Agent is the Transportable Agent Perl module. Agent is the Transportable Agent Perl module.SYNOPSIS use Agent; my $a = new Agent( Name => 'path_to_agent.pa', %args ); $a->run();Agent Perl is meant to be a multi-platform interface for writing and using transportable perl agents.A Perl AgentIs any chunk of Perl code that can accomplish some user-defined objective by communicating with other agents, and manipulating any data it obtains.A Perl Agent consists of a knowledge base (variables), a reasoning procedure (code), and access to one or more languages coupled with methods of communication. These languages remain largely undefined, or rather, user-defined; support for KQML/KIF is under development.Developing An AgentNote that the developer must devise the reasoning procedure and knowledge base described above. Agent Perl does not place any restrictions on what you may do; it only tries to make the 'doing' part easier.An agent is written as an inheriting sub-class of Agent. Each agent's class should be stored in a '.pa' file (perl agent), and must contain an agent_main() method. All agents are objects. See the examples for more details, and learn how Agent.pm works so you won't step on its toes! Requirements: · Perl


Agent Related Software