add planoai obs: live LLM observability TUI

This commit is contained in:
Adil Hafeez 2026-04-17 00:52:46 -07:00
parent 1f701258cb
commit d30018cf35
19 changed files with 1736 additions and 5 deletions

View file

@ -0,0 +1,6 @@
"""Plano observability console: in-memory live view of LLM traffic."""
from planoai.obs.collector import LLMCall, LLMCallStore, ObsCollector
from planoai.obs.pricing import PricingCatalog
__all__ = ["LLMCall", "LLMCallStore", "ObsCollector", "PricingCatalog"]