8000 Removing unsused connector client, adding ENV templates, adding some … · microsoft/Agents-for-python@830aad0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 830aad0

Browse files
authored
Removing unsused connector client, adding ENV templates, adding some … (#47)
* Removing unsused connector client, adding ENV templates, adding some READMEs and adding user-agent clients * Removing unsused connector client, adding ENV templates, adding some READMEs and adding user-agent clients --fix
1 parent 2342cce commit 830aad0

File tree

31 files changed

+278
-25339
lines changed

31 files changed

+278
-25339
lines changed

libraries/Client/microsoft-agents-client/microsoft/agents/client/http_agent_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def post_activity(
3030
*,
3131
response_body_type: type[AgentsModel] = None,
3232
**kwargs,
33-
) -> InvokeResponse[AgentsModel]:
33+
) -> InvokeResponse:
3434
if not endpoint:
3535
raise ValueError("HttpAgentChannel.post_activity: Endpoint is required")
3636
if not service_url:
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
from .connector_client import ConnectorClient
2-
from .token.user_token_client import UserTokenClient
31
from .user_token_client_base import UserTokenClientBase
42
from .connector_client_base import ConnectorClientBase
3+
from .client.connector_client import ConnectorClient
4+
from .client.user_token_client import UserTokenClient
5+
from .get_product_info import get_product_info
56

67
__all__ = [
78
"ConnectorClient",
89
"UserTokenClient",
910
"UserTokenClientBase",
1011
"ConnectorClientBase",
12+
"get_product_info",
1113
]

libraries/Client/microsoft-agents-connector/microsoft/agents/connector/_agents_token_credential_adapter.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

libraries/Client/microsoft-agents-connector/microsoft/agents/connector/_connector_client_configuration.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0