fastapi-gsap/gsap_broker
Tyler J King 0c77943ceb feat: governed function runtime + billing drain
GCAP-SPEC-FUNCTION-DESCRIPTOR-0001 implementation.
Mirrors connector runtime pattern exactly.

FunctionPlugin — trigger_events, handle(), descriptor(), knative_manifest()
FunctionRegistry — trigger_index for event-driven routing
FunctionRuntime — invoke() + dispatch() with Chronicle lineage
governed_function decorator — SDK surface for function authors
BillingProcessor — GSAP_CR_RECEIVED → billable event with Chronicle CID
EchoFunction — dev/test

API: /functions/ catalogue, invoke, dispatch, manifest, health
8 tests passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 22:12:29 -04:00
..
chronicle feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
connectors feat: governed connector module 2026-03-30 16:42:38 -04:00
drivers feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
functions feat: governed function runtime + billing drain 2026-03-30 22:12:29 -04:00
models feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
routers feat: governed function runtime + billing drain 2026-03-30 22:12:29 -04:00
__init__.py feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
app.py feat: governed function runtime + billing drain 2026-03-30 22:12:29 -04:00
db.py feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
db_models.py feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
settings.py feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00