A set of Rust-backed extensions for the Robyn web framework — Pydantic v2 validation, JWT/OAuth2 auth, token-bucket rate limiting, and auto-generated OpenAPI docs. Sub-microsecond overhead.
An open-source demo that coordinates multiple AI agents using only PostgreSQL — pgmq for task queuing, LISTEN/NOTIFY for event-driven coordination, ltree for lineage tracking. No Redis, no Kafka, no vector database.
An open-source semantic layer that lets you query PostgreSQL in plain English using local LLM inference via Ollama. No API keys, no cloud — just your database and a local model.
The core challenge of AI agents: passing the human user’s identity through to Snowflake. This toolkit demonstrates JWT-to-PAT token exchange so agents execute as the actual user — with their roles, permissions, and full audit trail.