Reference
Python Events
Python event library for Redelay — coming soon.
Coming soon. The
redelay-events Python library is in active development. It will consume the same AsyncAPI schemas and event envelope format as go-events.What to expect
EventDefinition[T]— declare events with Pydantic payloads@redelay_event_subscriber— register a handler for an eventpublish_event(...)— publish with correlation-id tracing- Pluggable transports — Kafka (default), NATS, Redis Streams, in-memory for tests
- Middleware chain — filters, retry, dead-letter handling
- AsyncAPI 2.6 schema generation from event definitions
Until then
Use go-events today — the Python library will publish and consume the exact same events once it ships.
Stay updated
- Watch redelay.com for release announcements
- Follow the roadmap in GitHub Discussions
Node.js Events
Node.js event library for Redelay — coming soon.
go-ai — LLM Providers, Guard, Ledger
Provider-agnostic LLM access for Redelay — chat, streaming, embeddings, tool-use, safety classification, and cost ledger. Includes openai, ollama, anthropic, gemini, and ovh providers, a Guard abstraction backed by Qwen3Guard, and FlowDSL nodes for all of it.