Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 895 Bytes

File metadata and controls

28 lines (18 loc) · 895 Bytes

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: