feat: implement FastAPI router, web + local UI updates, and metadata monitoring for the edge node
CI / lint (push) Failing after 31s
CI / test (push) Successful in 45s
Build edge-node / build (push) Successful in 8m44s

This commit is contained in:
Logan Cusano
2026-07-12 21:30:30 -04:00
parent 16f6e0de95
commit 3fbdc50536
5 changed files with 646 additions and 118 deletions
@@ -123,6 +123,10 @@ class MetadataWatcher:
def current_tgid(self) -> Optional[int]:
return self._current_tgid
@property
def current_tgid_name(self) -> Optional[str]:
return self._current_tgid_name
@property
def is_active(self) -> bool:
return self._active_call_id is not None