Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70721ea

Browse files
committed
Removed unnecessary parts and improved the closing of the page
1 parent 155bbc0 commit 70721ea

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/agent-studio/build-agents/agent-overview.mdx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,10 @@ You can create your first agent in a few steps:
6565

6666
1. Go to your [dashboard](https://app.smythos.com) and create a new agent, or remix one from the [template gallery](/docs/agent-templates/overview).
6767
2. Add an [Agent Skill](/docs/agent-studio/components/base/agent-skill) to define how the agent should behave.
68-
3. Connect components using the [Studio Canvas](/docs/agent-studio/key-concepts/canvas) to structure your logic.
69-
4. Configure the prompts, inputs, and memory settings for dynamic behavior.
68+
3. Connect components on the [Studio Canvas](/docs/agent-studio/key-concepts/canvas) to structure your workflows.
69+
4. Configure the prompts, inputs, and outputs, and [agent settings](/docs/agent-studio/manage-agents/overview)for dynamic behavior.
7070

71-
Once your agent is ready, you can publish and interact with it using the API.
72-
73-
```bash
74-
curl -X POST https://api.smythos.com/v1/agents/{agent_id}/run \
75-
-H "Authorization: Bearer $SMYTH_API_KEY" \
76-
-H "Content-Type: application/json" \
77-
-d '{"inputs": {"query": "Generate five tagline ideas for SmythOS"}}'
78-
```
71+
Once your agent is ready, you can [test](/docs/agent-studio/build-agents/agent-overview) and [deploy](/docs/agent-deployments/overview) it.
7972

8073
<InfoCallout title="Want to test visually?">
8174
Use the built-in [Form Preview](/docs/agent-studio/build-agents/debugging#testing-with-form-preview) feature to simulate input and see the agent’s full response without writing any code.

0 commit comments

Comments
 (0)