latest updates

This commit is contained in:
Tanmay Karande
2026-02-15 15:02:58 -05:00
parent 438bb80416
commit 41b2f9a593
24 changed files with 3883 additions and 388 deletions

View File

@@ -1,2 +1,6 @@
# Aetheel Adapters
# Channel adapters for connecting the AI agent to messaging platforms.
from adapters.base import BaseAdapter, IncomingMessage
__all__ = ["BaseAdapter", "IncomingMessage"]