Documentation Index
Fetch the complete documentation index at: https://allhandsai-openhands-add-aws-bedrock-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
If you’re using the OpenHands LLM Provider, an experimental critic feature is automatically enabled to predict task success in real-time. For detailed information about the critic feature, including programmatic access and advanced usage, see the SDK Critic Guide.What is the Critic?
The critic is an LLM-based evaluator that analyzes agent actions and conversation history to predict the quality or success probability of agent decisions. It provides:- Quality scores: Probability scores between 0.0 and 1.0 indicating predicted success
- Real-time feedback: Scores computed during agent execution, not just at completion

Pricing
The critic feature is free during the public beta phase for all OpenHands LLM Provider users.Disabling the Critic
If you prefer not to use the critic feature, you can disable it in your settings:- Open the command palette with
Ctrl+P - Select Settings
- Navigate to the CLI Settings tab
- Toggle off Enable Critic (Experimental)


