governed-tool-executor
Nomotic (GovernedToolExecutor)
Basic Usage
from nomotic import Nomotic
agent = Nomotic.connect("my-agent")
# Execute — governance runs automatically
result = agent.execute("write_record", target="customer_db", data=payload)How It Works
Async Executor
Execution Results
Tool Metadata
Related
Last updated

