Skip to content

Prajituric/Artificial-Intelligence-Operations-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AION - Artificial Intelligence Operations Network

AI-driven platform for managing, training, and evaluating intelligent agents for business automation and code review.

General Architecture

  • Frontend: React + Tailwind + Socket.io
  • Backend: Python FastAPI + Celery + Redis
  • AI Engine: LangChain + OpenAI / Llama / Ollama
  • Database: PostgreSQL
  • Object Storage: S3 / local uploads

Module Principale

  1. User Management: Login, roluri (admin, engineer, AI reviewer)
  2. Agent Creator: Create AI agents with different purposes
  3. Task Dispatcher: Send code, text, or data for analysis
  4. Evaluation Engine: Run AI and calculate scores
  5. History & Reports: Show complete history + results + PDF export
  6. Real-Time Feedback: Stream of responses via WebSocket
  7. Admin Dashboard: Graph with AI performance and scores over time

Instalare

# Backend
cd aion-backend
python -m venv venv
source venv/bin/activate  # Pe Windows: venv\Scripts\activate
pip install -r requirements.txt

# Frontend
cd aion-frontend
npm install

Rulare

# Backend
cd aion-backend
uvicorn main:app --reload

# Celery Worker
celery -A worker worker --loglevel=info

# Frontend
cd aion-frontend
npm start
```#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors