Add custom features example agent #200
Annotations
3 errors
|
lint (3.11)
Process completed with exit code 1.
|
|
Ruff (E712):
37-vanilla-agent-custom-features/tests/test_agent.py#L37
37-vanilla-agent-custom-features/tests/test_agent.py:37:12: E712 Avoid equality comparisons to `True`; use `if agent_config["features"]["web-search"]["default"]:` for truth checks
|
|
Ruff (E712):
37-vanilla-agent-custom-features/tests/test_agent.py#L36
37-vanilla-agent-custom-features/tests/test_agent.py:36:12: E712 Avoid equality comparisons to `False`; use `if not ...:` for false checks
|