PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
43 stars 11 forks source link

Need to improve the startup speed for AISH #138

Closed daxian-dbw closed 2 months ago

daxian-dbw commented 3 months ago

Summary of the new feature / enhancement

~The openai-gpt agent takes about 3 seconds to be ready when I start the AIShell. This is not good. Need to do some performance diagnostics to find out why.~ This is fixed by https://github.com/PowerShell/AISH/pull/154

At the meantime, we should do the ProfileOptimization.StartProfile as in PowerShell, so that assemblies can be loaded in parallel at early stage.

Proposed technical implementation details (optional)

No response