Skip to main content
The domain engine provides the product-facing API for building agent applications. It wraps TENET’s internal infrastructure (memory, training, policy, eval) into a clean interface that any app can use.

Core Types

TenetEntity

Generic entity that any domain maps to:
  • Dating: Entity = Match
  • Sales: Entity = Lead
  • Recruiting: Entity = Candidate

TenetConnector

Typed interface to external platforms:

TenetRewardFunction

Domain-specific reward definitions:

The World Class

The World (or DomainEngine) wraps everything: