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

@@ -25,6 +25,8 @@ class TestProviderType:
assert ProviderType.CLAUDE.value == "claude"
assert ProviderType.OPENAI.value == "openai"
assert ProviderType.OLLAMA.value == "ollama"
assert ProviderType.ASTRAFLOW.value == "astraflow"
assert ProviderType.ASTRAFLOW_CN.value == "astraflow_cn"
class TestMessage: