> ## Documentation Index
> Fetch the complete documentation index at: https://critiqor.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Critiqor Integration Roadmap: Planned Framework Support

> Critiqor supports OpenClaw today with full plugin and dashboard integration. Claude Code, Hermes, and other frameworks are planned for future releases.

Critiqor is currently purpose-built for OpenClaw, providing a full plugin, CLI integration, and dashboard experience. Additional framework support is on the roadmap. This page documents what is available today and what is planned.

<Warning>
  The integrations listed below are **not yet available**. This page documents the planned roadmap. Only OpenClaw is supported today.
</Warning>

## Currently Available

| Framework | Status      | Notes                                                                             |
| --------- | ----------- | --------------------------------------------------------------------------------- |
| OpenClaw  | ✅ Available | Full plugin, CLI integration (`critiqor monitor openclaw`), and dashboard support |

See the [OpenClaw Integration guide](/integrations/openclaw) for setup and usage instructions.

## Planned Integrations

| Framework        | Status     | Notes                                              |
| ---------------- | ---------- | -------------------------------------------------- |
| Claude Code      | 🗓 Planned | Agentic coding assistant from Anthropic            |
| Hermes           | 🗓 Planned | Local agent framework                              |
| Other frameworks | 🗓 Planned | LangChain, CrewAI, AutoGen, PydanticAI, and others |

<Note>
  The CLI-based `monitor` / `finalize` / `dashboard` workflow is OpenClaw-specific today. Planned integrations will follow the same workflow and produce the same diagnosis artifacts — no changes to how you use Critiqor will be needed once a new framework integration ships.
</Note>

## Contributing an Integration

If you'd like to add support for a new framework, see the [Contributing guide](/contributing/setup) for how to set up a local dev environment, run tests, and open a pull request.
