Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.64 KB

File metadata and controls

40 lines (27 loc) · 1.64 KB

EggHatch-AI Tutorial

This repository contains a refreshed tutorial site for EggHatch-AI, an open-source AI shopping agent prototype focused on gaming laptop recommendations, explainable comparison, and local-first agent workflows.

About This Tutorial

This tutorial was automatically generated using the AI Codebase Knowledge Builder tool, which analyzes codebases and creates structured tutorials.

Viewing the Tutorial

You can view this tutorial in two ways:

  1. Online: Visit the GitHub Pages site
  2. Locally: Clone this repository and browse the Markdown files directly

Tutorial Structure

The tutorial is organized into the following chapters:

  1. User Interface (Dashboard)
  2. Master Agent (Orchestrator)
  3. LLM Client
  4. Data Pipeline
  5. Sentiment Analysis Agent
  6. Trend Analysis Agent
  7. Agent State
  8. Prompts
  9. Explainable Comparison
  10. Spec-Driven Workflow

Setting Up GitHub Pages

This repository is configured to use GitHub Pages with Jekyll. To enable GitHub Pages:

  1. Go to the repository settings
  2. Scroll down to the "GitHub Pages" section
  3. Select the "main" branch as the source
  4. Click "Save"

The site will be available at https://austinz21.github.io/EggHatch-AI-Tutorial/