* fix: honor DERIVER_DEDUPLICATE in create_observations The agent-tool path hardcoded deduplicate=True, so DERIVER_DEDUPLICATE=false could not disable dedup for observations created through this path. Pass settings.DERIVER.DEDUPLICATE, matching crud/representation.py. * test: cover deduplicate setting is forwarded in create_observations |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_agent_tools.py | ||
| test_clients.py | ||
| test_config_helpers.py | ||
| test_files.py | ||
| test_filter.py | ||
| test_length_finish_reason.py | ||
| test_schema_conversion.py | ||
| test_summarizer.py | ||