quantalogic 0.50.28__py3-none-any.whl → 0.51.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quantalogic/agent.py +9 -11
- quantalogic/flow/flow.py +9 -7
- quantalogic/flow/flow_extractor.py +5 -2
- quantalogic/flow/flow_generator.py +5 -2
- quantalogic/flow/flow_manager.py +61 -15
- quantalogic/flow/flow_manager_schema.py +1 -1
- quantalogic/flow/flow_yaml.md +349 -262
- quantalogic/prompts/memory_compaction_prompt.j2 +16 -0
- quantalogic-0.51.0.dist-info/METADATA +700 -0
- {quantalogic-0.50.28.dist-info → quantalogic-0.51.0.dist-info}/RECORD +13 -12
- quantalogic-0.50.28.dist-info/METADATA +0 -554
- {quantalogic-0.50.28.dist-info → quantalogic-0.51.0.dist-info}/LICENSE +0 -0
- {quantalogic-0.50.28.dist-info → quantalogic-0.51.0.dist-info}/WHEEL +0 -0
- {quantalogic-0.50.28.dist-info → quantalogic-0.51.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,16 @@
|
|
1
|
+
You are an AI assistant tasked with summarizing a conversation history.
|
2
|
+
|
3
|
+
Create a concise summary that captures the essential information from the conversation, focusing on:
|
4
|
+
1. The main task or problem being solved
|
5
|
+
2. Key information discovered or shared
|
6
|
+
3. Important decisions made
|
7
|
+
4. Current status or progress
|
8
|
+
|
9
|
+
Guidelines:
|
10
|
+
- Be factual and objective
|
11
|
+
- Preserve critical details and context
|
12
|
+
- Focus on information that would be needed to continue the task
|
13
|
+
- Aim for a summary that is about 20% of the original length
|
14
|
+
|
15
|
+
Conversation History:
|
16
|
+
{{ conversation_history }}
|