Sample inputs and reference handoff artifacts used by the three pipelines.
sources/sample.txt,sources/sample.md,sources/sample.json— small source documents for the ingestion pipeline. The defaultconfigs/ingestion.yamlalready pointsingestion.input_pathhere.normalized-documents/documents.jsonl— example of ingestion output, ready to feed intollm_dataset_foundryviaingest.normalized_documents_file.traces/interactions.jsonl,traces/retrieval.jsonl— example runtime traces. Feed into the foundry asinteraction_events_file/retrieval_events_file, or into observability asevents.interactions_path/events.retrievals_path.integration/— paired input/output JSONL files demonstrating each handoff between packages. See integration/README.md.
tests/test_end_to_end_pipeline.py wires up all three CLIs with sample data and verifies the expected artifacts. Use it as the working reference for config shapes and chained execution.