@noir-ai/model
v1.8.0
Published
Noir model — optional bounded single-shot LLM layer (anthropic / openai / openai-compatible); agent loops are impossible by design.
Maintainers
Readme
@noir-ai/model
An optional, bounded model layer — single-shot completion only, provider-explicit, that null-degrades cleanly without a key. Backed by three dynamically imported adapters (Anthropic, OpenAI, and OpenAI-compatible via fetch for Ollama / LM Studio / vLLM). Agent loops are impossible by design: no tools or stream parameters exist on the request.
Part of the Noir toolkit — the discipline, context, and memory layer for any agentic CLI.
Install
npm install @noir-ai/modelMost users install the CLI instead, which configures providers via
noir init/noir doctor:npm install -g @noir-ai/cli
License
MIT © agaaaptr
