From eb25afc9c26866b5363ca9916a8f7068d719013a Mon Sep 17 00:00:00 2001 From: Jarrod Barnes Date: Wed, 15 Jan 2025 12:41:43 -0500 Subject: [PATCH] updated README --- README.md | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index df3eb1c..7222c73 100755 --- a/README.md +++ b/README.md @@ -13,30 +13,12 @@ A production-ready starter kit for building AI-powered agents and multi-agent sw ## Table of Contents 1. [Overview](#overview) 2. [Features](#features) - - [Swarm Intelligence](#-swarm-intelligence) - - [Interactive Voice Assistant](#-interactive-voice-assistant) - - [Multi-Agent Strategy](#-multi-agent-strategy) - - [Chat Interface](#-chat-interface) 3. [Getting Started](#-getting-started) - - [Prerequisites](#prerequisites) - - [Quick Start](#quick-start) - - [Environment Setup](#environment-setup) - - [Running Demos](#running-demos) 4. [Core Components](#-core-components) - - [System Architecture](#system-architecture) - - [Agent Types](#agent-types) - - [Integration Points](#integration-points) 5. [Interactive Features](#-interactive-features) - - [Voice Commands](#voice-commands) - - [Chat Commands](#chat-commands) - - [Strategy Development](#strategy-development) -6. [Development Guide](#-development-guide) - - [Creating Agents](#creating-agents) - - [Building Strategies](#building-strategies) - - [Testing](#testing) -7. [Examples](#-examples) -8. [Documentation](#-documentation) -9. [Contributing](#-contributing) +6. [Examples](#-examples) +7. [Documentation](#-documentation) +8. [Contributing](#-contributing) ## Overview