Skip to content

APPNEURAL-Plugins/cli-plugin-ai-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@appneural/cli-plugin-ai-agents

Project Overview

This plugin enables agent-based automation and orchestration for the Appneural platform. It allows users to create, manage, and interact with AI agents for a variety of tasks, improving productivity and enabling complex workflows.

Benefits

  • Automate repetitive tasks with intelligent agents
  • Orchestrate multi-step workflows
  • Integrate with other plugins for enhanced capabilities
  • Scalable for enterprise and personal use

Installation

npm add @appneural/cli-plugin-ai-agents

Available Commands (using anx tools)

Command Description
plugin-ai-agents create Create a new AI agent
plugin-ai-agents list List all available agents
plugin-ai-agents run Run a specific agent on a task
plugin-ai-agents status Get the status of an agent
plugin-ai-agents delete Delete an agent
plugin-ai-agents config Configure agent settings

Example Usage

# Create an agent
an tools plugin-ai-agents create "support-bot"

# List agents
an tools plugin-ai-agents list

# Run an agent on a task
an tools plugin-ai-agents run "support-bot" "answer customer query"

# Get agent status
an tools plugin-ai-agents status "support-bot"

# Delete an agent
an tools plugin-ai-agents delete "support-bot"

# Configure agent
an tools plugin-ai-agents config "support-bot" --max-tasks=5

For more details, see the documentation or contact the maintainer.

About

plugin-ai-agents plugin for APPNEURAL CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors