Skip to content

nevalang/neva-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neva-ai

neva-ai is an AI-first CLI built in Nevalang.

Scope

  • Keep AI/LLM dependencies out of the main nevalang/neva Go module.
  • Implement the orchestration flow in Nevalang first.
  • Add runtime/stdlib capabilities incrementally behind explicit #extern contracts.

CLI modes

  • chat mode (default when no command): starts an interactive session.
  • run mode: executes one tool call path.

Input model

  • command and flags describe structured intent.
  • prompt is a string parameter (optional, arbitrary text).
  • final user message = typed command rendering + optional free-form prompt.

Current status

This repository currently contains a contract-first skeleton:

About

Nevalang AI CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors