feat: real-time live data integration
- lib/live-data.ts: Shared TypeScript client for blackroad-live-data Worker - components/live-stats.tsx: LiveStatsBar, RecentRepos, AgentStatusGrid components - app/page.tsx: Import LiveStatsBar in main page header Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/blackroad-agents.yml
vendored
4
.github/workflows/blackroad-agents.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
REQUEST=$(echo "${{ github.event.comment.body || github.event.issue.body }}" | grep -A 10 "@blackroad-agents")
|
||||
|
||||
# Call agent API (multiple providers for redundancy)
|
||||
RESPONSE=$(curl -s -X POST https://blackroad-agents.amundsonalexa.workers.dev/agent \
|
||||
RESPONSE=$(curl -s -X POST https://blackroad-agents.blackroad.workers.dev/agent \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{
|
||||
\"request\": \"$REQUEST\",
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
echo "Analyzing $file with AI..."
|
||||
|
||||
# Send to agent for auto-fix
|
||||
curl -X POST https://blackroad-agents.amundsonalexa.workers.dev/autofix \
|
||||
curl -X POST https://blackroad-agents.blackroad.workers.dev/autofix \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"file\":\"$file\",\"repo\":\"${{ github.repository }}\"}" &
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user