feat: add Astraflow provider support

This commit is contained in:
Affaan Mustafa
2026-05-11 23:04:03 -04:00
committed by Affaan Mustafa
parent 03108bea62
commit e9c8845833
9 changed files with 337 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ class ProviderType(str, Enum):
CLAUDE = "claude"
OPENAI = "openai"
OLLAMA = "ollama"
ASTRAFLOW = "astraflow"
ASTRAFLOW_CN = "astraflow_cn"
@dataclass(frozen=True)