Add Skill: agent-creation-and-management
Extracted from: https://github.com/pipeshub-ai/pipeshub-ai.git Score: 1.0
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "agent-creation-and-management",
|
||||
"version": "1.0.0",
|
||||
"goal": "Create and manage workplace AI agents using PipesHub's no-code agent builder.",
|
||||
"inputs": [
|
||||
"Agent name with description",
|
||||
"Action to perform (e.g., 'Gather facts about a company')"
|
||||
],
|
||||
"steps": [
|
||||
"Step 1: Open the PipesHub UI at http://localhost:3000",
|
||||
"Step 2: Navigate to the Agents section and click on 'Create Agent'",
|
||||
"Step 3: Enter the agent name and description in the form",
|
||||
"Step 4: Define the actions for the agent, such as 'Gather facts about a company', using PipesHub's no-code interface",
|
||||
"Step 5: Save and deploy the agent"
|
||||
],
|
||||
"outputs": [
|
||||
"Agent created and deployed",
|
||||
"Access URL for the new agent"
|
||||
],
|
||||
"failure_modes": [
|
||||
"If the agent creation fails due to missing required fields, ensure all necessary details are provided correctly"
|
||||
],
|
||||
"confidence": 0.95,
|
||||
"explanation": "This workflow is specific but can be adapted for different agents and actions within PipesHub's platform.",
|
||||
"source_repo": "https://github.com/pipeshub-ai/pipeshub-ai.git",
|
||||
"score": 1.0
|
||||
}
|
||||
Reference in New Issue
Block a user