stirrup 0.1.0__tar.gz → 0.1.1__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.
- {stirrup-0.1.0 → stirrup-0.1.1}/PKG-INFO +3 -2
- {stirrup-0.1.0 → stirrup-0.1.1}/README.md +1 -1
- {stirrup-0.1.0 → stirrup-0.1.1}/pyproject.toml +3 -2
- {stirrup-0.1.0 → stirrup-0.1.1}/LICENSE +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/clients/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/clients/chat_completions_client.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/clients/litellm_client.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/clients/utils.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/constants.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/core/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/core/agent.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/core/exceptions.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/core/models.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/prompts/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/prompts/base_system_prompt.txt +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/prompts/message_summarizer.txt +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/prompts/message_summarizer_bridge.txt +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/py.typed +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/calculator.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/code_backends/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/code_backends/base.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/code_backends/docker.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/code_backends/e2b.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/code_backends/local.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/finish.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/mcp.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/view_image.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/tools/web.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/utils/__init__.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/utils/logging.py +0 -0
- {stirrup-0.1.0 → stirrup-0.1.1}/src/stirrup/utils/text.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: stirrup
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: The lightweight foundation for building agents
|
|
5
5
|
Keywords: ai,agent,llm,openai,anthropic,tools,framework
|
|
6
6
|
Author: Artificial Analysis, Inc.
|
|
@@ -44,6 +44,7 @@ Requires-Dist: moviepy>=2.0.0
|
|
|
44
44
|
Requires-Dist: openai>=1.0.0
|
|
45
45
|
Requires-Dist: pillow>=10.4.0
|
|
46
46
|
Requires-Dist: pydantic>=2.0.0
|
|
47
|
+
Requires-Dist: rich>=13.0.0
|
|
47
48
|
Requires-Dist: tenacity>=5.0.0
|
|
48
49
|
Requires-Dist: trafilatura>=1.9.0
|
|
49
50
|
Requires-Dist: stirrup[litellm,e2b,docker,mcp] ; extra == 'all'
|
|
@@ -66,7 +67,7 @@ Description-Content-Type: text/markdown
|
|
|
66
67
|
<div align="center">
|
|
67
68
|
<a href="">
|
|
68
69
|
<picture>
|
|
69
|
-
<img alt="Stirrup" src="assets/stirrup-banner.png" width="700">
|
|
70
|
+
<img alt="Stirrup" src="https://github.com/ArtificialAnalysis/Stirrup/blob/048653717d8662b0b81d152a037995af1c926afc/assets/stirrup-banner.png?raw=true" width="700">
|
|
70
71
|
</picture>
|
|
71
72
|
</a>
|
|
72
73
|
<br></br>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<a href="">
|
|
3
3
|
<picture>
|
|
4
|
-
<img alt="Stirrup" src="assets/stirrup-banner.png" width="700">
|
|
4
|
+
<img alt="Stirrup" src="https://github.com/ArtificialAnalysis/Stirrup/blob/048653717d8662b0b81d152a037995af1c926afc/assets/stirrup-banner.png?raw=true" width="700">
|
|
5
5
|
</picture>
|
|
6
6
|
</a>
|
|
7
7
|
<br></br>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "stirrup"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
description = "The lightweight foundation for building agents"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
@@ -31,6 +31,7 @@ dependencies = [
|
|
|
31
31
|
"openai>=1.0.0",
|
|
32
32
|
"pillow>=10.4.0",
|
|
33
33
|
"pydantic>=2.0.0",
|
|
34
|
+
"rich>=13.0.0",
|
|
34
35
|
"tenacity>=5.0.0",
|
|
35
36
|
"trafilatura>=1.9.0",
|
|
36
37
|
]
|
|
@@ -58,7 +59,7 @@ dev = [
|
|
|
58
59
|
"mkdocstrings>=0.30.1",
|
|
59
60
|
"mkdocstrings-python>=1.19.0",
|
|
60
61
|
"pytest>=9.0.0",
|
|
61
|
-
"rich>=
|
|
62
|
+
"rich>=13.0.0",
|
|
62
63
|
"ruff>=0.14.4",
|
|
63
64
|
"ty>=0.0.1a32",
|
|
64
65
|
]
|
|
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
|