GPTQuery Documentation
Welcome to GPTQuery β a modular framework for AI-powered tool orchestration.
Notice
This project will no longer be updated or extended. Yet it should work fine while it exists.:)
Structure
- Quickstart β docs/quickstart.md
- Developer Guide β docs/devsquickstart.md
- Architecture β docs/architecture.md
Tip for Devs
I recommend that you install this as an editable package from the source code, rather than from pip. Since developing tools requires you to have access to the source code to add your own tool, this ensure that you're working with the most up to date version.
π Citation
If you use this framework in academic research, please cite:
Mandujano ManrΓquez, M. (2025). GPTQuery: Modular framework for building and orchestrating AI-powered research tools. GitHub: https://github.com/mauriciomm7/gptquery
@misc{mandujano2025gptquery,
author = {Mauricio Mandujano ManrΓquez},
title = {GPTQuery: Modular framework for building and orchestrating AI-powered research tools},
year = {2025},
howpublished = {\url{https://github.com/mauriciomm7/gptquery}},
note = {GitHub repository}
}
π Acknowledgments
- Chatbot logo created by Freepik - Flaticon
- CI/CD automation using GitHub Actions β Automating build, test, and deployment workflows
- tokencost β Token cost estimation for language models
- tiktoken β Tokenization library used for accurate token counts
- IPython β Interactive computing environment and enhanced Python shell