Based on the previous conversation, we have a project called "po-assist-agent" which is the PO Assistant Agent integrated with Gemini AI.
The name "po-assistant-agent-gemini" appears in the Atlassian Connect manifest file as the app key:
{
"key": "po-assistant-agent-gemini",
"name": "PO Assistant Agent",
"description": "AI-powered Product Owner assistant for user story creation, backlog management, and sprint planning",
// ...
}This is the identifier for the Jira app integration, but the actual project/codebase we've been working with is called "po-assist-agent".
The project includes:
Would you like me to:
Based on the previous conversation, the project "po-assist-agent" is the PO Assistant Agent that integrates with Gemini AI. Here's what I can tell you about it:
From the package.json file in the project:
{
"name": "simple-po-assistant",
"version": "1.0.0",
"description": "Simple PO Assistant Chat with Node.js",
"private": true,
"main": "server.js",
// ...
}The project exists in two main versions:
Next.js Version (CodeProject ID: "po-assist-agent")
Node.js/Express Version
The project includes these key files:
public/atlassian-connect.json - Defines the Jira app integration with key "po-assistant-agent-gemini"app/api/chat/route.ts - API endpoint for the Gemini AI chatapp/jira/main/page.tsx - Main Jira app interfaceserver.js - Entry point for the Node.js/Express versionThe project was configured to be deployed to:
https://v0-deploy-gemini-agent.vercel.app/Environment variables required:
GOOGLE_GENERATIVE_AI_API_KEYNEXT_PUBLIC_APP_URLJIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN{
"key": "po-assistant-agent-gemini",
"name": "PO Assistant Agent",
"description": "AI-powered Product Owner assistant for user story creation, backlog management, and sprint planning",
"vendor": {
"name": "PO Assistant",
"url": "https://v0-deploy-gemini-agent.vercel.app/"
},
"baseUrl": "https://v0-deploy-gemini-agent.vercel.app/",
// ...
}Is this the project you're looking for? Would you like me to help you locate a specific file or feature within this project?
You can send messages while the preview loads