From 6738433b49f27d17b28a9da34c0a8b2a2fae2a23 Mon Sep 17 00:00:00 2001 From: MervinPraison Date: Tue, 11 Mar 2025 09:42:04 +0000 Subject: [PATCH] updates --- docs/course/agents/01-introduction.mdx | 12 ++++++++++++ docs/index.mdx | 13 +++++++++++++ docs/introduction.mdx | 13 +++++++++++++ docs/quickstart.mdx | 13 +++++++++++++ 4 files changed, 51 insertions(+) diff --git a/docs/course/agents/01-introduction.mdx b/docs/course/agents/01-introduction.mdx index f02853b52..e90094fdd 100644 --- a/docs/course/agents/01-introduction.mdx +++ b/docs/course/agents/01-introduction.mdx @@ -51,6 +51,18 @@ This course is perfect for: - Anyone who wants to understand and use AI agents in practical ways Let's begin our journey into the fascinating world of AI agents! + + + diff --git a/docs/index.mdx b/docs/index.mdx index 066678385..7f83e02b1 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -270,6 +270,19 @@ agents.start() +## Playground + + + ## AI Agents Flow ```mermaid diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 4944ad817..f08a850c0 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -312,6 +312,19 @@ agents.start() +## Playground + + + ## Key Features diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 3bcc9255d..1e71be708 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -238,6 +238,19 @@ agents.start() - For other LLM providers, see [Models](/models) +## Playground + + + # Advanced ## Providing Detailed Tasks to Agents (Optional)