We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269b9cb commit 4ba159dCopy full SHA for 4ba159d
1 file changed
.github/workflows/python-claude-sample.yml
@@ -40,7 +40,9 @@ jobs:
40
python -m py_compile agent_interface.py
41
python -m py_compile local_authentication_options.py
42
python -m py_compile token_cache.py
43
- python -m py_compile observability_helpers.py
+ python -m py_compile observability_config.py
44
+ python -m py_compile turn_context_utils.py
45
+ python -m py_compile mcp_tool_registration_service.py
46
47
- name: Validate pyproject.toml
48
run: |
@@ -70,7 +72,9 @@ jobs:
70
72
import agent_interface
71
73
import local_authentication_options
74
import token_cache
- import observability_helpers
75
+ import observability_config
76
+ import turn_context_utils
77
+ import mcp_tool_registration_service
78
print('✅ All imports validated successfully')
79
except ImportError as e:
80
print(f'❌ Import validation failed: {e}')
0 commit comments