From e9f2accbf5456fafca8bdcb83ea521f7ad65ac61 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Wed, 19 Nov 2025 14:01:14 +0000 Subject: [PATCH] Stripped down readme to minimal details with updated stack --- README.md | 50 +++++++++++++++++--------------------------------- 1 file changed, 17 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index de24ce4..72edd63 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,15 @@ -# An Agentic Approach to Domain-Specific Trainers +# 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. -Tentative app name: Dynavera - --- ## Table of Contents -- [Project Goals](#project-goals) -- [Tech Stack](#tech-stack) -- [Architecture](#architecture) -- [Features](#features) -- [Setup](#setup) -- [Usage](#usage) -- [License](#license) +- [Project Goals](#project-goals) +- [Tech Stack](#tech-stack) +- [Features](#features) +- [Usage](#usage) --- @@ -31,28 +26,23 @@ The main objectives of this project are: ## Tech Stack -- **Backend:** [NestJS](https://nestjs.com/) -- **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/) -- **AI Agents:** Python or JavaScript (TBD) -- **Database:** (TBD) -- **Authentication:** JWT / OAuth2 / Custom Managed +- **Backend:** [Django](https://www.djangoproject.com/) +- **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/) +- **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. - ---- - -## Setup - -TBC +- 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. --- @@ -63,9 +53,3 @@ TBC 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. - ---- - -## License - -[MIT License](LICENSE)