core package

Core infrastructure shared by every Stargazer microservice.

This package holds the runtime that gateway_main, inference_main, agents_main, consolidation_main, and web_main build on: the StargazerService boot contract, the Redis Streams event bus (RedisEventBus) and its inbound/outbound consumers, the worker-side ProxyPlatformAdapter, distributed locking, trace/operation-state tracking, health probes, structured logging, and the dead-letter queue.

Submodules