{"id": 201, "category": "temporal_fact", "query": "What time is it?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 202, "category": "temporal_fact", "query": "Is it morning, afternoon, or evening right now?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 203, "category": "temporal_fact", "query": "Is it past noon?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 204, "category": "temporal_fact", "query": "What hour of the day is it?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 205, "category": "temporal_fact", "query": "What day is it today?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan", "get_all_agents"]} {"id": 206, "category": "temporal_fact", "query": "How many minutes past the hour is it?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 207, "category": "spatial_self", "query": "Where am I right now?", "requires": ["agent_location"], "allowed_tools": ["get_location"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 208, "category": "spatial_self", "query": "What kind of place am I in?", "requires": ["agent_location"], "allowed_tools": ["get_location", "get_location_info"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 209, "category": "spatial_self", "query": "Am I indoors or outdoors right now?", "requires": ["agent_location"], "allowed_tools": ["get_location"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 210, "category": "spatial_self", "query": "What's the name of this location?", "requires": ["agent_location"], "allowed_tools": ["get_location"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 211, "category": "spatial_self", "query": "Am I currently at the library?", "requires": ["agent_location"], "allowed_tools": ["get_location"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 212, "category": "spatial_self", "query": "Am I at home or somewhere else?", "requires": ["agent_location"], "allowed_tools": ["get_location"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 213, "category": "spatial_world", "query": "Is there a park anywhere in town?", "requires": ["all_locations"], "allowed_tools": ["get_all_agents", "get_location_info"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 214, "category": "spatial_world", "query": "Where in town is the library?", "requires": ["all_locations"], "allowed_tools": ["get_location_info", "get_all_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 215, "category": "spatial_world", "query": "How many distinct locations are in this town?", "requires": ["all_locations"], "allowed_tools": ["get_all_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 216, "category": "spatial_world", "query": "Is there a hospital in town?", "requires": ["all_locations"], "allowed_tools": ["get_all_agents", "get_location_info"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 217, "category": "spatial_world", "query": "What buildings are visible from here?", "requires": ["agent_location"], "allowed_tools": ["get_location", "get_location_info"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 218, "category": "spatial_world", "query": "How far is the cafe from here?", "requires": ["agent_location", "all_locations"], "allowed_tools": ["get_location", "get_location_info"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 219, "category": "presence_public", "query": "Who is at the cafe right now?", "requires": ["nearby_agents", "all_locations"], "allowed_tools": ["get_location_info", "get_all_agents", "get_nearby_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 220, "category": "presence_public", "query": "Is anyone at the library?", "requires": ["all_locations"], "allowed_tools": ["get_location_info", "get_all_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 221, "category": "presence_public", "query": "How many people are with me right now?", "requires": ["nearby_agents"], "allowed_tools": ["get_nearby_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan", "get_all_agents"]} {"id": 222, "category": "presence_public", "query": "Are there other townspeople around me?", "requires": ["nearby_agents"], "allowed_tools": ["get_nearby_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan", "get_all_agents"]} {"id": 223, "category": "presence_public", "query": "How many agents are in this town in total?", "requires": ["all_agents"], "allowed_tools": ["get_all_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 224, "category": "presence_public", "query": "Is the cafe currently empty?", "requires": ["all_locations"], "allowed_tools": ["get_location_info", "get_all_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 225, "category": "presence_public", "query": "Where is everyone right now?", "requires": ["all_agents"], "allowed_tools": ["get_all_agents"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 226, "category": "environment_fact", "query": "What season is it?", "requires": ["world_fact"], "allowed_tools": [], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 227, "category": "environment_fact", "query": "What's the weather like today?", "requires": ["world_fact"], "allowed_tools": [], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 228, "category": "environment_fact", "query": "Is it raining outside?", "requires": ["world_fact"], "allowed_tools": [], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 229, "category": "environment_fact", "query": "Is the sun up or down right now?", "requires": ["current_time"], "allowed_tools": ["get_time"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]} {"id": 230, "category": "environment_fact", "query": "Is the cafe open at this hour?", "requires": ["current_time"], "allowed_tools": ["get_time", "get_location_info"], "forbidden_tools": ["get_recent_memories", "get_recent_events", "get_agent_plan"]}