Agents that understand
where they are.
Individual agents make poor decisions in isolation. Nomotic gives every agent organizational context β behavioral archetypes, industry compliance presets, situational awareness, and delegation chain intelligence. Agents don't just execute. They understand.
Not just permissions.
Institutional knowledge.
Access control tells agents what they can reach. Context tells agents what they should understand about where they are, what they're doing, and who they're doing it for. An agent with context makes better decisions. An agent without it operates in a vacuum.
- β 25 archetypes covering every enterprise agent type
- β Industry-specific compliance presets ready to deploy
- β Workflow, situational, temporal, and relational context
- β Behavioral fingerprints define 'normal' per agent
- β Delegation chain awareness for multi-agent systems
- β Context modifiers adjust thresholds without code changes
Complete context infrastructure.
25 Built-in Archetypes
Behavioral DNA for every agent type β healthcare, financial, customer-facing, analytical, executor, orchestrator. Each archetype carries expected action distributions and drift weights.
All TiersIndustry Compliance Presets
HIPAA-aligned, SOC2-aligned, PCI-DSS-aligned, FINRA, Federal Reserve. Pre-configured governance parameters for regulated industries. Deploy compliant from day one.
All TiersContext Profiles
Rich operational context: workflow state, situational mode, temporal patterns, relational chains. Context profiles modify evaluation thresholds automatically without code changes.
EnterpriseBehavioral Fingerprinting
Every agent develops a unique fingerprint of what 'normal' looks like. Action distributions, target patterns, temporal profiles. Deviations are scored against the fingerprint.
All TiersDelegation Chain Tracking
In multi-agent workflows, governance understands the full chain of delegation. Authority is constrained at each level. Compound actions across agents are evaluated holistically.
Team+Contextual Modifiers
Situational context adjusts governance thresholds automatically. High-volume mode, incident response, maintenance windows β the platform adapts without manual reconfiguration.
EnterpriseSimple to integrate.
Powerful at scale.
from nomotic import GovernanceRuntime, ContextProfile
runtime = GovernanceRuntime()
# Build a context profile for the evaluation
profile = ContextProfile(
agent_id="claims-processor",
workflow=WorkflowContext(status="active", current_step="verify"),
situational=SituationalContext(
operational_mode="high_volume",
urgency="routine",
),
relational=RelationalContext(
parent_agent_id="orchestrator-agent",
delegation_chain=[...],
),
)
# Context modifies evaluation thresholds automatically
verdict = runtime.evaluate(action, profile)
Context features
across tiers.
| Feature | Community | Team | Enterprise |
|---|---|---|---|
| 25 built-in archetypes with behavioral DNA | β | β | β |
| Industry compliance presets (HIPAA, SOC2, PCI-DSS) | β | β | β |
| Context profiles (workflow, situational, temporal) | β | β | β |
| Behavioral fingerprinting (per-agent normal) | β | β | β |
| Contextual modifiers for evaluation thresholds | β | β | β |
| Delegation chain tracking | β | β | β |
| Custom archetypes | β | β | β |
| Custom compliance presets | β | β | β |
| Organizational context library | β | β | β |
| Industry-specific drift benchmarks | β | β | β |
| FINRA / Federal Reserve compliance presets | β | β | β |
Give your agents
organizational context.
Context-aware governance is available across all tiers. Custom archetypes and compliance presets unlock in Team and Enterprise.