Request to list the HIPAA Agent in the LlamaHub directory for better discoverability by developers.
### Feature Description We are NOT requesting code be added to this repo. We have a published PyPI package `hipaa-agent` with `HIPAAAgentToolSpec` already built and ready to use. We are requesting HIPAA Agent be listed in the LlamaHub directory so developers can discover it. Package: pip install hipaa-agent Class: HIPAAAgentToolSpec Docs: https://hipaaagent.ai/developers Quick start: from hipaa_agent import HIPAAAgentToolSpec tool_spec = HIPAAAgentToolSpec(api_key="YOUR_KEY_HERE") tools = tool_spec.to_tool_list() Tools included: validate_workflow, get_breach_probability, get_compliance_score, generate_sra, check_vendor, get_compliance_state, get_compliance_delta, get_controls, get_breach, get_report ### Reason There is no HIPAA compliance tool currently listed in LlamaHub. Healthcare AI developers building on LlamaIndex have no native way to discover HIPAA Agent or any other compliance tool for healthcare workflows. The integration exists as a PyPI package but is not yet discov