Skip to main content

Install

Install the CLI with npm i -g @10et/cli. The tenet command is available globally after install.

Initialize

New project:
This runs init → setup → launch in one command. Creates the workspace, configures agents for your stack, deploys CI workflows, and opens your editor. Existing project:
init creates the context layer. setup analyzes your codebase and creates personalized RL agents.

What gets created

Run your first agent

Run one round:

Check health

What’s next

How it works

The RL learning loop, eval system, and agent architecture.

Agent configuration

TOML config reference — metrics, scope, eval scripts.

Memory system

How TENET remembers and learns from history.

Peter Parker

The nightly orchestrator that runs your agents.