Add comprehensive e2e test coverage for chat_with_history and RAG enrichment pipeline: - RecordingProvider mock that captures all messages sent to the provider - StaticMemoryLoader mock that simulates RAG context injection - e2e_multi_turn_history_fidelity: verifies growing history across 3 turns - e2e_memory_enrichment_injects_context: verifies RAG context prepended - e2e_multi_turn_with_memory_enrichment: combined multi-turn + enrichment - e2e_empty_memory_context_passthrough: verifies no corruption on empty RAG - e2e_live_openai_codex_multi_turn (#[ignore]): real API call verifying the model recalls facts from prior messages via chat_with_history Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent_e2e.rs | ||
| dockerignore_test.rs | ||
| memory_comparison.rs | ||
| reply_target_field_regression.rs | ||
| whatsapp_webhook_security.rs | ||