A standalone Next.js application for viewing and analyzing Google ADK (Agent Development Kit) chat session JSON files. For more information about Google ADK, see the official documentation.
- Upload and parse ADK session JSON files
- View conversation history with proper formatting
- Display function calls and their responses
- Download attached files from the chat session
- Support for PDF and other file types
- Node.js 18.x or higher
- npm or yarn
- Clone the repository
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
npm run build
npm start
# or
yarn build
yarn start
- Export your ADK session as a JSON file
- Upload the JSON file to the viewer
- View the conversation, function calls, and attached files
- Download any attached files as needed
MIT