Developer Tools

ETHRAEON SDK

Integrate constitutional AI governance into your applications

Coming Soon

Python SDK

The ETHRAEON Python SDK provides direct integration with the Tracelet orchestration framework, enabling your applications to leverage constitutional AI governance.

pip install ethraeon
# Initialize with constitutional governance
from ethraeon import Tracelet, Agent

# Create a governed agent
agent = Agent(
    name="my_agent",
    constitution="default",
    rigidity_level=3  # T3 enforcement
)

# All operations emit EDG evidence
result = await agent.process(task)
print(f"EDG Hash: {result.edg_hash}")
Features

SDK Capabilities

Components

SDK Modules

Resources

Documentation