Skip to content

Commit 6382c34

Browse files
authored
Update base.py
1 parent 1581554 commit 6382c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/agent/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Base Agent Class - Core Abstraction for All AI Agents
33
"""
44

5+
56
from __future__ import annotations
67
import abc
78
import asyncio

0 commit comments

Comments
 (0)