This introduces a Python script quivrtool.py
designed to significantly simplify the use of the quivr-core
library, both within Python scripts and for agent-based interactions. It provides streamlined functions for creating and querying Quivr brains, leveraging YAML configurations for workflow customization.
It includes:
- Simplified brain creation from files.
- User-friendly question answering with brain.
- Functions for saving and loading brains.
- Example functions designed for agent tool calls.
- Clear documentation and usage examples within the script.