Vensus137/Coreness ? reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted platform for running AI agents and Telegram bots where most of the logic is described in YAML instead of hardcoded in Python.
I want one instance to manage multiple separate bots and tenants, with each tenant keeping its own settings, сценарии, storage, and data isolated from the others. It should support event based workflows, scheduled jobs, message triggers, simple conditions, and actions like sending messages, calling APIs, and using AI models. Please include support for Telegram bot flows, a master bot for managing tenants, and a plugin system so new actions or services can be added later.
I also want built in AI features for chat assistants and RAG, with vector search backed by PostgreSQL and pgvector, plus support for common LLM providers through an API layer. Make it easy to run with Docker, use PostgreSQL as the main database, and include clear sample configs and docs so I can get a working bot and a tenant setup quickly.
Are you gonna build this?
make sure you review the code using coderabbit