API REFERENCE: REVERSING THE TRIAGE LOGIC
This section is currently a blank slate. We've been too busy shipping logic to scripts/triage.py to document the external-facing sinks.
1. The Mental Model
While the triage bot currently runs as a standalone script in GitHub Actions, we're building out a formal API to allow external systems to tap into our Llama-3.1 inference engine.
❌ Current State: Undocumented, internal-only scripts. ✅ Target State: A RESTful API for remote triage and categorization.
2. What We're Shipping
We need your help to document the following entry points:
- Endpoint Mapping: Where does the data flow from?
- Schema Validation: What does the Groq-ready JSON look like?
- Auth Flow: How do we secure the GITHUB_TOKEN sink?
If you've been digging through the source and have a handle on the data flow, ship a PR ⚡.
Check our GitHub Issues to join the sprint.