delete copy types file for returntype

pull/1102/head
Kye Gomez 2 weeks ago
parent c6e3936014
commit 72cd7fa002

@ -1,13 +0,0 @@
"""
Type definitions for the swarms package.
This module contains common type definitions used across the swarms package
to avoid circular import issues.
"""
from typing import Literal
# Return types for agent creation functions
ReturnTypes = Literal[
"auto", "swarm", "agents", "both", "tasks", "run_swarm"
]
Loading…
Cancel
Save