Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Stream AI Tutorial Projects

This directory contains tutorial projects that demonstrate how to integrate AI capabilities with Stream's Chat and Video SDKs. Each subdirectory corresponds to a specific AI implementation or tutorial from getstream.io.

Included Projects

iOS_AI_Assistant

A Swift/SwiftUI implementation of an AI assistant integrated with Stream Chat, demonstrating:

  • Natural language processing
  • Context-aware AI responses
  • Real-time chat with AI assistance
  • RAG (Retrieval Augmented Generation) implementation

Multi-Agent-AI

A project showcasing multi-agent AI systems with Stream, featuring:

  • Multiple AI agents working together
  • Agent-to-agent communication
  • Human-in-the-loop workflows
  • Specialized AI agents for different tasks

Tutorial Links

Getting Started

Each project has specific setup instructions, but generally require:

  1. A Stream account with API credentials
  2. Access to an AI provider (OpenAI, Anthropic, etc.)
  3. Programming language-specific dependencies
  4. Configuration of environment variables for API keys

To run a specific project:

  1. Navigate to the project directory
  2. Install the required dependencies
  3. Set up your API credentials
  4. Follow the project-specific instructions

Try Stream for Free

Ready to add AI capabilities to your chat or video application?

  1. Sign up for a free Stream account - No credit card required
  2. Check out our AI documentation - Comprehensive guides
  3. Join our Discord community - Connect with other developers and the Stream team

Additional Resources