@shawnesquivel3w ago
@sjd9021 can you address this in your PR ? we just need to update the description for Langbase
Adds Anthropic Software Directory capability tagging at the action/tool level.
financialTransactionHint, aiMediaGenerationHint, and advertisingHint to the 851 actions identified by the LLM audit.anthropic-directory-tags CI check that classifies individual actions, not whole toolkits.noxfile.py sanity checks.Anthropic Software Directory Policy Section 4 requires categorical filtering for unsupported-use classes. The tags let downstream directory builds exclude matching tools by capability tag instead of curated toolkit denylists.
uv run pytest tests/test_lints/test_anthropic_directory_tags.py -quv run ruff check ci_checks/lint_anthropic_directory_tags.py tests/test_lints/test_anthropic_directory_tags.pyuv run python -m py_compile <851 tagged action files>financialTransactionHint: 699advertisingHint: 80aiMediaGenerationHint: 72@sjd9021 can you address this in your PR ? we just need to update the description for Langbase