No description
Find a file
2025-11-19 14:03:11 +00:00
.vscode Added VSCode settings 2025-11-10 18:49:22 +00:00
apps Added agents app and compose tweaks 2025-11-19 12:55:15 +00:00
compose Added serve view with settings cleaned up 2025-11-19 13:30:51 +00:00
config Added serve view with settings cleaned up 2025-11-19 13:30:51 +00:00
documents Added features pdf 2025-11-10 22:50:21 +00:00
notebooks Added requirements file 2025-11-14 12:40:48 +00:00
src Remapped structure for apps and frontend 2025-11-18 18:30:21 +00:00
.editorconfig Modified and cleaned up files 2025-11-18 18:48:42 +00:00
.gitignore Added whitenoise requirement 2025-11-19 13:37:50 +00:00
.prettierignore Modified and cleaned up files 2025-11-18 18:48:42 +00:00
.prettierrc Added initial frontend and backend server 2025-11-08 23:28:11 +00:00
eslint.config.mjs Added compose files for local development and other tweaks 2025-11-18 21:39:01 +00:00
index.html Remapped structure for apps and frontend 2025-11-18 18:30:10 +00:00
manage.py Remapped structure for apps and frontend 2025-11-18 18:30:10 +00:00
package-lock.json Modified and cleaned up files 2025-11-18 18:48:42 +00:00
package.json Modified and cleaned up files 2025-11-18 18:48:42 +00:00
README.md Stripped down readme to minimal details with updated stack 2025-11-19 14:01:14 +00:00
requirements.txt Added whitenoise requirement 2025-11-19 13:37:50 +00:00
tsconfig.json Added compose files for local development and other tweaks 2025-11-18 21:39:01 +00:00
vite.config.ts Added compose files for local development and other tweaks 2025-11-18 21:39:01 +00:00

An Agentic Approach to Domain-Specific Trainers - Dynavera

A proof-of-concept platform for automating the induction and support of new hires or team members into a role or domain 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 domain.
  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. Domain Specific Trainers Support the creation of trainers specialized for different roles, fields, or industries.

Tech Stack

  • Backend: Django
  • Frontend: Vue 3 + Vite
  • AI Agents: Python-based agents (TBD)
  • Containerization: Docker + Docker Compose
  • Database: (TBD)
  • Authentication: JWT / OAuth2 / Custom Managed (TBD)

Features

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

Usage

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