ASSISTENTE 0.5.1
See the version list below for details.
dotnet add package ASSISTENTE --version 0.5.1
NuGet\Install-Package ASSISTENTE -Version 0.5.1
<PackageReference Include="ASSISTENTE" Version="0.5.1" />
paket add ASSISTENTE --version 0.5.1
#r "nuget: ASSISTENTE, 0.5.1"
// Install ASSISTENTE as a Cake Addin #addin nuget:?package=ASSISTENTE&version=0.5.1 // Install ASSISTENTE as a Cake Tool #tool nuget:?package=ASSISTENTE&version=0.5.1
π€ ASSISTENTE.DEV - Your Coding Companion
π QUICK LINKS: APP Demo π | Website | Nuget
π³ DOCKER IMAGES: UI | API | WORKER | DB UPGRADER | PLAYGROUND
Struggling to keep track of all your dev notes, bookmarks, and useful code snippets scattered across different platforms? Frustrated by the time wasted searching for that crucial information or starting from scratch? π€
Introducing assistente.dev
β your ultimate assistant for developers. It's your personal memory bank, effortlessly storing and retrieving everything you need, precisely when you need it. Whether it's code snippets, course notes, or example solutions, Assistende has you covered. π¦Ύ
Simply paste your query and watch as assistente.dev
draws from your notes, bookmarks, and code bases to provide the perfect solution. With assistente.dev
, say goodbye to wasted time and hello to seamless development. Get started and unlock your productivity potential! π
Answer generation flow:
<img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/youtube.svg" width="18" height="16" alt="YouTube" /> Video Explainer
Roadmap
Phases:
- β
I phase (POC) - console app for test purpose
Playground
: QUICK LINK - β II phase - UI in Blazor
- β III phase - Request limitation (throttling) + publish application on VPS - URL
- π³ IV phase - Improve prompts and logic to generate the most accurate answers
Loading user data
TODO:
- β
Loading and parsing
*.md
files - knowledge base - β
Loading and parsing
*.cs
files - code base - β
Find open source solution for creating embeddins
- β Done partially (currently in use OpenAI embedding service)
- π³
NICE TO HAVE
Integrate LLamaSharp for embeding creation
- β Integration with Qdrant - saving embeddings
Generating results
- β
Generating prompt based on the 'knowledge base' & 'code base'
- β Generate prompt based on 'knowledge base'
- β Generate prompt based on 'code base'
- β Integration with the OpenAI API
- β Add usage of MediatR and prepare Command & Queries libraries
- β Generating answers or ready code (in console app) - depending on what the user needs
- β
Add UI in Blazor
- β
Upload sample notes and code from
DEV_ASSISTENTE
repository for demo purpose - β Generating answers asynchronously (RabbitMQ + SignalR)
- β Display resources list
- β Display asked questions with answers list
- β
Upload sample notes and code from
- β Switch from MSSQL to PostgreSQL
- β Configure VPS to host all environment
- β
Add support for separated scenario for
CODE
generation- β
Add table
QuestionFiles
to save information about select files based on question
- β
Add table
Common tasks
- β
Prepare
configuration
section inReadme
- β
Prepare
quick start
section inReadme
- β Prepare video explainer with simply demo
- β Add HealthChecks for API & Worker
Configuration
Fill out the settings file
appsettings.json
- QUICK LINKOpenAI_ApiKey
-<API_KEY>
Fill out the
.env
file - QUICK LINKOpenAI_ApiKey
-<API_KEY>
Quick start
Prerequisites: Docker
Fill out the settings file (
appsettings.json
) and (.env
) from CONFIGURATION sectionRun
start-enviroment.ps1
script with parameters:- Firstly with
-s
- to start required services - Secondly with
-d
- to upgrade and migrate database - Thirdly with
-a
- to start assistente application - Fourthly with
-p
- to learn assistente
- Firstly with
Voila! Currently you can go to
https://localhost:1008
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- ASSISTENTE.Application (>= 0.5.1)
- ASSISTENTE.Client.Internal (>= 0.5.1)
- ASSISTENTE.EventHandlers (>= 0.5.1)
- ASSISTENTE.Infrastructure (>= 0.5.1)
- ASSISTENTE.Persistence (>= 0.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.0 | 105 | 6/8/2024 |
0.5.5 | 91 | 6/1/2024 |
0.5.4 | 89 | 5/25/2024 |
0.5.3 | 93 | 5/25/2024 |
0.5.2 | 95 | 5/23/2024 |
0.5.1 | 95 | 5/23/2024 |
0.5.0 | 90 | 5/21/2024 |
0.4.4 | 89 | 5/16/2024 |
0.4.3 | 94 | 5/15/2024 |
0.4.2 | 88 | 5/15/2024 |
0.4.1 | 85 | 5/15/2024 |
0.4.0 | 131 | 5/15/2024 |
0.3.4 | 97 | 5/14/2024 |
0.3.3 | 94 | 5/14/2024 |
0.3.2 | 81 | 5/14/2024 |
0.3.1 | 90 | 5/14/2024 |
0.3.0 | 78 | 5/13/2024 |
0.2.0 | 84 | 5/9/2024 |
0.1.2 | 108 | 5/6/2024 |
0.1.1 | 107 | 5/6/2024 |
0.1.0 | 103 | 5/6/2024 |
0.0.2 | 133 | 3/1/2024 |
0.0.1 | 113 | 3/1/2024 |
See https://github.com/jarmatys/DEV_ASSISTENTE/blob/master/CHANGELOG.md for release notes.