SDK Documentation

Python API

Programmatic access to the Neural Amortized Reasoning Engine.

NareProductionAgent

The main orchestrator class. It coordinates the routing engine, episodic memory, and verification oracles.

from nare.core.agent import NareProductionAgent

agent = NareProductionAgent()
result = await agent.solve(
    query="Add type hints to auth.py",
    working_dir="./src"
)
Core Methods
.solve()Executes a task autonomously using the 5-tier pipeline.
.route()Determines the optimal routing tier for a given intent.
.recall()Retrieves similar episodic traces from persistent memory.

Configuration

NareConfig
from nare.config import NareConfig

config = NareConfig(
    memory_enabled=True,
    similarity_threshold=0.85,
    default_model="claude-3-5-sonnet-20241022"
)
CLI Documentation →
Terminal commands and session management
Nare LabsNare Labs

Research laboratory building high-performance AI infrastructure for deterministic reasoning.

Foundation

Proprietary Technology.
All rights reserved.
© 2026 Nare Labs.

Verified SynthesisDeterministic Reasoning
SYSTEM_STATUS: [OPERATIONAL]