Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions product-intelligence-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PIA connects to your YouTrack instance and enriches tickets with context pulled directly from your codebase. When you type a ticket ID in JetBrains AI Assistant, PIA fetches the issue, scans relevant source files, and returns a synthesised summary including affected code areas, linked tickets, and suggested next steps. It requires three environment variables: your YouTrack URL, a YouTrack permanent token, and an Anthropic API key. PIA runs locally via `uvx` and never sends your code to external services — only ticket metadata and matched file paths are included in the LLM prompt.
15 changes: 15 additions & 0 deletions product-intelligence-agent/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "product-intelligence-agent",
"name": "PIA — Product Intelligence Agent",
"version": "0.1.0",
"description": "Enriches YouTrack tickets with codebase context, linked issues, and customer signals — directly in your JetBrains IDE. Type a ticket ID to get business context, relevant files, and suggested next steps.",
"repository": "https://github.com/ditvor/pia",
"authors": ["ditvor"],
"license": "Apache-2.0",
"distribution": {
"uvx": {
"package": "product-intelligence-agent",
"args": ["serve"]
}
}
}
6 changes: 6 additions & 0 deletions product-intelligence-agent/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.