← Back to registry/

GitDealFlow Signal Agent

A2A conformantA2A v0.3.0

GitDealFlow Signal Agent

v1.0.0GitDealFlow

Track startup engineering acceleration from public GitHub data. Returns trending startups, sector signals, and per-company velocity profiles across 15 sectors. Updated weekly. Free, no auth required.

Launch agent website ↗

Skills

  • Get Trending Startups

    Top 20 startups across all 15 sectors ranked by engineering acceleration for the current weekly period. Includes commit velocity, contributor count, signal classification, and GitHub URL.

    startupstrendingvcdeal-flowgithubweekly
  • Search Startups by Sector

    Every tracked startup within a sector, ranked by engineering acceleration. Common slugs include ai-ml, cybersecurity, developer-tools, healthcare, climate-tech, enterprise-saas, data-infrastructure.

    startupssectorfiltervcdeal-flow
  • Get Startup Signal Profile

    Full engineering-acceleration profile for a single startup, by display name or GitHub org slug. Includes commit velocity, contributor change, sector, and signal type.

    startupsprofilegithubvelocity
  • Get Signals Summary

    Period, sector, and startup counts. Last refresh timestamp. Citation. Direct URLs to llms.txt, qa.jsonl, signals.json, RSS, dataset.jsonl, and sitemaps.

    metadiscoverysummary
  • Get Methodology

    Full methodology document covering data sources, signal classification, refresh cadence, known limitations, and SSRN paper citation.

    methodologydocumentationreproducibility
  • Get Scout Receipts

    Compute a Scout Score (0-100) for a GitHub user by checking how many validated unicorns they starred *before* the funding/acquisition/$1B-valuation event. Backwards-looking proof of taste.

    scoutgithubreceiptssocial-proof
  • Get Deep Signal (paid)

    Enriched per-startup signal: composite score, sector percentile, plain-English thesis, comparables, multi-period history. PAID per-request. Two payment paths: (1) HMAC API key + pre-paid credits, €0.19/call, 100 credits = €19 at https://signals.gitdealflow.com/agents/credits. (2) x402 USDC on Base, $0.19/call, no signup, no key, settled per request via HTTP 402, endpoint at https://signals.gitdealflow.com/api/agent/deep-signal/x402. Misses are FREE on both paths.

    startupsdeep-signalpaidthesispercentilex402usdcbase

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("4eb0310e-5c8b-4e07-9fbd-6f7d86db553b")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())