DEV Community

matthieu ouvrard
matthieu ouvrard

Posted on

AGI-SaaS v1.0.0 Released!

I’m excited to announce the first stable release of AGI-SaaS, your new modular Python framework for Retrieval-Augmented Generation (RAG) pipelines.

🔑 Key Features

  • Plugin-based architecture for custom LLM workflows
  • Async, concurrent API calls for maximum throughput
  • Native support for OpenRouter, OpenAI & local models (llama.cpp)

📥 Get it now

pip install agi-saas==1.0.0
🔗 Release & source code:
https://github.com/KilianDiama/AGI-SaaS/releases/tag/v1.0.0

I’d love to hear your feedback, ideas for new plugins, or real-world use cases—drop a comment below or open an issue on GitHub!

Top comments (0)