We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8627526 commit 2cdae9bCopy full SHA for 2cdae9b
1 file changed
src/agentex/lib/sdk/fastacp/fastacp.py
@@ -7,16 +7,16 @@
7
from typing_extensions import deprecated
8
9
from agentex.lib.types.fastacp import (
10
- AsyncACPConfig,
11
BaseACPConfig,
12
SyncACPConfig,
+ AsyncACPConfig,
13
AgenticACPConfig,
14
)
15
from agentex.lib.utils.logging import make_logger
16
from agentex.lib.sdk.fastacp.impl.sync_acp import SyncACP
17
from agentex.lib.sdk.fastacp.impl.temporal_acp import TemporalACP
18
-from agentex.lib.sdk.fastacp.base.base_acp_server import BaseACPServer
19
from agentex.lib.sdk.fastacp.impl.async_base_acp import AsyncBaseACP
+from agentex.lib.sdk.fastacp.base.base_acp_server import BaseACPServer
20
21
# Add new mappings between ACP types and configs here
22
# Add new mappings between ACP types and implementations here
0 commit comments