markdown-flow 0.2.69__tar.gz → 0.2.70__tar.gz
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.
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/PKG-INFO +1 -1
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/__init__.py +1 -1
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/system_prompt.md +5 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow.egg-info/PKG-INFO +1 -1
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/LICENSE +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/README.md +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/constants.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/constants_system_prompt.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/core.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/enums.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/exceptions.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/formatter/__init__.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/formatter/classifier.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/formatter/format.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/formatter/patterns.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/formatter/stream.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/formatter/types.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/llm.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/models.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/__init__.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/code_fence_utils.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/html_comment_utils.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/interaction.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/json_parser.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/output.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/preprocessor.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/validation.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/parser/variable.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/providers/__init__.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/providers/config.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/providers/openai.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/tag_filter.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow/utils.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow.egg-info/SOURCES.txt +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow.egg-info/dependency_links.txt +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/markdown_flow.egg-info/top_level.txt +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/pyproject.toml +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/setup.cfg +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_dynamic_interaction.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_formatter.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_formatter_stream.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_html_comment_utils.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_markdownflow_basic.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_parser_interaction.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_parser_output.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_parser_variable.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_preprocessor.py +0 -0
- {markdown_flow-0.2.69 → markdown_flow-0.2.70}/tests/test_preserved_simple.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: markdown-flow
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.70
|
|
4
4
|
Summary: An agent library designed to parse and process MarkdownFlow documents
|
|
5
5
|
Project-URL: Homepage, https://github.com/ai-shifu/markdown-flow-agent-py
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/ai-shifu/markdown-flow-agent-py/issues
|
|
@@ -132,6 +132,11 @@
|
|
|
132
132
|
<h1 class="text-[6vmin] font-bold text-white">完整的 PPT 内容</h1>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
|
+
每屏 HTML 后必须紧跟:
|
|
136
|
+
<style>
|
|
137
|
+
*,*::before,*::after{box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}
|
|
138
|
+
</style>
|
|
139
|
+
|
|
135
140
|
每个 HTML 块级元素都会翻页并清空上一屏。
|
|
136
141
|
如需同时输出文字,视图用模式 1,文字用纯 Markdown(见 §2)。
|
|
137
142
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: markdown-flow
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.70
|
|
4
4
|
Summary: An agent library designed to parse and process MarkdownFlow documents
|
|
5
5
|
Project-URL: Homepage, https://github.com/ai-shifu/markdown-flow-agent-py
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/ai-shifu/markdown-flow-agent-py/issues
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|