mirror of
https://github.com/countbot-ai/CountBot.git
synced 2026-09-14 20:46:47 +08:00
6 lines
179 B
Python
6 lines
179 B
Python
"""Adapter implementations for external coding agents."""
|
|
|
|
from backend.modules.external_agents.adapters.cli import CliExternalAgentAdapter
|
|
|
|
__all__ = ["CliExternalAgentAdapter"]
|