Prompt engineering is dead.I built a real AGI engine – plugin-based, open-source

4 months ago 4

Welcome to AGI-SaaS, a playful yet powerful modular General AI engine for building intelligent bots, AI-powered APIs, or full SaaS products.


  • 🔌 Dynamic Cognitive Plugins
    Reasoning, reflection, analysis—and more—plugged in and ready to go.

  • ⚙️ FastAPI-Based API
    Deploy locally or in the cloud, out of the box.

  • 💾 Cognitive Journal & Context Memory
    Keep track of internal logic, session state, and progressive learning.

  • 🧱 Modular Architecture
    Clear, customizable structure makes it easy to extend or swap components.


  1. Clone the repo

    git clone https://github.com/KilianDiama/AGI-SaaS.git

    cd AGI-SaaS

2.Install dependencies & start the server

pip install -r requirements.txt

uvicorn main:app --reload

3.Try it out

Open your browser and navigate to:

http://127.0.0.1:8000/docs

For detailed instructions, check the User Guide.


💸 License & Commercial Use Personal & Exploratory: free to browse, fork, and experiment.

Commercial: requires a royalty agreement (0.8% of relevant revenue).

Please refer to the LICENSE file for full details. Unauthorized resale or abusive use is strictly prohibited.

🤝 Let’s Collaborate If you have a serious idea or project, I’m all ears! Whether you need custom plugins, integration help, or partnership, drop me a line.

Thanks for checking out AGI-SaaS—your modular AI foundation awaits! 🙏

Pour toute question, collaboration ou utilisation commerciale :

📧 [email protected]

Read Entire Article