Completed
- - Buddy - Conversation & Chat
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Coding a Rust OpenAI Assistant CLI from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 - - Intro
- 2 - - Dependencies
- 3 - - Rust - Error Model "Trick"
- 4 - - AI Service - Client
- 5 - - Assistant - Create
- 6 - - Assistant - Load or Create find assistant by name
- 7 - - Assistant - Upload Instructions
- 8 - - Assistant - Create Thread
- 9 - - Assistant - Run Thread
- 10 - - Assistant - First Run Thread / Message
- 11 - - Buddy - Config & Data Dir
- 12 - - Utils - Files parsing, bundling
- 13 - - Utils - Term prompts and icons
- 14 - - Buddy - Init from dir
- 15 - - Buddy - Upload Instructions
- 16 - - Buddy - Conversation & Chat
- 17 - - Prompt - Command / Loop
- 18 - - First Prompt Test
- 19 - - Assistant/Buddy - Upload Bundle
- 20 - - Assistant Delete
- 21 - - Final Demo / Test