Skip to content

alikefia/zcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZCode

This is a personal project with the ambition to build a local coder assistant.

Target features are :

  • An LSP server with completion based on a small model running locally (Qwen2.5-Coder-1.5B is a good candidate to start). The idea is already used by Zed editor (zeta model)
  • A basic agent that will answer basic questions (ie: what is the idiomatic way to convert string slice to String in Rust) without the need of web search and remote models calls. It should rely on a locally running LLM and few tools to navigate and search the local languages and libraries documentations (that no one use)

About

Personal locally running coder assistant

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors