feat: implement skeleton phase
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
def main() -> None:
|
||||
print("Hello from beaver-gateway!")
|
||||
"""Beaver Gateway — personal AI agent gateway."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from beaver_gateway.cli import main
|
||||
|
||||
__all__ = ["main"]
|
||||
|
||||
Reference in New Issue
Block a user