Files
cleveragents-core/features
HAL9000 b397884185 fix(providers): resolve lint and unit test failures in OllamaProvider and MistralProvider
- Fix import order in ollama_provider.py (langchain_community before langchain_core)
- Remove duplicate shared step definitions from ollama_provider_steps.py
- Remove duplicate shared step definitions from mistral_provider_steps.py

The duplicate @given step definitions caused AmbiguousStep errors when running the full Behave test suite. Shared steps (provider domain inputs, plan generation graph setup) are already defined in openai_provider_steps.py and loaded by Behave for all feature files.
2026-06-18 00:36:05 -04:00
..