Stripped down readme to minimal details with updated stack
This commit is contained in:
parent
3cda2304e3
commit
e9f2accbf5
1 changed files with 17 additions and 33 deletions
50
README.md
50
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.
|
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
|
## Table of Contents
|
||||||
|
|
||||||
- [Project Goals](#project-goals)
|
- [Project Goals](#project-goals)
|
||||||
- [Tech Stack](#tech-stack)
|
- [Tech Stack](#tech-stack)
|
||||||
- [Architecture](#architecture)
|
- [Features](#features)
|
||||||
- [Features](#features)
|
- [Usage](#usage)
|
||||||
- [Setup](#setup)
|
|
||||||
- [Usage](#usage)
|
|
||||||
- [License](#license)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -31,28 +26,23 @@ The main objectives of this project are:
|
||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
- **Backend:** [NestJS](https://nestjs.com/)
|
- **Backend:** [Django](https://www.djangoproject.com/)
|
||||||
- **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/)
|
- **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/)
|
||||||
- **AI Agents:** Python or JavaScript (TBD)
|
- **AI Agents:** Python-based agents (TBD)
|
||||||
- **Database:** (TBD)
|
- **Containerization:** Docker + Docker Compose
|
||||||
- **Authentication:** JWT / OAuth2 / Custom Managed
|
- **Database:** (TBD)
|
||||||
|
- **Authentication:** JWT / OAuth2 / Custom Managed (TBD)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Automated onboarding workflow for new hires.
|
- Automated onboarding workflow for new hires.
|
||||||
- Role/domain-specific AI training modules.
|
- Role/domain-specific AI training modules.
|
||||||
- Adaptive guidance and personalized learning paths.
|
- Adaptive guidance and personalized learning paths.
|
||||||
- Dashboard for tracking user progress and feedback.
|
- Dashboard for tracking user progress and feedback.
|
||||||
- Modular AI agent integration (Python/JS).
|
- Modular AI agent integration (Python/JS).
|
||||||
- Extensible to multiple domains and roles.
|
- Extensible to multiple domains and roles.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
|
|
||||||
TBC
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -63,9 +53,3 @@ TBC
|
||||||
3. Select the role/domain to train in.
|
3. Select the role/domain to train in.
|
||||||
4. Follow the guided AI-assisted onboarding workflow.
|
4. Follow the guided AI-assisted onboarding workflow.
|
||||||
5. Track progress and view recommendations on the dashboard.
|
5. Track progress and view recommendations on the dashboard.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
[MIT License](LICENSE)
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue