This is a homework project for the Hypermode Workshop organized by Torc.
This project is a book suggestion agent that utilizes the Hypermode platform to provide personalized book recommendations based on user preferences. It integrates with the OpenAI API to analyze user input and suggest books accordingly.


# Clone the repository
git clone https://github.com/amelia2802/book-suggestion-agent.git
cd book-suggestion-agent
# Install dependencies
npm install
npm install -g @hypermode/hyp-cli
# Login to Hypermode
# Make sure you have a Hypermode account and OpenAI API key, create a .env file in root folder and place your api key there
```MODUS_OPENAI_API_KEY= your_openai_api_key```
hyp dev
hyp login
To run the book suggestion agent, follow these steps:
# Start the Hypermode development environment
modus dev
# Go to the following address and check by entering the genre
http://localhost:8686/explorer/
- Node.js - v22 or higher
- go version >= 1.20
- TinyGo
- Hypermode CLI
- Hypermode account
- OpenAI API key
- Modus SDK
- Node.js
Created as part of the Hypermode Workshop by Torc.