API reference¶
ChemWorld exposes the same runtime surface as v0.2.0. Start from the agent-facing helpers, then use the deeper contracts when authoring worlds or evaluation code.
| Topic | Reference |
|---|---|
| Installation and first environment | Getting started |
| Typed operation payloads | Action schema |
| Supported process operations | Operations |
| World component compatibility | Composition contract |
| Composition examples | Composition examples |
| Capability coverage | World capability map |
Core agent-facing calls are available on env.unwrapped:
env.unwrapped.task_prompt()
env.unwrapped.available_actions()
env.unwrapped.action_schema("heat")
env.unwrapped.validate_action(action)
env.unwrapped.agent_view_bundle(observation, info)