Documentation Index
Fetch the complete documentation index at: https://docs.liquid.ai/llms.txt
Use this file to discover all available pages before exploring further.
View Source Code
Browse the complete example on GitHub
Quickstart
1. Verify uv installation
Check that you haveuv available on your system:
uv following these instructions.
2. Clone and build the project
Clone the repository and install dependencies:3. Run example queries
The assistant accepts natural language requests through the command-line interface: Simple flight availability search:The implementation uses mocked flight data for demonstration purposes, though it supports integration with real APIs like Amadeus, Skyscanner, or Kiwi for production deployment.
Future Development
The roadmap includes:- Adding evaluation datasets
- Implementing performance improvements through GRPO fine-tuning with verifiable rewards
Need help?
Join our Discord
Connect with the community and ask questions about this example.