diff --git a/ra_aid/agents/key_facts_gc_agent.py b/ra_aid/agents/key_facts_gc_agent.py index 2cbc144..f92f4f6 100644 --- a/ra_aid/agents/key_facts_gc_agent.py +++ b/ra_aid/agents/key_facts_gc_agent.py @@ -83,7 +83,7 @@ def run_key_facts_gc_agent() -> None: fact_count = len(facts) # Display status panel with fact count included - console.print(Panel(f"Gathering my thoughts...\nCurrent number of key facts: {fact_count}", title="🗑️ Garbage Collection")) + console.print(Panel(f"Gathering my thoughts...\nCurrent number of key facts: {fact_count}", title="🗑 Garbage Collection")) # Only run the agent if we actually have facts to clean if fact_count > 0: