======================================================================TEMPORAL SIMULATION INTERACTIVE QUERY INTERFACE======================================================================You can ask questions about entities in the temporal simulation.Examples: 'What did George Washington think about becoming president?' 'How did Thomas Jefferson feel about the inauguration?' 'What actions did Alexander Hamilton take during the ceremony?'Type 'help' for more examples, 'exit' or 'quit' to leave.Query: _
"What did George Washington think about becoming president?""What does Thomas Jefferson know about the Constitution?""Tell me Hamilton's understanding of the financial system"
Returns:
Entity knowledge state
Confidence scores
Source attributions (exposure events)
Ask about entity connections:
"How does Jefferson relate to Hamilton?""What is the relationship between Washington and Adams?""Who does Madison trust?"
Returns:
Relationship types
Social network structure
Interaction history
Ask about entity behaviors:
"What actions did Hamilton take during the ceremony?""How did Washington respond to the cabinet meeting?""What did Jefferson do after hearing the proposal?"
Returns:
Recorded actions
Timepoint context
Causal relationships
Ask about changes over time:
"How did Washington's views evolve over the ceremony?""What changed in Jefferson's thinking between timepoints?""Show me Hamilton's knowledge growth"
Query: What did George Washington think about becoming president? Parsing query... Intent: knowledge about george_washington (confidence: 0.9) Synthesizing response...Response:George Washington held mixed feelings about assuming the presidency. Based onhis exposure events from the inauguration ceremony (1789-04-30):1. **Sense of duty** (confidence: 0.95) Source: Witnessed public expectation at Federal Hall "The weight of responsibility is immense, but the nation requires steady leadership to unite the states."2. **Personal reluctance** (confidence: 0.92) Source: Private reflections recorded during oath ceremony "I would have preferred to remain at Mount Vernon, but duty calls."3. **Concerns about precedent** (confidence: 0.89) Source: Cabinet discussions on April 30 "Every action I take will set precedent for future presidents. This requires careful consideration."Cost so far: $0.0045Query: statusSimulation Status: Entities: 5 Timepoints: 5 Total cost: $0.0234 Tokens used: 1,567 Latest timepoint: tp_005 Event: Jefferson expresses concerns about centralized power... Resolution distribution: SCENE: 3 entities DIALOG: 2 entitiesQuery: exitGoodbye! 👋
# Use different model for interactive modepython cli.py mode=interactive llm.model=deepseek/deepseek-chat# Adjust temperaturepython cli.py mode=interactive llm.temperature=0.3
Available commands: help, h, ? Show this help status Show simulation status and statistics models Manage LLM models (list, switch, test) exit, quit, q Leave the interactive interfaceQuery examples: "What did George Washington think about becoming president?" "How did Thomas Jefferson feel during the inauguration?" "What actions did Alexander Hamilton take after the ceremony?" "Tell me about James Madison's thoughts on the new government" "What was John Adams' reaction to the presidential oath?"The system will automatically:- Parse your natural language query- Identify relevant entities and timepoints- Elevate resolution if needed for detailed responses- Provide attribution showing knowledge sources- Track query history for better future responsesNote: The system uses causal temporal simulation where entities evolveover timepoints.
When queries fail, the system provides helpful feedback:
Error processing query: Entity not found: 'benjamin_franklin'Available entities: george_washington, john_adams, thomas_jefferson, alexander_hamilton, james_madisonTry again or type 'help' for guidance.