Skip to content

Book Suggestion Modus Agent that fetches data according to user input and generate spoiler free description

Notifications You must be signed in to change notification settings

amelia2802/book-suggestion-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Suggestion Agent

This is a homework project for the Hypermode Workshop organized by Torc.

banner

Table of Contents

Overview

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.

Screenshot (34) Screenshot 2025-07-29 214839

Setup

# 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

Usage

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/

Requirements

  • 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.

About

Book Suggestion Modus Agent that fetches data according to user input and generate spoiler free description

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages