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.
- Automate repetitive tasks with intelligent agents
- Orchestrate multi-step workflows
- Integrate with other plugins for enhanced capabilities
- Scalable for enterprise and personal use
npm add @appneural/cli-plugin-ai-agents| 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 |
# 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=5For more details, see the documentation or contact the maintainer.