> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillbridgedev.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Agents Overview

> Comprehensive AI-powered assistants for educational tasks in SkillShop

# AI Agents in SkillShop

SkillShop's AI agent system provides powerful, specialized assistants that can perform complex educational tasks like curriculum design, content creation, assessment generation, and learning support. These agents combine advanced language models with specialized tools to deliver intelligent, context-aware assistance.

<CardGroup cols={2}>
  <Card title="System Agents" icon="robot" href="/agents/system-agents">
    Pre-built specialists for common educational tasks
  </Card>

  <Card title="Custom Agents" icon="wrench" href="/agents/creating-agents">
    Create your own agents tailored to specific needs
  </Card>

  <Card title="Workflow Agents" icon="workflow" href="/agents/workflow-agents">
    Orchestrate multiple agents for complex processes
  </Card>

  <Card title="Agent Tools" icon="tools" href="/agents/tools">
    Powerful capabilities agents can use to access data and perform actions
  </Card>
</CardGroup>

## What Are AI Agents?

AI agents in SkillShop are specialized AI assistants designed for specific educational tasks. Each agent combines:

* **Dynamic System Prompts**: Define the agent's personality, expertise, and behavior with template variables for personalized responses
* **Language Models**: Power the agent's reasoning and communication abilities
* **Tools**: Enable agents to access data, search content, create assessments, and more
* **Memory**: Maintain context across conversations for continuity

<Note>
  Think of agents as expert colleagues who specialize in different areas of education - from curriculum design to student tutoring - and can work together on complex projects.
</Note>

## Key Features

### Specialized Expertise

Each agent is designed for specific educational roles:

* **Curriculum Designer**: Creates comprehensive learning paths and educational structures
* **Assessment Designer**: Develops quizzes, tests, and evaluation instruments
* **Content Creator**: Generates educational materials and resources
* **Learning Tutor**: Provides personalized student support and guidance

### Tool Integration

Agents can use powerful tools to:

* Search and analyze educational content
* Access SkillShop's database of topics, skills, and assessments
* Create and manage learning plans and modules
* Generate code, documents, and multimedia content
* Integrate with external services like Google Sheets and Google Docs

### Conversational Intelligence

* Maintain context across multiple interactions
* Understand complex, multi-part requests
* Provide detailed explanations and reasoning
* Ask clarifying questions when needed

### Workflow Orchestration

Advanced workflow agents can:

* Execute multiple agents in sequence or parallel
* Route tasks to appropriate specialists
* Schedule recurring educational tasks
* Iterate on content until quality standards are met

## Getting Started

<Steps>
  <Step title="Explore System Agents">
    Start by trying the pre-built system agents available in SkillShop. Navigate to the Agents section and explore agents like the Curriculum Designer or Assessment Designer.
  </Step>

  <Step title="Understand Agent Tools">
    Learn about the tools agents can use to access data and perform actions. This will help you understand what agents can accomplish.
  </Step>

  <Step title="Create Custom Agents">
    Once familiar with the system, create your own agents tailored to your specific educational needs and workflows.
  </Step>

  <Step title="Build Workflows">
    Combine multiple agents into workflows for complex, multi-step educational processes.
  </Step>
</Steps>

## Agent Types

### Regular Agents

Standard AI assistants that respond to individual requests using their specialized knowledge and tools. Perfect for:

* Answering questions about educational topics
* Creating individual pieces of content
* Analyzing and evaluating materials
* Providing tutoring and support

### Workflow Agents

Orchestrate multiple agents or execute complex, multi-step processes. Ideal for:

* **Sequential Workflows**: Step-by-step content creation pipelines
* **Scheduled Workflows**: Automated recurring educational tasks
* **Loop Workflows**: Iterative improvement processes
* **Router Workflows**: Intelligent task delegation to appropriate specialists

<Tip>
  Start with regular agents to understand the basics, then explore workflow agents for more complex educational processes.
</Tip>

## Common Use Cases

<AccordionGroup>
  <Accordion title="Curriculum Development">
    Use the Curriculum Designer agent to create comprehensive learning paths, organize topics hierarchically, and structure educational content into coherent progressions.
  </Accordion>

  <Accordion title="Assessment Creation">
    The Assessment Designer can generate quizzes, tests, and evaluation rubrics tailored to specific learning objectives and difficulty levels.
  </Accordion>

  <Accordion title="Content Generation">
    Content Creator agents can produce educational materials, lesson plans, explanations, and multimedia content across various subjects and formats.
  </Accordion>

  <Accordion title="Student Support">
    Learning Tutor agents provide personalized assistance, answer student questions, and adapt explanations to individual learning styles.
  </Accordion>

  <Accordion title="Administrative Tasks">
    Workflow agents can automate routine educational administration like progress tracking, report generation, and curriculum reviews.
  </Accordion>
</AccordionGroup>

## Next Steps

Ready to start using AI agents in SkillShop? Here's what to explore next:

<CardGroup cols={2}>
  <Card title="Try System Agents" icon="play" href="/agents/using-agents">
    Learn how to interact with and use the pre-built system agents
  </Card>

  <Card title="Explore Agent Tools" icon="tools" href="/agents/tools">
    Understand the powerful capabilities agents have access to
  </Card>

  <Card title="Create Custom Agents" icon="plus" href="/agents/creating-agents">
    Build your own specialized agents for unique educational needs
  </Card>

  <Card title="Build Workflows" icon="workflow" href="/agents/workflow-agents">
    Orchestrate multiple agents for complex educational processes
  </Card>
</CardGroup>
