API Reference Index

This index reflects modules that are stable/public in the current SDK in this repository.

Stable Public Modules

ModulePurpose
khaosTop-level exports: decorators, discovery helpers, output utilities, testing exports
khaos.testingCore testing primitives (khaostest, AgentTestClient, ...)
khaos.configConfiguration compatibility loader
khaos.costsRate-table loading and token-cost estimation
khaos.cloudCloud config/session helper utilities for sync flows

Quick Import Check

Python
import khaos
from khaos.testing import khaostest, AgentTestClient, AgentResponse
from khaos.config import load_config, DEFAULT_CONFIG_PATH
from khaos.costs import load_cost_table, estimate_cost_usd
from khaos.cloud import load_cloud_config, get_cloud_session

print(khaos.__version__)

Internal / Non-Stable Areas

Not Public Contract in This Release
Namespaces often referenced in older drafts (for example khaos.runtime,khaos.evaluators, and khaos.scenarios) are not exposed as stable public modules in this repository's open-source release.

Where to Go Next