Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ if __name__ == "__main__":
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/autogen/base/mcp_client/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand All @@ -961,7 +961,7 @@ async def get_streamable_http_mcp_tools() -> List[StreamableHttpMcpToolAdapter]:
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/autogen/base/model/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -1293,7 +1293,7 @@ if __name__ == "__main__":
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/crewai/base/model/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -1653,7 +1653,7 @@ if __name__ == "__main__":
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/googleadk/base/mcp_client/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand All @@ -1677,7 +1677,7 @@ def get_streamable_http_mcp_client() -> MCPToolset:
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/googleadk/base/model/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -1901,7 +1901,7 @@ if __name__ == "__main__":
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/langchain_langgraph/base/mcp_client/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -1929,7 +1929,7 @@ def get_streamable_http_mcp_client() -> MultiServerMCPClient:
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/langchain_langgraph/base/model/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -2256,7 +2256,7 @@ if __name__ == "__main__":
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/openaiagents/base/mcp_client/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand All @@ -2279,7 +2279,7 @@ def get_streamable_http_mcp_client() -> MCPServerStreamableHttp:
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/openaiagents/base/model/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -2524,7 +2524,7 @@ if __name__ == "__main__":
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/base/mcp_client/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand All @@ -2544,7 +2544,7 @@ def get_streamable_http_mcp_client() -> MCPClient:
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/base/model/__init__.py should match snapshot 1`] = `
"
"# Package marker
"
`;

Expand Down Expand Up @@ -2701,7 +2701,10 @@ packages = ["."]
"
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/capabilities/memory/__init__.py should match snapshot 1`] = `""`;
exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/capabilities/memory/__init__.py should match snapshot 1`] = `
"# Package marker
"
`;

exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/capabilities/memory/session.py should match snapshot 1`] = `
"import os
Expand Down
2 changes: 1 addition & 1 deletion src/assets/python/autogen/base/mcp_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/autogen/base/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/crewai/base/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/googleadk/base/mcp_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/googleadk/base/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/openaiagents/base/mcp_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/openaiagents/base/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/strands/base/mcp_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
2 changes: 1 addition & 1 deletion src/assets/python/strands/base/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

# Package marker
1 change: 1 addition & 0 deletions src/assets/python/strands/capabilities/memory/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Package marker
Loading