MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / is_caw_provider

Function is_caw_provider

codewiki/src/be/backend.py:30–32  ·  view source on GitHub ↗

Return True if *provider* uses caw (CLI subscription mode).

(provider: str)

Source from the content-addressed store, hash-verified

28
29@dataclass
30class AgentReply:
31 """Result of one agentic run whose final message matters (the updater)."""
32
33 text: str
34 usage: dict[str, Any] | None = None
35 seconds: float = 0.0

Callers 8

saveMethod · 0.90
is_configuredMethod · 0.90
config_showFunction · 0.90
config_validateFunction · 0.90
validateMethod · 0.90
is_completeMethod · 0.90
_legacy_generate_docsFunction · 0.90
get_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected