Spaces:
Sleeping
Sleeping
Commit ·
fa5e264
1
Parent(s): 4006728
Pin harness to 99fc607 (XML <cite> citation syntax)
Browse filesPicks up:
- Switch from [file: "quote"] bracket syntax to <cite file="X">quote</cite>
XML tags. Fixes leaked chrome when the model added emphasis chars
around the citation.
- Tenacity dep for litellm retry path (avoids ModuleNotFoundError on
finish_reason='error' / MALFORMED_FUNCTION_CALL).
- Docker daemon auto-launch on macOS (dev only; no effect in the Space).
- Lower process_citations cyclomatic complexity.
- Extract HTML primitives into block_render module.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
click>=8.1
|
| 2 |
litellm @ git+https://github.com/BerriAI/litellm.git@d251238
|
| 3 |
-
a-simple-llm-harness @ git+https://github.com/chuckfinca/a-simple-llm-harness.git@
|
| 4 |
e2b-code-interpreter>=2.5
|
| 5 |
huggingface-hub
|
| 6 |
python-dotenv
|
|
|
|
| 1 |
click>=8.1
|
| 2 |
litellm @ git+https://github.com/BerriAI/litellm.git@d251238
|
| 3 |
+
a-simple-llm-harness @ git+https://github.com/chuckfinca/a-simple-llm-harness.git@99fc607
|
| 4 |
e2b-code-interpreter>=2.5
|
| 5 |
huggingface-hub
|
| 6 |
python-dotenv
|