Add Skill: agent-creation-and-management

Extracted from: https://github.com/pipeshub-ai/pipeshub-ai.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 15:45:29 +00:00
parent 5f917f4121
commit eb6be00602
5 changed files with 125 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: agent-creation-and-management
## Usage Example
```python
# How to use this skill
# Inputs: Agent name with description, Action to perform (e.g., 'Gather facts about a company')
# Process: 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
# Outputs: Agent created and deployed, Access URL for the new agent
```