A
agent-kit/playground
connecting...
Chat
✈️

Travel Concierge

I can plan trips, book flights & hotels, check weather, and more.

Powered by agent-kit

AgentToolsMemoryEvents
github.com/abhid1234/agent-kit ↗
1import { Agent, Memory, Tool } from '@avee1234/agent-kit';
2
3const agent = new Agent({
4 name: 'travel-planner',
5 model: { provider: 'gemini', model: 'gemini-3.0-flash' },
6 memory: new Memory({ store: 'sqlite' }),
7 tools: [searchDestinations, checkWeather,
8 searchFlights, bookFlight,
9 searchHotels, bookHotel],
10 system: 'You are an elite travel concierge...',
11});
12
13const response = await agent.chat('Plan a trip to Paris');

Press Enter to send, Shift+Enter for new line

Simulated demo — no real bookings are made

Live Events

No events yet

Events appear as agents work

Memory
0Messages
0Summaries
Tokens

Persistent Memory

Stored across sessions via SQLite

Saved Notes

No saved notes yet

Share Session

Initializing session...