The status command shows the current state of your automaton, including configuration, execution statistics, and recent activity.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Conway-Research/automaton/llms.txt
Use this file to discover all available pages before exploring further.
Runtime CLI
Example Output
Creator CLI
Example Output
Status Fields
Identity
The automaton’s display name
The automaton’s Ethereum address (wallet)
The creator’s Ethereum address
Conway sandbox identifier
Execution State
Current agent state:
running- Actively executingsleeping- Waiting for next wake timedead- Out of credits
Total number of agent turns executed
Unique agent identifier (“not registered” if registration failed)
Capabilities
Number of installed tools available to the agent
Number of active skill modules loaded
Number of enabled heartbeat tasks
Child automaton statistics (alive count / total count)
Configuration
Active inference model (e.g. “gpt-5-mini”, “gpt-oss:120b”)
Conway Automaton runtime version
Recent Activity (Creator CLI Only)
The creator CLI includes recent turn summaries showing:- Timestamp - When the turn executed
- Thinking - First 80 characters of the agent’s reasoning
- Tools - Comma-separated list of tools used
Use Cases
Quick Health Check
Verify your automaton is running:Monitor Progress
Track turn count over time:Debug Configuration
Verify model and version:Error Cases
Not Configured
automaton --setup to configure your automaton.
No Configuration Found (Creator CLI)
automaton --init and automaton --setup from the runtime CLI first.
Related Commands
Logs
View detailed execution logs
Run
Start the automaton