A robust, enterprise-ready agentic AI platform featuring secure, configurable LLM workflows and a modern, user-friendly interface inspired by Anthropic’s Claude Desktop.
backend/– FastAPI backend (API, Gemini LLM integration, MCP server, PII handling)frontend/– React frontend (modern UI, chat, tools, health checks)
graph TD;
User["User Interface (React)"] -->|REST API| Backend["FastAPI Server"]
Backend -->|LLM API| Gemini["Gemini (Google AI)"]
Backend -->|Configurable Pipeline| MCP["MCP Tools & Pipeline"]
Backend -->|PII Masking| PII["PII Handler"]
-
Clone the repository:
git clone <your-repo-url> cd agentic-ai
-
See
backend/README.mdfor backend setup -
See
frontend/README.mdfor frontend setup
- Gemini LLM integration (configurable)
- Secure, session-based PII masking/restoration
- Config-driven MCP pipeline (pre/post-processing, tools)
- Modern React UI with chat, model selection, and tool sidebar
- Health checks, error handling, and extensible architecture
MIT