No description
Find a file
Viswamedha Nalabotu d357305ecf Added git to image
2026-01-28 10:26:35 +00:00
.vscode Added vscode suggestions 2026-01-17 20:40:09 +00:00
apps Cleaned tasks file, updated field for model 2026-01-27 22:17:22 +00:00
compose Added agent models, viewsets, consumers, gpu and mcp 2026-01-20 17:21:28 +00:00
config Added default storage backend 2026-01-25 17:28:37 +00:00
data Added dummy data for testing 2026-01-20 02:59:52 +00:00
mcp_agent Added code for fine tuning 2026-01-28 09:56:02 +00:00
notebooks Added preparation notebook 2026-01-28 09:55:43 +00:00
requirements Added extra requirements 2026-01-27 16:54:28 +00:00
src Added training files models, viewsets and api paths with frontend upload 2026-01-25 17:29:37 +00:00
.dockerignore Added docker ignore 2026-01-17 21:13:14 +00:00
.editorconfig Modified scripts, prettier, editor confs and env 2026-01-18 14:27:58 +00:00
.env.template Added celery image tag 2026-01-28 10:08:37 +00:00
.gitattributes Added node ignore and attributes 2026-01-17 20:40:34 +00:00
.gitignore Added media and models folder to gitignore 2026-01-27 22:18:01 +00:00
.gitlab-ci.yml Added git to image 2026-01-28 10:26:35 +00:00
.prettierignore Modified scripts, prettier, editor confs and env 2026-01-18 14:27:58 +00:00
.prettierrc.json Added vite, ts, lint and package files 2026-01-17 21:03:12 +00:00
env.d.ts Added ant, fixed types issues 2026-01-17 21:23:30 +00:00
eslint.config.ts Added ant, fixed types issues 2026-01-17 21:23:30 +00:00
index.html Added vite, ts, lint and package files 2026-01-17 21:03:12 +00:00
manage.py Added project level settings, api, celery and view 2026-01-17 14:11:24 +00:00
package-lock.json Modified scripts, prettier, editor confs and env 2026-01-18 14:27:58 +00:00
package.json Modified scripts, prettier, editor confs and env 2026-01-18 14:27:58 +00:00
README.md Updated path 2026-01-17 20:36:04 +00:00
tsconfig.json Tweaked configuration settings 2026-01-18 14:27:15 +00:00
vite.config.ts Tweaked configuration settings 2026-01-18 14:27:15 +00:00

An Agentic Approach to Role-Specific Trainers - Dynavera

A proof-of-concept platform for automating the induction and support of new hires or team members into a role using AI agents. This project demonstrates a reusable workflow that combines a modern full-stack application with AI-driven guidance and assessment.


Table of Contents


Project Goals

The main objectives of this project are:

  1. Reusable Workflow Create a pipeline that can automatically onboard and guide new hires or team members in a specific role.
  2. AI Agent Integration Use intelligent agents to provide guidance, monitor progress, and adapt learning to individual users.
  3. Real-World Testing Evaluate the suitability and effectiveness of the tool in realistic onboarding scenarios.
  4. Role Specific Trainers Support the creation of trainers specialized for different roles, fields, or industries.

Tech Stack


Features

  • Automated onboarding workflow for new hires.
  • Role-specific AI training modules.
  • Adaptive guidance and personalized learning paths.
  • Dashboard for tracking user progress and feedback.
  • Modular AI agent integration (Python/JS).

Usage

  1. Navigate to the frontend URL (hosted at https://fyp.viswamedha.com).
  2. Register a new user or login.
  3. Select the role to train in.
  4. Follow the guided AI-assisted onboarding workflow.
  5. Track progress and view recommendations on the dashboard.