Skip to content

yorkeccak/valyu-business-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valyu Business AI Assistant Demo

Demo Application: This is a demonstration of Valyu's search capabilities combined with AI for business research. It showcases how to build authoritative, citation-backed AI assistants using academic sources.

An interactive AI assistant that demonstrates how to provide authoritative business insights by searching Wiley's academic corpus of business, accounting, and finance publications. Get well-researched, cited answers to your business questions.

What This Demo Shows

  • 🔍 Authoritative Research: How to access Wiley's peer-reviewed business, finance, and accounting publications
  • 💬 Interactive Chat: Building conversational AI with search capabilities
  • 📚 Proper Citations: Automatic source citation with academic links
  • 🎯 Smart Search: Strategic tool usage - searching only when needed
  • 🎨 Clean Interface: Color-coded terminal output for better UX

Quick Demo Setup

1. Get API Keys

2. Install Dependencies

pnpm install
# or
npm install

3. Set Environment Variables

Create a .env file:

VALYU_API_KEY=your_valyu_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here

4. Run the Demo

node agent.js

Try These Demo Questions

Ask questions about:

  • HR policies and management
  • Accounting principles and practices
  • Business strategy and leadership
  • Corporate governance
  • Financial analysis and planning

Example questions to test:

  • "How can pharma companies increase revenue?
  • "I am in HR, there are some coworkers that have recently started dating and it has been effecting their work. How should I handle this?"
  • "What are the key components of internal controls for financial reporting?"

Type exit or quit to end the conversation.

Demo Flow

  1. Ask a Question: The assistant determines if it needs to search for authoritative information
  2. Smart Search: When needed, it searches Wiley's academic corpus for relevant sources
  3. Cited Response: You get a comprehensive answer with proper academic citations
  4. Follow Up: Continue the conversation with follow-up questions that maintain context

Perfect for demonstrating to: researchers, business students, professionals, and anyone interested in AI-powered research tools.

What it looks like

Demo Screenshot


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published