feat: implement raycast backend

This commit is contained in:
h
2026-05-19 21:06:01 +02:00
parent 221e660c5c
commit 757065f21c
16 changed files with 1415 additions and 31 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
from __future__ import annotations
from beaver_gateway.frontends.base import Frontend
from beaver_gateway.frontends.anthropic import AnthropicMessagesFrontend
from beaver_gateway.frontends.base import Frontend, GatewayRuntime
__all__ = ["Frontend"]
__all__ = ["AnthropicMessagesFrontend", "Frontend", "GatewayRuntime"]