Skip to content

Commit f4f5ce8

Browse files
committed
cleanup
1 parent b331a2b commit f4f5ce8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

swarms/agents/context_compressor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
from swarms.utils.litellm_tokenizer import count_tokens
1616

1717

18-
COMPRESSION_SYSTEM_PROMPT = """You are a conversation compression expert. Your job is to produce a faithful, dense summary of an ongoing agent conversation so that the agent can continue its work without losing critical context.
18+
COMPRESSION_SYSTEM_PROMPT = """
19+
You are a conversation compression expert. Your job is to produce a faithful, dense summary of an ongoing agent conversation so that the agent can continue its work without losing critical context.
1920
2021
Requirements:
2122
- Preserve every concrete fact, decision, constraint, tool result, and open question.

swarms/sims/senator_assembly.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
"""
2-
3-
Senator Assembly: A Large-Scale Multi-Agent Simulation of the US Senate
4-
5-
"""
6-
71
from functools import lru_cache
82
from typing import Dict, List, Optional
93

0 commit comments

Comments
 (0)