Initial commit: MaskanX backend

Independent FastAPI backend for the MaskanX agentic growth platform.

Includes the agent runtime, MCP client integrations (Meta Ads, LinkedIn,
HubSpot, Tavily, Exa, xAI, Citedy, image generation), PostgreSQL storage
for chats and cron jobs, provider and secret management, and the CLI.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
AFFAANh
2026-08-01 10:28:22 +05:30
co-authored by Claude Opus 5
commit 19e1e84fb7
925 changed files with 675474 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
MASKANX_ENV=local
MASKANX_STORAGE_BACKEND=postgres
MASKANX_PORT=8088
MASKANX_CORS_ORIGINS=http://127.0.0.1:5173,http://localhost:5173
DB_HOST=127.0.0.1
DB_PORT=5432
DB_NAME=campaign
DB_USER=postgres
DB_PASSWORD=postgres
DB_SSLMODE=disable
LOG_LEVEL=INFO