AI_Agro_Support/pipeline
Arsham Mirehvandi d8273b5cd1 Enhance advice context and treatment handling
- Updated README.md to clarify the conditions for including `last_applied_treatment` in the advice JSON structure.
- Modified job.py to pass `as_of` and `field_id` to the advice generation function.
- Enhanced advice_context.py to conditionally add `last_applied_treatment` based on recent treatment history and allowed products.
- Introduced new functions in treatments.py to group treatments by day and load the last treatment before the recent window.
- Updated _output_format.md to specify the conditions under which `last_applied_treatment` is included in the advisory.
2026-09-09 16:00:23 +02:00
..
stages Enhance advice context and treatment handling 2026-09-09 16:00:23 +02:00
__init__.py Initial commit 2026-08-22 08:47:56 +02:00
__main__.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
batch.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
config.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
db.py Initial commit 2026-08-22 08:47:56 +02:00
errors.py Initial commit 2026-08-22 08:47:56 +02:00
job.py Enhance advice context and treatment handling 2026-09-09 16:00:23 +02:00
jsonutils.py Initial commit 2026-08-22 08:47:56 +02:00
observability.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
output.py Initial commit 2026-08-22 08:47:56 +02:00
prompts.py Initial commit 2026-08-22 08:47:56 +02:00
resources.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
retry.py Initial commit 2026-08-22 08:47:56 +02:00
vocab.py Initial commit 2026-08-22 08:47:56 +02:00
window.py Initial commit 2026-08-22 08:47:56 +02:00
worklist.py Initial commit 2026-08-22 08:47:56 +02:00