Starting Interactive Mode
Query Interface
The interface parses natural language queries and synthesizes contextual responses.Query Types
- Knowledge Queries
- Relationship Queries
- Action Queries
- Temporal Queries
Ask about what entities know:Returns:
- Entity knowledge state
- Confidence scores
- Source attributions (exposure events)
Query Processing Pipeline
Elevate Resolution (if needed)
Automatically elevates entity resolution to provide detailed responses:
- TENSOR_ONLY → SCENE (for basic context)
- SCENE → DIALOG (for detailed interactions)
- DIALOG → FULL_CONTEXT (for comprehensive history)
Special Commands
Show available commands and example queries
Display simulation statistics:
- Total entities
- Total timepoints
- Latest timepoint details
- Resolution distribution
- Cost and token usage
Enter model management interface:
- List available models
- Switch models
- Test model connectivity
- View model details
Exit interactive mode
Example Session
Lazy Resolution Elevation
Interactive mode automatically elevates entity resolution when needed:- Initial State
- Elevation
- Further Detail
TENSOR_ONLY - Entity stored with compressed tensors only (~200 tokens)Query arrives requiring detailed knowledge state
Query Caching
To reduce costs, identical queries are cached for 1 hour:Cost Tracking
Each query displays incremental cost:- Simple knowledge query: $0.002-0.005
- Complex relationship query: $0.005-0.010
- Temporal evolution query: $0.010-0.020
- Query with resolution elevation: +$0.010-0.050
Configuration
Interactive mode uses standard Hydra config:conf/config.yaml
Override Model
Advanced Features
Counterfactual Queries
Supports “what-if” branching scenarios:Multi-Entity Queries
- Multi-entity relationships
- Interaction patterns
- Social dynamics
Attribution Tracking
All responses include source attribution:Help Text
Status Output
Error Handling
When queries fail, the system provides helpful feedback:Integration with Other Modes
Interactive mode works best after training:Next Steps
Training
Populate entities with knowledge
Evaluation
Validate entity quality
Resolution Engine
Learn about lazy resolution
CLI Overview
Back to CLI overview

