We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d09d33 commit 239e3c7Copy full SHA for 239e3c7
src/a2a/server/tasks/task_store.py
@@ -1,7 +1,8 @@
1
from abc import ABC, abstractmethod
2
3
-from a2a.server.context import ServerCallContext
4
from a2a.types import Task
+from a2a.server.context import ServerCallContext
5
+
6
7
class TaskStore(ABC):
8
"""Agent Task Store interface.
0 commit comments