NAME

Agent - A plugin execution platform

SYNOPSIS

use MYDan::Agent;

my $agent = MYDan::Agent->new( '/path/file' );

$agent->run();

METHODS

run()

Loads query from STDIN, runs query, and dumps result in YAML to STDOUT.

See MYDan::Agent::Query.