jeffhvai/Patent Disclosure Linter
Automates screening and feedback for markdown-based patent disclosures using LLMs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub access token to comment on Pull Requests (defaults to secrets.GITHUB_TOKEN) | no | ${{ github.token }} |
| disclosures_dir | Relative directory containing disclosures in the repo | no | disclosures |
| llm_provider | AI LLM Provider (gemini or openai) | no | gemini |
| llm_api_key | API Key for the AI service | yes | — |
| llm_model | Specific LLM model to use | no | — |
| llm_api_endpoint | Custom endpoint URL if using a secure internal AI gateway | no | — |
| disclosure_webhook_url | Slack/Teams webhook URL to trigger on APPROVED disclosures | no | — |
Outputs
no outputs