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
25 changes: 25 additions & 0 deletions agents/Satyam999999/supportpilot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SupportPilot

SupportPilot is a grounded support-resolution and escalation-triage agent built for the GitAgent challenge.

## Repository

https://github.com/Satyam999999/Supportpilot-Gitagent

## What It Does

- Answers customer support questions using a curated FAQ knowledge base
- Returns confidence scores and citation-backed responses
- Escalates risky or uncertain requests with structured handoff reason codes

## Local Setup and Run

See the main repository README for complete setup and run instructions.

## Core Project Files

- agent.yaml
- SOUL.md
- README.md
- reports/audits/
- reports/submission/
15 changes: 15 additions & 0 deletions agents/Satyam999999/supportpilot/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "supportpilot",
"author": "Satyam999999",
"description": "Grounded support-resolution and escalation-triage agent with citation-backed responses and confidence scoring.",
"repository": "https://github.com/Satyam999999/Supportpilot-Gitagent",
"path": ".",
"version": "1.0.0",
"category": "developer-tools",
"tags": ["support", "retrieval", "triage"],
"license": "MIT",
"model": "claude-sonnet-4-5-20250929",
"adapters": ["claude-code", "system-prompt"],
"icon": false,
"banner": false
}