ASSISTENTE 0.4.2
See the version list below for details.
dotnet add package ASSISTENTE --version 0.4.2
NuGet\Install-Package ASSISTENTE -Version 0.4.2
<PackageReference Include="ASSISTENTE" Version="0.4.2" />
paket add ASSISTENTE --version 0.4.2
#r "nuget: ASSISTENTE, 0.4.2"
// Install ASSISTENTE as a Cake Addin #addin nuget:?package=ASSISTENTE&version=0.4.2 // Install ASSISTENTE as a Cake Tool #tool nuget:?package=ASSISTENTE&version=0.4.2
π€ ASSISTENTE.DEV - Your Coding Companion
π QUICK LINKS: Website | Nuget
π³ DOCKER IMAGES: UI | API | WORKER | DB UPGRADER
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:
Roadmap
Phases:
- β
I phase (POC) - console app for test purpose
Playground
: QUICK LINK - β II phase - UI in Blazor
- π³ III phase - Improve prompts and logic to generate the most accurate answers
- π³ IV phase - Create auth logic (with requests limitation) + publish application on VPS
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
Nice to have
- π³ Add library for translation (prompts and knowledge base)
Common tasks
- β
Prepare
configuration
section inReadme
- β
Prepare
quick start
section inReadme
- π³ Prepare video explainer with simply demo
Configuration
Fill out the settings file
appsettings.json
- QUICK LINKOpenAI_ApiKey
-<API_KEY>
KnowledgePaths_MarkdownNotes
-<PATH_TO_MARKDOWN_NOTES_ROOT>
KnowledgePaths_Repositories
-<PATH_TO_REPOSITORIES_ROOT>
Fill out the
.env
file - QUICK LINKOpenAI_ApiKey
-<API_KEY>
Quick start
Prerequisites: .NET 8
+ Docker
Fill out the settings file (
appsettings.json
) and (.env
) from CONFIGURATION sectionRun
start-enviroment.ps1
scriptRun
learn.ps1
script to initialize and learn notes & codes from locations provided inappsettings.json
(node:KnowledgePaths
).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.4.2)
- ASSISTENTE.Client.Internal (>= 0.4.2)
- ASSISTENTE.EventHandlers (>= 0.4.2)
- ASSISTENTE.Infrastructure (>= 0.4.2)
- ASSISTENTE.Persistence (>= 0.4.2)
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.