Skip to content

ianmeinert/agentic-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agentic AI Platform

A robust, enterprise-ready agentic AI platform featuring secure, configurable LLM workflows and a modern, user-friendly interface inspired by Anthropic’s Claude Desktop.


Project Structure

  • backend/ – FastAPI backend (API, Gemini LLM integration, MCP server, PII handling)
  • frontend/ – React frontend (modern UI, chat, tools, health checks)

Architecture

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"]
Loading

Quick Start

  1. Clone the repository:

    git clone <your-repo-url>
    cd agentic-ai
  2. See backend/README.md for backend setup

  3. See frontend/README.md for frontend setup


Features

  • 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

License

MIT

About

Agentic AI: A FastAPI + React platform for secure, configurable LLM workflows with dynamic tool pipelines

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors