Files
cleveragents-core/robot
freemo 81d72cc047 fix(test): env-gate Robot LLM tests to skip when API keys unavailable
Add [Tags] llm-required to 28 Robot Framework test cases that
instantiate ChatAnthropic (requiring ANTHROPIC_API_KEY):
- 7 tests in context_analysis_agent.robot
- 2 tests in database_integration.robot
- 19 tests in plan_generation_graph.robot

Conditionally pass --exclude llm-required to pabot in the
integration_tests nox session when ANTHROPIC_API_KEY is not set,
so CI environments without the secret skip those tests instead
of failing.
2026-03-12 04:50:29 +00:00
..