This is a demo project showcasing the power of the Lilypad Anura API. This project combines websearch and AI powered answers using Anura to help answer questions based on the latest happenings provided as context. The project is an express application with a vanilla frontend meant only for demonstration purposes.
Technologies used:
- Node.js
- Express
- Anura API
- Cheerio
- JSDOM
- mozilla/readability
webearch-demo-with-anura.mov
- Node.js (v18 or higher)
- Anura API key which you can obtain by signing up on the offical website (note: as of the date of this writing, the API is in beta and free)
- Clone the repository:
git clone https://github.com/narbs91/lilypad-websearch-agent-demo- Install dependencies:
npm install-
Create a .env file and populate the file using the .env.example file as a reference
-
Start the application:
npm run dev- Visit http://localhost:3000 in your browser to see the application in action.