From 7d37e2f19b1e252e02771085a13b6deb3f1391a9 Mon Sep 17 00:00:00 2001 From: Satyam999999 Date: Tue, 31 Mar 2026 01:12:10 +0530 Subject: [PATCH] Add SupportPilot agent submission --- agents/Satyam999999/supportpilot/README.md | 25 +++++++++++++++++++ .../Satyam999999/supportpilot/metadata.json | 15 +++++++++++ 2 files changed, 40 insertions(+) create mode 100644 agents/Satyam999999/supportpilot/README.md create mode 100644 agents/Satyam999999/supportpilot/metadata.json diff --git a/agents/Satyam999999/supportpilot/README.md b/agents/Satyam999999/supportpilot/README.md new file mode 100644 index 0000000..b144cb4 --- /dev/null +++ b/agents/Satyam999999/supportpilot/README.md @@ -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/ diff --git a/agents/Satyam999999/supportpilot/metadata.json b/agents/Satyam999999/supportpilot/metadata.json new file mode 100644 index 0000000..403bb88 --- /dev/null +++ b/agents/Satyam999999/supportpilot/metadata.json @@ -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 +}