The hardest part of building GovTech agents isn't the LLM, it's the Tool Layer. (Built an OAS 3.1 endpoint to bypass PDF scraping)
I'm tired of seeing AI agents break down trying to read poorly written PDFs from city halls via Playwright.
I built a scraper that downloads, injects into an LLM via Groq, and outputs structured and strictly typed JSON (Organization, Object, Value, Date, Modality).
The endpoint was made 100% focused on consumption by other Agents (internal instructions optimized for RAG/Tool Calling from CrewAI/LangGraph).
The average database latency (SQLite async cache) is 50ms.
I'm releasing 5 free Bearer keys for those building SDR (B2B Sales) or GovTech agents to test the integration. If your agent needs to hunt for opportunities in obscure city halls, send a DM or comment and I'll send you the Swagger (ngrok) link and the key.
Warning: The documentation doesn't have a fancy web interface. It's an M2M schema.