Authenticated clients
Client registration and token lifecycle APIs provide an explicit foundation for connected applications.
Orty · v0.1.0 alpha
Orty is an early-alpha FastAPI service for AI-assisted applications. It provides authenticated clients, provider routing, durable conversation state, and clean boundaries for connected clients such as Alfred.
The deployed service scales to zero when no requests are being processed. Current work focuses on durable PostgreSQL-backed storage and beta maturation.
Client registration and token lifecycle APIs provide an explicit foundation for connected applications.
Local and remote LLM provider support keeps deployments adaptable without tying the system to one model service.
Conversation history and client-scoped memory APIs support continuity while retaining clear service ownership.
Connected platform
Alfred is an Android assistant client with local-first speech, deterministic device actions, persisted history, and optional Orty connectivity. Orty provides a modular service boundary for the connected platform while Alfred retains useful local behavior.
Both projects remain under active pre-release development. The public description reflects implemented foundations and stated deployment work, not a finished consumer release.