Coverage report: 7%

Files Functions Classes

coverage.py v7.13.4, created at 2026-02-28 17:48 +0000

File function   statements missing excluded   coverage
tinytroupe / __init__.py ConfigManager.__init__   2 0 0   100%
tinytroupe / __init__.py ConfigManager._initialize_from_config   39 1 0   97%
tinytroupe / __init__.py ConfigManager.update   8 8 0   0%
tinytroupe / __init__.py ConfigManager.update_multiple   2 2 0   0%
tinytroupe / __init__.py ConfigManager.get   1 1 0   0%
tinytroupe / __init__.py ConfigManager.reset   2 2 0   0%
tinytroupe / __init__.py ConfigManager.__getitem__   1 1 0   0%
tinytroupe / __init__.py ConfigManager.config_defaults   5 0 0   100%
tinytroupe / __init__.py ConfigManager.config_defaults.decorator   2 0 0   100%
tinytroupe / __init__.py ConfigManager.config_defaults.decorator.wrapper   7 7 0   0%
tinytroupe / __init__.py get_config   3 3 0   0%
tinytroupe / __init__.py (no function)   37 2 0   95%
tinytroupe / agent / __init__.py (no function)   28 28 0   0%
tinytroupe / agent / action_generator.py ActionGenerator.__init__   25 25 0   0%
tinytroupe / agent / action_generator.py ActionGenerator.generate_next_action   51 51 0   0%
tinytroupe / agent / action_generator.py ActionGenerator.generate_next_action.update_best   5 5 0   0%
tinytroupe / agent / action_generator.py ActionGenerator.generate_next_action.finish_return   7 7 0   0%
tinytroupe / agent / action_generator.py ActionGenerator._generate_tentative_action   20 20 0   0%
tinytroupe / agent / action_generator.py ActionGenerator._check_action_quality   24 24 0   0%
tinytroupe / agent / action_generator.py ActionGenerator._check_proposition   9 9 0   0%
tinytroupe / agent / action_generator.py ActionGenerator._check_next_action_similarity   10 10 0   0%
tinytroupe / agent / action_generator.py ActionGenerator._correct_action   7 7 0   0%
tinytroupe / agent / action_generator.py ActionGenerator.get_statistics   8 8 0   0%
tinytroupe / agent / action_generator.py PoorQualityActionException.__init__   2 2 0   0%
tinytroupe / agent / action_generator.py (no function)   19 19 0   0%
tinytroupe / agent / browser_faculty.py BrowserFaculty.__init__   1 1 0   0%
tinytroupe / agent / browser_faculty.py BrowserFaculty.process_action   40 40 0   0%
tinytroupe / agent / browser_faculty.py BrowserFaculty.actions_definitions_prompt   2 2 0   0%
tinytroupe / agent / browser_faculty.py BrowserFaculty.actions_constraints_prompt   2 2 0   0%
tinytroupe / agent / browser_faculty.py (no function)   8 8 0   0%
tinytroupe / agent / grounding.py GroundingConnector.__init__   1 1 0   0%
tinytroupe / agent / grounding.py GroundingConnector.retrieve_relevant   1 1 0   0%
tinytroupe / agent / grounding.py GroundingConnector.retrieve_by_name   1 1 0   0%
tinytroupe / agent / grounding.py GroundingConnector.list_sources   1 1 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector.__init__   4 4 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector._post_init   15 15 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector._serialize_index   15 15 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector._deserialize_index   14 14 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector.retrieve_relevant   14 14 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector.retrieve_by_name   10 10 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector.list_sources   3 3 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector.add_document   1 1 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector.add_documents   18 18 0   0%
tinytroupe / agent / grounding.py BaseSemanticGroundingConnector._set_internal_id_to_documents   5 5 0   0%
tinytroupe / agent / grounding.py LocalFilesGroundingConnector.__init__   2 2 0   0%
tinytroupe / agent / grounding.py LocalFilesGroundingConnector._post_init   4 4 0   0%
tinytroupe / agent / grounding.py LocalFilesGroundingConnector.add_folders   10 10 0   0%
tinytroupe / agent / grounding.py LocalFilesGroundingConnector.add_folder   5 5 0   0%
tinytroupe / agent / grounding.py LocalFilesGroundingConnector.add_file_path   3 3 0   0%
tinytroupe / agent / grounding.py LocalFilesGroundingConnector._mark_folder_as_loaded   4 4 0   0%
tinytroupe / agent / grounding.py WebPagesGroundingConnector.__init__   2 2 0   0%
tinytroupe / agent / grounding.py WebPagesGroundingConnector._post_init   4 4 0   0%
tinytroupe / agent / grounding.py WebPagesGroundingConnector.add_web_urls   7 7 0   0%
tinytroupe / agent / grounding.py WebPagesGroundingConnector.add_web_url   1 1 0   0%
tinytroupe / agent / grounding.py WebPagesGroundingConnector._mark_web_url_as_loaded   4 4 0   0%
tinytroupe / agent / grounding.py (no function)   51 51 0   0%
tinytroupe / agent / memory.py TinyMemory._preprocess_value_for_storage   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory._store   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.store   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.store_all   4 4 0   0%
tinytroupe / agent / memory.py TinyMemory.retrieve   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.retrieve_recent   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.retrieve_all   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.retrieve_relevant   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.summarize_relevant_via_full_scan   16 16 0   0%
tinytroupe / agent / memory.py TinyMemory.filter_by_item_type   1 1 0   0%
tinytroupe / agent / memory.py TinyMemory.filter_by_item_types   1 1 0   0%
tinytroupe / agent / memory.py EpisodicMemory.__init__   4 4 0   0%
tinytroupe / agent / memory.py EpisodicMemory.commit_episode   2 2 0   0%
tinytroupe / agent / memory.py EpisodicMemory.get_current_episode   3 3 0   0%
tinytroupe / agent / memory.py EpisodicMemory.count   1 1 0   0%
tinytroupe / agent / memory.py EpisodicMemory.clear   7 7 0   0%
tinytroupe / agent / memory.py EpisodicMemory._memory_with_current_buffer   1 1 0   0%
tinytroupe / agent / memory.py EpisodicMemory._store   1 1 0   0%
tinytroupe / agent / memory.py EpisodicMemory.retrieve   8 8 0   0%
tinytroupe / agent / memory.py EpisodicMemory.retrieve_recent   7 7 0   0%
tinytroupe / agent / memory.py EpisodicMemory.retrieve_all   2 2 0   0%
tinytroupe / agent / memory.py EpisodicMemory.retrieve_relevant   1 1 0   0%
tinytroupe / agent / memory.py EpisodicMemory.retrieve_first   3 3 0   0%
tinytroupe / agent / memory.py EpisodicMemory.retrieve_last   4 4 0   0%
tinytroupe / agent / memory.py SemanticMemory.__init__   2 2 0   0%
tinytroupe / agent / memory.py SemanticMemory._post_init   4 4 0   0%
tinytroupe / agent / memory.py SemanticMemory._preprocess_value_for_storage   17 17 0   0%
tinytroupe / agent / memory.py SemanticMemory._store   5 5 0   0%
tinytroupe / agent / memory.py SemanticMemory.retrieve_relevant   1 1 0   0%
tinytroupe / agent / memory.py SemanticMemory.retrieve_all   15 15 0   0%
tinytroupe / agent / memory.py SemanticMemory._build_document_from   5 5 0   0%
tinytroupe / agent / memory.py SemanticMemory._build_documents_from   1 1 0   0%
tinytroupe / agent / memory.py MemoryProcessor.process   1 1 0   0%
tinytroupe / agent / memory.py EpisodicConsolidator.process   5 5 0   0%
tinytroupe / agent / memory.py EpisodicConsolidator._consolidate   0 0 1   100%
tinytroupe / agent / memory.py ReflectionConsolidator.process   1 1 0   0%
tinytroupe / agent / memory.py ReflectionConsolidator._reflect   1 1 0   0%
tinytroupe / agent / memory.py ReflectionConsolidator._reflect   1 1 0   0%
tinytroupe / agent / memory.py (no function)   57 57 0   0%
tinytroupe / agent / mental_faculty.py TinyMentalFaculty.__init__   4 4 0   0%
tinytroupe / agent / mental_faculty.py TinyMentalFaculty.__str__   1 1 0   0%
tinytroupe / agent / mental_faculty.py TinyMentalFaculty.__eq__   3 3 0   0%
tinytroupe / agent / mental_faculty.py TinyMentalFaculty.process_action   1 1 0   0%
tinytroupe / agent / mental_faculty.py TinyMentalFaculty.actions_definitions_prompt   1 1 0   0%
tinytroupe / agent / mental_faculty.py TinyMentalFaculty.actions_constraints_prompt   1 1 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.__init__   7 7 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.add_action   1 1 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.add_actions   2 2 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.add_action_constraint   1 1 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.add_actions_constraints   2 2 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.process_action   9 9 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.actions_definitions_prompt   4 4 0   0%
tinytroupe / agent / mental_faculty.py CustomMentalFaculty.actions_constraints_prompt   4 4 0   0%
tinytroupe / agent / mental_faculty.py RecallFaculty.__init__   1 1 0   0%
tinytroupe / agent / mental_faculty.py RecallFaculty.process_action   19 19 0   0%
tinytroupe / agent / mental_faculty.py RecallFaculty.actions_definitions_prompt   2 2 0   0%
tinytroupe / agent / mental_faculty.py RecallFaculty.actions_constraints_prompt   2 2 0   0%
tinytroupe / agent / mental_faculty.py FilesAndWebGroundingFaculty.__init__   3 3 0   0%
tinytroupe / agent / mental_faculty.py FilesAndWebGroundingFaculty.process_action   18 18 0   0%
tinytroupe / agent / mental_faculty.py FilesAndWebGroundingFaculty.actions_definitions_prompt   2 2 0   0%
tinytroupe / agent / mental_faculty.py FilesAndWebGroundingFaculty.actions_constraints_prompt   2 2 0   0%
tinytroupe / agent / mental_faculty.py TinyToolUse.__init__   2 2 0   0%
tinytroupe / agent / mental_faculty.py TinyToolUse.process_action   4 4 0   0%
tinytroupe / agent / mental_faculty.py TinyToolUse.actions_definitions_prompt   4 4 0   0%
tinytroupe / agent / mental_faculty.py TinyToolUse.actions_constraints_prompt   4 4 0   0%
tinytroupe / agent / mental_faculty.py SequentialThinkingFaculty.__init__   3 3 0   0%
tinytroupe / agent / mental_faculty.py SequentialThinkingFaculty.process_action   1 1 0   0%
tinytroupe / agent / mental_faculty.py SequentialThinkingFaculty.actions_definitions_prompt   1 1 0   0%
tinytroupe / agent / mental_faculty.py SequentialThinkingFaculty.actions_constraints_prompt   1 1 0   0%
tinytroupe / agent / mental_faculty.py (no function)   43 43 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.__init__   13 13 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._post_init   58 58 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._rename   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.generate_agent_system_prompt   14 14 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.reset_prompt   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.__getitem__   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.__setitem__   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.__add__   6 6 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.get   7 7 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.import_fragment   6 6 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.include_persona_definitions   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.define   10 10 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.define_relationships   11 11 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.clear_relationships   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.related_to   4 4 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.add_mental_faculties   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.add_mental_faculty   4 4 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.act   25 25 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.act.aux_pre_act   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.act.aux_act_once   22 22 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.listen   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.socialize   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.see   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.think   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.sequential_think   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.internalize_goal   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._observe   8 8 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.listen_and_act   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.see_and_act   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.think_and_act   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.read_documents_from_folder   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.read_document_from_file   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.read_documents_from_web   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.read_document_from_web   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.move_to   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.change_context   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.make_agent_accessible   4 4 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.make_agents_accessible   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.make_agent_inaccessible   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.make_all_agents_inaccessible   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.accessible_agents   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._update_cognitive_state   13 13 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.store_in_memory   6 6 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.consolidate_episode_memories   16 16 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.optimize_memory   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.clear_episodic_memory   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.retrieve_memories   4 4 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.retrieve_recent_memories   4 4 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.retrieve_relevant_memories   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.retrieve_relevant_memories_for_current_context   9 9 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.summarize_relevant_memories_via_full_scan   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.last_remembered_action   10 10 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._display_communication   15 15 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._push_and_display_latest_communication   2 2 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.pop_and_display_latest_communications   5 5 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.clear_communications_buffer   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.pop_latest_actions   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.pop_actions_and_get_contents_for   5 5 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.__repr__   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.minibio   11 11 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.pp_current_interactions   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.pp_last_interactions   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.pretty_current_interactions   26 26 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._pretty_stimuli   15 15 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._pretty_action   9 9 0   0%
tinytroupe / agent / tiny_person.py TinyPerson._pretty_timestamp   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.iso_datetime   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.save_specification   9 9 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.load_specification   9 9 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.load_specifications_from_folder   7 7 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.encode_complete_state   10 10 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.decode_complete_state   12 12 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.create_new_agent_from_current_spec   5 5 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.add_agent   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.has_agent   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.set_simulation_for_free_agents   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.get_agent_by_name   3 3 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.all_agents_names   1 1 0   0%
tinytroupe / agent / tiny_person.py TinyPerson.clear_agents   1 1 0   0%
tinytroupe / agent / tiny_person.py (no function)   147 147 0   0%
tinytroupe / control.py Simulation.__init__   19 19 0   0%
tinytroupe / control.py Simulation.begin   18 18 0   0%
tinytroupe / control.py Simulation.end   5 5 0   0%
tinytroupe / control.py Simulation.checkpoint   4 4 0   0%
tinytroupe / control.py Simulation.add_agent   5 5 0   0%
tinytroupe / control.py Simulation.add_environment   5 5 0   0%
tinytroupe / control.py Simulation.add_factory   5 5 0   0%
tinytroupe / control.py Simulation._execution_trace_position   1 1 0   0%
tinytroupe / control.py Simulation._function_call_hash   10 10 0   0%
tinytroupe / control.py Simulation._skip_execution_with_cache   2 2 0   0%
tinytroupe / control.py Simulation._is_transaction_event_cached   20 20 0   0%
tinytroupe / control.py Simulation._get_cached_parallel_value   3 3 0   0%
tinytroupe / control.py Simulation._drop_cached_trace_suffix   1 1 0   0%
tinytroupe / control.py Simulation._add_to_execution_trace   5 5 0   0%
tinytroupe / control.py Simulation._add_to_cache_trace   8 8 0   0%
tinytroupe / control.py Simulation._load_cache_file   5 5 0   0%
tinytroupe / control.py Simulation._save_cache_file   9 9 0   0%
tinytroupe / control.py Simulation.begin_transaction   3 3 0   0%
tinytroupe / control.py Simulation.end_transaction   2 2 0   0%
tinytroupe / control.py Simulation.is_under_transaction   2 2 0   0%
tinytroupe / control.py Simulation._clear_communications_buffers   4 4 0   0%
tinytroupe / control.py Simulation.begin_parallel_transactions   4 4 0   0%
tinytroupe / control.py Simulation.end_parallel_transactions   1 1 0   0%
tinytroupe / control.py Simulation.is_under_parallel_transactions   1 1 0   0%
tinytroupe / control.py Simulation._encode_simulation_state   11 11 0   0%
tinytroupe / control.py Simulation._decode_simulation_state   26 26 0   0%
tinytroupe / control.py Transaction.__init__   23 23 0   0%
tinytroupe / control.py Transaction.execute   37 37 0   0%
tinytroupe / control.py Transaction._save_output_with_simulation_state   5 5 0   0%
tinytroupe / control.py Transaction._encode_function_output   25 25 0   0%
tinytroupe / control.py Transaction._decode_function_output   25 25 0   0%
tinytroupe / control.py transactional   2 2 0   0%
tinytroupe / control.py transactional.decorator   2 2 0   0%
tinytroupe / control.py transactional.decorator.wrapper   8 8 0   0%
tinytroupe / control.py reset   2 0 0   100%
tinytroupe / control.py _simulation   3 3 0   0%
tinytroupe / control.py begin   4 4 0   0%
tinytroupe / control.py end   2 2 0   0%
tinytroupe / control.py checkpoint   1 1 0   0%
tinytroupe / control.py current_simulation   3 3 0   0%
tinytroupe / control.py cache_hits   1 1 0   0%
tinytroupe / control.py cache_misses   1 1 0   0%
tinytroupe / control.py (no function)   62 0 0   100%
tinytroupe / enrichment / __init__.py (no function)   5 5 0   0%
tinytroupe / enrichment / tiny_enricher.py TinyEnricher.__init__   2 2 0   0%
tinytroupe / enrichment / tiny_enricher.py TinyEnricher.enrich_content   11 11 0   0%
tinytroupe / enrichment / tiny_enricher.py (no function)   7 7 0   0%
tinytroupe / enrichment / tiny_styler.py TinyStyler.__init__   2 2 0   0%
tinytroupe / enrichment / tiny_styler.py TinyStyler.apply_style   17 17 0   0%
tinytroupe / enrichment / tiny_styler.py (no function)   7 7 0   0%
tinytroupe / environment / __init__.py (no function)   6 6 0   0%
tinytroupe / environment / tiny_social_network.py TinySocialNetwork.__init__   2 2 0   0%
tinytroupe / environment / tiny_social_network.py TinySocialNetwork.add_relation   9 9 0   0%
tinytroupe / environment / tiny_social_network.py TinySocialNetwork._update_agents_contexts   7 7 0   0%
tinytroupe / environment / tiny_social_network.py TinySocialNetwork._step   2 2 0   0%
tinytroupe / environment / tiny_social_network.py TinySocialNetwork._handle_reach_out   3 3 0   0%
tinytroupe / environment / tiny_social_network.py TinySocialNetwork.is_in_relation_with   8 8 0   0%
tinytroupe / environment / tiny_social_network.py (no function)   20 20 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.__init__   15 15 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._step   12 12 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._step_sequentially   10 10 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._step_in_parallel   13 13 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._advance_datetime   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run   9 9 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run_minutes   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip_minutes   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run_hours   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip_hours   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run_days   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip_days   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run_weeks   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip_weeks   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run_months   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip_months   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.run_years   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.skip_years   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.add_agents   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.add_agent   9 9 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.remove_agent   4 4 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.remove_all_agents   4 4 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.get_agent_by_name   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.add_intervention   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._handle_actions   9 9 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._handle_reach_out   7 7 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._handle_talk   6 6 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.broadcast   4 4 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.broadcast_thought   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.broadcast_internal_goal   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.broadcast_context_change   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.make_everyone_accessible   4 4 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._display_step_communication   2 2 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._display_intervention_communication   2 2 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._push_and_display_latest_communication   44 44 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.pop_and_display_latest_communications   5 5 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._display   6 6 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.clear_communications_buffer   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.__repr__   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._pretty_step   4 4 0   0%
tinytroupe / environment / tiny_world.py TinyWorld._pretty_intervention   5 5 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.pp_current_interactions   1 1 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.pretty_current_interactions   8 8 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.encode_complete_state   10 10 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.decode_complete_state   16 16 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.add_environment   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.set_simulation_for_free_environments   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.get_environment_by_name   3 3 0   0%
tinytroupe / environment / tiny_world.py TinyWorld.clear_environments   1 1 0   0%
tinytroupe / environment / tiny_world.py (no function)   89 89 0   0%
tinytroupe / examples / __init__.py (no function)   5 5 0   0%
tinytroupe / examples / agents.py create_oscar_the_architect   1 1 0   0%
tinytroupe / examples / agents.py create_oscar_the_architect_2   10 10 0   0%
tinytroupe / examples / agents.py create_lisa_the_data_scientist   1 1 0   0%
tinytroupe / examples / agents.py create_lisa_the_data_scientist_2   10 10 0   0%
tinytroupe / examples / agents.py create_marcos_the_physician   1 1 0   0%
tinytroupe / examples / agents.py create_marcos_the_physician_2   10 10 0   0%
tinytroupe / examples / agents.py create_lila_the_linguist   1 1 0   0%
tinytroupe / examples / agents.py create_lila_the_linguist_2   10 10 0   0%
tinytroupe / examples / agents.py (no function)   11 11 0   0%
tinytroupe / examples / loaders.py load_example_agent_specification   1 1 0   0%
tinytroupe / examples / loaders.py load_example_fragment_specification   1 1 0   0%
tinytroupe / examples / loaders.py list_example_agents   1 1 0   0%
tinytroupe / examples / loaders.py list_example_fragments   1 1 0   0%
tinytroupe / examples / loaders.py (no function)   6 6 0   0%
tinytroupe / experimentation / __init__.py (no function)   6 6 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.__init__   3 3 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.add_experiment   4 4 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.activate_next_experiment   29 29 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.fix_active_experiment   5 5 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.get_active_experiment   1 1 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.get_unfinished_experiments   3 3 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.has_finished_all_experiments   1 1 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.add_experiment_results   12 12 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.get_experiment_results   5 5 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.run_statistical_tests   9 9 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner.finish_active_experiment   18 18 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner._load_or_create_config   6 6 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner._create_default_config   2 2 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner._load_config   4 4 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py InPlaceExperimentRunner._save_config   3 3 0   0%
tinytroupe / experimentation / in_place_experiment_runner.py (no function)   21 21 0   0%
tinytroupe / experimentation / proposition.py Proposition.__init__   13 13 0   0%
tinytroupe / experimentation / proposition.py Proposition.__copy__   2 2 0   0%
tinytroupe / experimentation / proposition.py Proposition.copy   1 1 0   0%
tinytroupe / experimentation / proposition.py Proposition.__call__   1 1 0   0%
tinytroupe / experimentation / proposition.py Proposition._check_precondition   3 3 0   0%
tinytroupe / experimentation / proposition.py Proposition.check   24 24 0   0%
tinytroupe / experimentation / proposition.py Proposition.score   24 24 0   0%
tinytroupe / experimentation / proposition.py Proposition.recommendations_for_improvement   2 2 0   0%
tinytroupe / experimentation / proposition.py Proposition._model   3 3 0   0%
tinytroupe / experimentation / proposition.py Proposition._determine_target   7 7 0   0%
tinytroupe / experimentation / proposition.py Proposition._build_context   21 21 0   0%
tinytroupe / experimentation / proposition.py Proposition._target_as_list   7 7 0   0%
tinytroupe / experimentation / proposition.py check_proposition   2 2 0   0%
tinytroupe / experimentation / proposition.py compute_score   2 2 0   0%
tinytroupe / experimentation / proposition.py (no function)   24 24 0   0%
tinytroupe / experimentation / randomization.py ABRandomizer.__init__   7 7 0   0%
tinytroupe / experimentation / randomization.py ABRandomizer.randomize   5 5 0   0%
tinytroupe / experimentation / randomization.py ABRandomizer.derandomize   5 5 0   0%
tinytroupe / experimentation / randomization.py ABRandomizer.derandomize_name   17 17 0   0%
tinytroupe / experimentation / randomization.py (no function)   8 8 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester.__init__   6 6 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._validate_input_data   32 32 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester.run_test   21 21 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_t_test   16 16 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_welch_t_test   20 20 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_mann_whitney   22 22 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_mann_whitney.median_diff_func   1 1 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_anova   10 10 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_chi_square   11 11 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester.check_assumptions   17 17 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._recommend_test   5 5 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._run_ks_test   26 26 0   0%
tinytroupe / experimentation / statistical_tests.py StatisticalTester._interpret_ks_result   9 9 0   0%
tinytroupe / experimentation / statistical_tests.py cohen_d   10 10 0   0%
tinytroupe / experimentation / statistical_tests.py convert_to_serializable   11 11 0   0%
tinytroupe / experimentation / statistical_tests.py (no function)   19 19 0   0%
tinytroupe / extraction / __init__.py (no function)   8 8 0   0%
tinytroupe / extraction / artifact_exporter.py ArtifactExporter.__init__   1 1 0   0%
tinytroupe / extraction / artifact_exporter.py ArtifactExporter.export   18 18 0   0%
tinytroupe / extraction / artifact_exporter.py ArtifactExporter._export_as_txt   5 5 0   0%
tinytroupe / extraction / artifact_exporter.py ArtifactExporter._export_as_json   4 4 0   0%
tinytroupe / extraction / artifact_exporter.py ArtifactExporter._export_as_docx   8 8 0   0%
tinytroupe / extraction / artifact_exporter.py ArtifactExporter._compose_filepath   11 11 0   0%
tinytroupe / extraction / artifact_exporter.py (no function)   16 16 0   0%
tinytroupe / extraction / normalizer.py Normalizer.__init__   17 17 0   0%
tinytroupe / extraction / normalizer.py Normalizer.normalize   27 27 0   0%
tinytroupe / extraction / normalizer.py (no function)   8 8 0   0%
tinytroupe / extraction / results_extractor.py ResultsExtractor.__init__   8 8 0   0%
tinytroupe / extraction / results_extractor.py ResultsExtractor.extract_results_from_agents   5 5 0   0%
tinytroupe / extraction / results_extractor.py ResultsExtractor.extract_results_from_agent   21 21 0   0%
tinytroupe / extraction / results_extractor.py ResultsExtractor.extract_results_from_world   21 21 0   0%
tinytroupe / extraction / results_extractor.py ResultsExtractor.save_as_json   4 4 0   0%
tinytroupe / extraction / results_extractor.py ResultsExtractor._get_default_values_if_necessary   11 11 0   0%
tinytroupe / extraction / results_extractor.py (no function)   17 17 0   0%
tinytroupe / extraction / results_reducer.py ResultsReducer.__init__   2 2 0   0%
tinytroupe / extraction / results_reducer.py ResultsReducer.add_reduction_rule   3 3 0   0%
tinytroupe / extraction / results_reducer.py ResultsReducer.reduce_agent   24 24 0   0%
tinytroupe / extraction / results_reducer.py ResultsReducer.reduce_agent_to_dataframe   2 2 0   0%
tinytroupe / extraction / results_reducer.py (no function)   8 8 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter.__init__   4 4 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter.report_from_agents   12 12 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter.report_from_interactions   10 10 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter.report_from_data   5 5 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter.display_report   7 7 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter.save_report   10 10 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._extract_agents   7 7 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._interview_agent   12 12 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._format_agent_interview_report   7 7 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._format_interactions_report   7 7 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._format_data_report   1 1 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._generate_report_with_llm   15 15 0   0%
tinytroupe / extraction / results_reporter.py ResultsReporter._get_timestamp   2 2 0   0%
tinytroupe / extraction / results_reporter.py (no function)   24 24 0   0%
tinytroupe / factory / __init__.py (no function)   6 6 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.__init__   3 3 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.__repr__   1 1 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.set_simulation_for_free_factories   3 3 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.add_factory   3 3 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.clear_factories   2 2 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory._clear_factories   1 1 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.encode_complete_state   2 2 0   0%
tinytroupe / factory / tiny_factory.py TinyFactory.decode_complete_state   3 3 0   0%
tinytroupe / factory / tiny_factory.py (no function)   19 19 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.__init__   10 10 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.generate_person_factories   15 15 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.create_factory_from_demography   9 9 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._clear_factories   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.generate_person   48 48 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.generate_person.aux_generate   10 10 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.generate_people   13 13 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._generate_people_in_parallel   13 13 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._generate_people_in_parallel.generate_person_wrapper   3 3 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._generate_people_sequentially   11 11 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory.initialize_sampling_plan   1 1 1   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._initialize_sampling_plan_transaction   33 33 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._all_used_and_precomputed_names   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._is_name_globally_unique   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._is_name_already_assigned   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._compute_sampling_dimensions   0 0 1   100%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._compute_sample_plan   0 0 1   100%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._flatten_sampling_plan   11 11 1   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._unique_full_name   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._aux_unique_full_name   0 0 0   100%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._unique_full_names   22 22 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._aux_unique_full_names   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._aux_model_call   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._setup_agent   1 1 0   0%
tinytroupe / factory / tiny_person_factory.py TinyPersonFactory._generate_name_for_sample   0 0 0   100%
tinytroupe / factory / tiny_person_factory.py (no function)   61 61 0   0%
tinytroupe / openai_utils.py OpenAIClient.__init__   2 0 0   100%
tinytroupe / openai_utils.py OpenAIClient.set_api_cache   4 1 0   75%
tinytroupe / openai_utils.py OpenAIClient._setup_from_config   1 1 0   0%
tinytroupe / openai_utils.py OpenAIClient.send_message   54 54 0   0%
tinytroupe / openai_utils.py OpenAIClient.send_message.aux_exponential_backoff   5 5 0   0%
tinytroupe / openai_utils.py OpenAIClient._raw_model_call   19 19 0   0%
tinytroupe / openai_utils.py OpenAIClient._is_reasoning_model   1 1 0   0%
tinytroupe / openai_utils.py OpenAIClient._raw_model_response_extractor   1 1 0   0%
tinytroupe / openai_utils.py OpenAIClient._count_tokens   31 31 0   0%
tinytroupe / openai_utils.py OpenAIClient._save_cache   1 1 0   0%
tinytroupe / openai_utils.py OpenAIClient._load_cache   1 1 0   0%
tinytroupe / openai_utils.py OpenAIClient.get_embedding   2 2 0   0%
tinytroupe / openai_utils.py OpenAIClient._raw_embedding_model_call   1 1 0   0%
tinytroupe / openai_utils.py OpenAIClient._raw_embedding_model_response_extractor   1 1 0   0%
tinytroupe / openai_utils.py AzureClient.__init__   2 0 0   100%
tinytroupe / openai_utils.py AzureClient._setup_from_config   8 8 0   0%
tinytroupe / openai_utils.py HelmholtzBlabladorClient.__init__   2 0 0   100%
tinytroupe / openai_utils.py HelmholtzBlabladorClient._setup_from_config   1 1 0   0%
tinytroupe / openai_utils.py register_client   1 0 0   100%
tinytroupe / openai_utils.py _get_client_for_api_type   4 4 0   0%
tinytroupe / openai_utils.py client   3 3 0   0%
tinytroupe / openai_utils.py force_api_type   1 1 0   0%
tinytroupe / openai_utils.py force_api_cache   2 2 0   0%
tinytroupe / openai_utils.py (no function)   50 0 0   100%
tinytroupe / profiling.py Profiler.__init__   6 6 0   0%
tinytroupe / profiling.py Profiler.profile   7 7 0   0%
tinytroupe / profiling.py Profiler._prepare_agent_data   7 7 0   0%
tinytroupe / profiling.py Profiler._extract_tinyperson_data   22 22 0   0%
tinytroupe / profiling.py Profiler._perform_advanced_analysis   6 6 0   0%
tinytroupe / profiling.py Profiler._analyze_demographics   14 14 0   0%
tinytroupe / profiling.py Profiler._analyze_behavioral_patterns   14 14 0   0%
tinytroupe / profiling.py Profiler._analyze_social_patterns   6 6 0   0%
tinytroupe / profiling.py Profiler._analyze_personality_clusters   22 22 0   0%
tinytroupe / profiling.py Profiler._analyze_correlations   19 19 0   0%
tinytroupe / profiling.py Profiler.render   3 3 0   0%
tinytroupe / profiling.py Profiler._plot_basic_distributions   27 27 0   0%
tinytroupe / profiling.py Profiler._plot_advanced_analysis   6 6 0   0%
tinytroupe / profiling.py Profiler._plot_demographics   40 40 0   0%
tinytroupe / profiling.py Profiler._plot_behavioral_patterns   23 23 0   0%
tinytroupe / profiling.py Profiler._plot_correlation_heatmap   7 7 0   0%
tinytroupe / profiling.py Profiler._compute_attributes_distributions   4 4 0   0%
tinytroupe / profiling.py Profiler._compute_attribute_distribution   13 13 0   0%
tinytroupe / profiling.py Profiler._get_nested_attribute   7 7 0   0%
tinytroupe / profiling.py Profiler._test_normality   4 4 0   0%
tinytroupe / profiling.py Profiler._calculate_diversity_index   9 9 0   0%
tinytroupe / profiling.py Profiler._categorize_connectivity   10 10 0   0%
tinytroupe / profiling.py Profiler._identify_dominant_traits   9 9 0   0%
tinytroupe / profiling.py Profiler._generate_summary_statistics   8 8 0   0%
tinytroupe / profiling.py Profiler.export_analysis_report   3 3 0   0%
tinytroupe / profiling.py Profiler.export_analysis_report   36 36 0   0%
tinytroupe / profiling.py Profiler.add_custom_analysis   3 3 0   0%
tinytroupe / profiling.py Profiler.compare_populations   11 11 0   0%
tinytroupe / profiling.py (no function)   40 40 0   0%
tinytroupe / steering / __init__.py (no function)   5 5 0   0%
tinytroupe / steering / intervention.py InterventionBatch.__init__   1 1 0   0%
tinytroupe / steering / intervention.py InterventionBatch.__iter__   1 1 0   0%
tinytroupe / steering / intervention.py InterventionBatch.set_textual_precondition   3 3 0   0%
tinytroupe / steering / intervention.py InterventionBatch.set_functional_precondition   3 3 0   0%
tinytroupe / steering / intervention.py InterventionBatch.set_effect   3 3 0   0%
tinytroupe / steering / intervention.py InterventionBatch.set_propositional_precondition   3 3 0   0%
tinytroupe / steering / intervention.py InterventionBatch.as_list   1 1 0   0%
tinytroupe / steering / intervention.py Intervention.__init__   14 14 0   0%
tinytroupe / steering / intervention.py Intervention.create_for_each   4 4 0   0%
tinytroupe / steering / intervention.py Intervention.__call__   1 1 0   0%
tinytroupe / steering / intervention.py Intervention.execute   7 7 0   0%
tinytroupe / steering / intervention.py Intervention.check_precondition   16 16 0   0%
tinytroupe / steering / intervention.py Intervention.apply_effect   1 1 0   0%
tinytroupe / steering / intervention.py Intervention.set_textual_precondition   2 2 0   0%
tinytroupe / steering / intervention.py Intervention.set_functional_precondition   2 2 0   0%
tinytroupe / steering / intervention.py Intervention.set_effect   2 2 0   0%
tinytroupe / steering / intervention.py Intervention.set_propositional_precondition   3 3 0   0%
tinytroupe / steering / intervention.py Intervention.precondition_justification   13 13 0   0%
tinytroupe / steering / intervention.py (no function)   30 30 0   0%
tinytroupe / steering / tiny_story.py TinyStory.__init__   11 11 0   0%
tinytroupe / steering / tiny_story.py TinyStory.start_story   6 6 0   0%
tinytroupe / steering / tiny_story.py TinyStory.continue_story   6 6 0   0%
tinytroupe / steering / tiny_story.py TinyStory._current_story   8 8 0   0%
tinytroupe / steering / tiny_story.py (no function)   11 11 0   0%
tinytroupe / tools / __init__.py (no function)   6 6 0   0%
tinytroupe / tools / browser.py screenshot   2 2 0   0%
tinytroupe / tools / browser.py click   1 1 0   0%
tinytroupe / tools / browser.py fill   1 1 0   0%
tinytroupe / tools / browser.py submit_form   1 1 0   0%
tinytroupe / tools / browser.py wait_for_element   1 1 0   0%
tinytroupe / tools / browser.py scroll_page   1 1 0   0%
tinytroupe / tools / browser.py hover_element   1 1 0   0%
tinytroupe / tools / browser.py press_key   1 1 0   0%
tinytroupe / tools / browser.py get_page_info   2 2 0   0%
tinytroupe / tools / browser.py (no function)   9 9 0   0%
tinytroupe / tools / sequential_thinking.py SequentialThinkingTool.__init__   2 2 0   0%
tinytroupe / tools / sequential_thinking.py SequentialThinkingTool.process_action   21 21 0   0%
tinytroupe / tools / sequential_thinking.py SequentialThinkingTool.send_thought   7 7 0   0%
tinytroupe / tools / sequential_thinking.py SequentialThinkingTool.actions_definitions_prompt   1 1 0   0%
tinytroupe / tools / sequential_thinking.py SequentialThinkingTool.actions_constraints_prompt   1 1 0   0%
tinytroupe / tools / sequential_thinking.py (no function)   10 10 0   0%
tinytroupe / tools / tiny_calendar.py TinyCalendar.__init__   2 2 0   0%
tinytroupe / tools / tiny_calendar.py TinyCalendar.add_event   3 3 0   0%
tinytroupe / tools / tiny_calendar.py TinyCalendar.find_events   1 1 0   0%
tinytroupe / tools / tiny_calendar.py TinyCalendar._process_action   7 7 0   0%
tinytroupe / tools / tiny_calendar.py TinyCalendar.actions_definitions_prompt   2 2 0   0%
tinytroupe / tools / tiny_calendar.py TinyCalendar.actions_constraints_prompt   2 2 0   0%
tinytroupe / tools / tiny_calendar.py (no function)   11 11 0   0%
tinytroupe / tools / tiny_tool.py TinyTool.__init__   6 6 0   0%
tinytroupe / tools / tiny_tool.py TinyTool._process_action   1 1 0   0%
tinytroupe / tools / tiny_tool.py TinyTool._protect_real_world   2 2 0   0%
tinytroupe / tools / tiny_tool.py TinyTool._enforce_ownership   2 2 0   0%
tinytroupe / tools / tiny_tool.py TinyTool.set_owner   1 1 0   0%
tinytroupe / tools / tiny_tool.py TinyTool.actions_definitions_prompt   1 1 0   0%
tinytroupe / tools / tiny_tool.py TinyTool.actions_constraints_prompt   1 1 0   0%
tinytroupe / tools / tiny_tool.py TinyTool.process_action   3 3 0   0%
tinytroupe / tools / tiny_tool.py (no function)   12 12 0   0%
tinytroupe / tools / tiny_word_processor.py TinyWordProcessor.__init__   1 1 0   0%
tinytroupe / tools / tiny_word_processor.py TinyWordProcessor.write_document   12 12 0   0%
tinytroupe / tools / tiny_word_processor.py TinyWordProcessor._process_action   16 16 0   0%
tinytroupe / tools / tiny_word_processor.py TinyWordProcessor.actions_definitions_prompt   2 2 0   0%
tinytroupe / tools / tiny_word_processor.py TinyWordProcessor.actions_constraints_prompt   2 2 0   0%
tinytroupe / tools / tiny_word_processor.py (no function)   9 9 0   0%
tinytroupe / ui / __init__.py (no function)   2 2 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.__init__   8 8 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.setup_widgets   12 12 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget._handle_send_click   2 2 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget._handle_input_change   5 5 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.send_message   20 20 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.send_message.process_response   29 29 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.clear_conversation   3 3 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.update_conversation_display   13 13 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.start_loading_animation   4 4 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.start_loading_animation.animate   6 6 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.stop_loading_animation   1 1 0   0%
tinytroupe / ui / jupyter_widgets.py AgentChatJupyterWidget.display   1 1 0   0%
tinytroupe / ui / jupyter_widgets.py (no function)   17 17 0   0%
tinytroupe / utils / __init__.py (no function)   11 0 0   100%
tinytroupe / utils / behavior.py next_action_jaccard_similarity   9 9 0   0%
tinytroupe / utils / behavior.py (no function)   2 0 0   100%
tinytroupe / utils / config.py read_config_file   19 5 0   74%
tinytroupe / utils / config.py pretty_print_config   9 0 0   100%
tinytroupe / utils / config.py pretty_print_datetime   6 0 0   100%
tinytroupe / utils / config.py pretty_print_tinytroupe_version   6 0 0   100%
tinytroupe / utils / config.py start_logger   11 1 0   91%
tinytroupe / utils / config.py set_loglevel   4 4 0   0%
tinytroupe / utils / config.py (no function)   10 0 0   100%
tinytroupe / utils / json.py JsonSerializableRegistry.to_json   33 33 0   0%
tinytroupe / utils / json.py JsonSerializableRegistry.to_json.aux_serialize_item   6 6 0   0%
tinytroupe / utils / json.py JsonSerializableRegistry.from_json   37 37 0   0%
tinytroupe / utils / json.py JsonSerializableRegistry.__init_subclass__   22 22 0   0%
tinytroupe / utils / json.py JsonSerializableRegistry._post_deserialization_init   2 2 0   0%
tinytroupe / utils / json.py JsonSerializableRegistry._programmatic_name_to_json_name   3 3 0   0%
tinytroupe / utils / json.py JsonSerializableRegistry._json_name_to_programmatic_name   8 8 0   0%
tinytroupe / utils / json.py post_init   4 4 0   0%
tinytroupe / utils / json.py post_init.new_init   3 3 0   0%
tinytroupe / utils / json.py merge_dicts   21 21 0   0%
tinytroupe / utils / json.py remove_duplicate_items   10 10 0   0%
tinytroupe / utils / json.py (no function)   18 0 0   100%
tinytroupe / utils / llm.py compose_initial_LLM_messages_with_templates   11 11 0   0%
tinytroupe / utils / llm.py LLMChat.__init__   20 20 0   0%
tinytroupe / utils / llm.py LLMChat.__call__   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._render_template   6 6 0   0%
tinytroupe / utils / llm.py LLMChat.add_user_message   7 7 0   0%
tinytroupe / utils / llm.py LLMChat.add_system_message   7 7 0   0%
tinytroupe / utils / llm.py LLMChat.add_assistant_message   7 7 0   0%
tinytroupe / utils / llm.py LLMChat.set_model_params   2 2 0   0%
tinytroupe / utils / llm.py LLMChat.call   105 105 0   0%
tinytroupe / utils / llm.py LLMChat.continue_conversation   3 3 0   0%
tinytroupe / utils / llm.py LLMChat.reset_conversation   7 7 0   0%
tinytroupe / utils / llm.py LLMChat.get_conversation_history   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._coerce_to_bool   11 11 0   0%
tinytroupe / utils / llm.py LLMChat._request_str_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._request_bool_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._coerce_to_integer   14 14 0   0%
tinytroupe / utils / llm.py LLMChat._request_integer_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._coerce_to_float   9 9 0   0%
tinytroupe / utils / llm.py LLMChat._request_float_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._coerce_to_enumerable   9 9 0   0%
tinytroupe / utils / llm.py LLMChat._request_enumerable_llm_message   2 2 0   0%
tinytroupe / utils / llm.py LLMChat._coerce_to_dict_or_list   11 11 0   0%
tinytroupe / utils / llm.py LLMChat._request_dict_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._request_list_of_dict_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat._coerce_to_list   7 7 0   0%
tinytroupe / utils / llm.py LLMChat._request_list_llm_message   1 1 0   0%
tinytroupe / utils / llm.py LLMChat.__repr__   1 1 0   0%
tinytroupe / utils / llm.py llm   3 0 0   100%
tinytroupe / utils / llm.py llm.decorator   2 0 0   100%
tinytroupe / utils / llm.py llm.decorator.wrapper   19 19 0   0%
tinytroupe / utils / llm.py extract_json   29 18 0   38%
tinytroupe / utils / llm.py extract_code_block   6 6 0   0%
tinytroupe / utils / llm.py repeat_on_error   2 2 0   0%
tinytroupe / utils / llm.py repeat_on_error.decorator   2 2 0   0%
tinytroupe / utils / llm.py repeat_on_error.decorator.wrapper   9 9 0   0%
tinytroupe / utils / llm.py try_function   2 2 0   0%
tinytroupe / utils / llm.py try_function.aux_apply_func   7 7 0   0%
tinytroupe / utils / llm.py add_rai_template_variables_if_enabled   10 10 0   0%
tinytroupe / utils / llm.py truncate_actions_or_stimuli   16 16 0   0%
tinytroupe / utils / llm.py (no function)   60 1 0   98%
tinytroupe / utils / logger.py get_logger   21 21 0   0%
tinytroupe / utils / logger.py (no function)   5 5 0   0%
tinytroupe / utils / misc.py first_non_none   4 4 0   0%
tinytroupe / utils / misc.py name_or_empty   3 3 0   0%
tinytroupe / utils / misc.py custom_hash   1 1 0   0%
tinytroupe / utils / misc.py fresh_id   4 4 0   0%
tinytroupe / utils / misc.py reset_fresh_id   4 4 0   0%
tinytroupe / utils / misc.py (no function)   11 0 0   100%
tinytroupe / utils / parallel.py parallel_map   3 3 0   0%
tinytroupe / utils / parallel.py parallel_map_dict   4 4 0   0%
tinytroupe / utils / parallel.py parallel_map_cross   5 5 0   0%
tinytroupe / utils / parallel.py parallel_map_cross.apply_to_combination   1 1 0   0%
tinytroupe / utils / parallel.py (no function)   9 0 0   100%
tinytroupe / utils / rendering.py inject_html_css_style_prefix   1 0 0   100%
tinytroupe / utils / rendering.py break_text_at_length   5 5 0   0%
tinytroupe / utils / rendering.py pretty_datetime   1 1 0   0%
tinytroupe / utils / rendering.py dedent   1 1 0   0%
tinytroupe / utils / rendering.py wrap_text   1 1 0   0%
tinytroupe / utils / rendering.py indent_at_current_level   9 9 0   0%
tinytroupe / utils / rendering.py RichTextStyle.get_style_for   16 16 0   0%
tinytroupe / utils / rendering.py (no function)   23 0 0   100%
tinytroupe / utils / semantics.py correct_according_to_rule   0 0 0   100%
tinytroupe / utils / semantics.py restructure_as_observed_vs_expected   0 0 0   100%
tinytroupe / utils / semantics.py extract_observed_vs_expected_rules   0 0 0   100%
tinytroupe / utils / semantics.py formulate_corrective_rule   0 0 0   100%
tinytroupe / utils / semantics.py combine_texts   0 0 0   100%
tinytroupe / utils / semantics.py extract_information_from_text   0 0 0   100%
tinytroupe / utils / semantics.py accumulate_based_on_query   0 0 0   100%
tinytroupe / utils / semantics.py compute_semantic_proximity   0 0 0   100%
tinytroupe / utils / semantics.py (no function)   17 0 0   100%
tinytroupe / utils / validation.py check_valid_fields   3 3 0   0%
tinytroupe / utils / validation.py sanitize_raw_string   3 3 0   0%
tinytroupe / utils / validation.py sanitize_dict   4 4 0   0%
tinytroupe / utils / validation.py to_pydantic_or_sanitized_dict   8 8 0   0%
tinytroupe / utils / validation.py (no function)   9 0 0   100%
tinytroupe / validation / __init__.py (no function)   6 6 0   0%
tinytroupe / validation / propositions.py _build_precondition_function_for_action_types   2 2 0   0%
tinytroupe / validation / propositions.py _build_precondition_function_for_action_types.precondition_function   8 8 0   0%
tinytroupe / validation / propositions.py (no function)   15 15 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.__init__   2 2 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_data_types   17 17 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._detect_data_type   29 29 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._detect_data_type.is_whole_number   1 1 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_categorical_data_for_metric   7 7 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_ordinal_data_for_metric   8 8 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_ranking_data_for_metric   10 10 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_proportion_data_for_metric   11 11 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_binary_data_for_metric   9 9 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._validate_count_data_for_metric   5 5 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._order_ordinal_categories   9 9 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._validate_ordinal_numeric_data   6 6 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._validate_ranking_data   12 12 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._get_valid_numeric_data   5 5 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._convert_to_binary   14 14 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._process_categorical_data   5 5 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._is_categorical_data   5 5 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._extract_categories   8 8 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._normalize_category   1 1 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset._convert_to_ordinal   14 14 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_agent_name   4 4 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_agent_data   7 7 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_all_agent_data   12 12 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_valid_agent_data   6 6 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.validate_data_consistency   29 29 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_justification_text   5 5 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_justification_agent_reference   6 6 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_categorical_values   8 8 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.convert_ordinal_to_categorical   12 12 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_data_type_info   22 22 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.get_metric_summary   36 36 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentDataset.is_categorical_metric   1 1 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator.__init__   1 1 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator.validate   10 10 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._perform_statistical_validation   25 25 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._perform_semantic_validation   24 24 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._calculate_overall_score   30 30 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._generate_summary   30 30 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._generate_markdown_report   65 65 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._generate_data_type_info_section   102 102 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._generate_categorical_info_section   1 1 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator.read_empirical_data_from_csv   12 12 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator.read_empirical_data_from_dataframe   5 5 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._process_empirical_data_from_dataframe   10 10 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._process_single_value_per_agent_csv   55 55 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._process_ranking_per_agent_csv   47 47 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._process_ordinal_ranking_per_agent_csv   58 58 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._auto_detect_ranking_options   11 11 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._parse_ordinal_rankings   20 20 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator.create_from_csv   3 3 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator.create_from_dataframe   3 3 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._extract_effect_size   27 27 0   0%
tinytroupe / validation / simulation_validator.py SimulationExperimentEmpiricalValidator._interpret_effect_size   16 16 0   0%
tinytroupe / validation / simulation_validator.py validate_simulation_experiment_empirically   4 4 0   0%
tinytroupe / validation / simulation_validator.py (no function)   101 101 0   0%
tinytroupe / validation / tiny_person_validator.py TinyPersonValidator.validate_person   37 37 0   0%
tinytroupe / validation / tiny_person_validator.py (no function)   20 20 0   0%
tinytroupe / validation / validation_chamber.py (no function)   2 2 0   0%
Total     6623 6186 5   7%

No items found using the specified filter.