eb6be00602
Extracted from: https://github.com/pipeshub-ai/pipeshub-ai.git Score: 1.0
11 lines
460 B
Markdown
11 lines
460 B
Markdown
# 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
|
|
```
|