This project is a simple AI assistant built as part of MLH Global Hack Week (API Challenge).
It demonstrates the core workflow of an AI assistant system using Backboard concepts.
- Create an AI Assistant
- Start a conversation thread
- Send a message
- Generate a response
- Simulated assistant workflow
- Python 🐍
- An assistant is created with a unique ID
- A conversation thread is initialized
- The user sends a message
- The assistant generates a response
git clone https://github.com/ravi-kumar-t/backboard-ghw.git
cd backboard-ghw
python main.pyThe goal of this project is to understand how AI assistants work internally, including:
- Assistant creation
- Conversation handling
- Message-response flow
The assistant behavior is simulated to match the Backboard workflow due to limited public API availability.
Built during MLH Global Hack Week (GHW).
- GitHub: https://github.com/ravi-kumar-t