mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix telegram, import asyncio
This commit is contained in:
parent
9d9eea9ac9
commit
488deb04a4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ All platform adapters (Telegram, Discord, WhatsApp) inherit from this
|
|||
and implement the required methods.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
from abc import ABC, abstractmethod
|
||||
from dataclasses import dataclass, field
|
||||
from datetime import datetime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue