diff --git a/docs/course/agents/01-introduction.mdx b/docs/course/agents/01-introduction.mdx index f02853b..e90094f 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 0666783..7f83e02 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 4944ad8..f08a850 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 3bcc925..1e71be7 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)