Skip to content

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

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