Local Development
Overview
Setting Up Local Test Data
Directory Structure
test_data/
├── source/ # Input documents (user uploads)
│ ├── protocol.pdf
│ ├── data.csv
│ └── notes.txt
└── artifact/ # Pre-seeded outputs (optional)
└── example.jsonSupported File Types
Creating a Local Context
Testing Your Agent Locally
Basic Local Testing
Advanced Local Testing
Working with Different File Types
Text Files
Binary Files
Creating Test Output
Limitations of Local Mode
Search Not Available
No Text Extraction Pipeline
Progress Updates Are Logged Only
Best Practices
Organize Test Data
Test Error Conditions
Validate Output Structure
Moving from Local to Production
Example: Complete Local Development Workflow
Last updated
Was this helpful?