TechXDemo.1.mp4
A sophisticated multi-agent AI system designed to assist with restaurant bookings, scheduling, and research tasks using specialized agents.
- Node.js (v16+)
- npm
- API Keys
git clone https://github.com/TuneHQ/multi-agent-demo
cd multi-agent-demo
npm install
Create a .env
file with these variables:
MODEL_API_KEY=your_api_key_here
MODEL=model_name_here
SERPER_API_KEY=your_serper_api_key
ZOMATO_COOKIE=your_zomato_cookie
-
Preferred: TuneStudio
- API Key: Obtain from TuneStudio
- Model:
openai/gpt-4o-mini
- Keep
baseURL: "https://proxy.tune.app"
-
Alternative: OpenAI
- API Key: Get from OpenAI
- Model:
gpt-4o-mini
- Remove
baseURL
in OpenAI client configuration
- MODEL_API_KEY:
- SERPER_API_KEY: serper.dev
- ZOMATO_COOKIE: From Zomato (for restaurant-related functions)
npm start
- Restaurant recommendations
- Table bookings
- Nearby restaurant search
- Slot availability checking
- Meeting scheduling
- Calendar management
- Appointment reminders
- Time slot suggestions
- In-depth topic research
- Information analysis
- Report generation
- Source verification
- Multi-task coordination
- Context maintenance
- Inter-agent communication
- Complex task decomposition
- Use natural language commands
- Specify agent or task requirements
- Type "exit" to end session
You: Find a restaurant near me
Concierge: Here are nearby restaurants...
You: Schedule a meeting with my team
Scheduler: When would you like to meet?
You: Research AI trends in 2024
Researcher: Analyzing current AI landscape...