tinyagent-py 0.0.3__py3-none-any.whl → 0.0.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tinyagent-py
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Tiny Agent with MCP Client
5
5
  Author-email: Mahdi Golchin <golchin@askdev.ai>
6
6
  Project-URL: Homepage, https://github.com/askbudi/tinyagent
@@ -12,8 +12,23 @@ License-File: LICENSE
12
12
  Requires-Dist: mcp
13
13
  Requires-Dist: litellm
14
14
  Requires-Dist: openai
15
+ Requires-Dist: tiktoken
16
+ Requires-Dist: uuid
15
17
  Provides-Extra: dev
16
18
  Requires-Dist: pytest; extra == "dev"
19
+ Requires-Dist: black; extra == "dev"
20
+ Requires-Dist: isort; extra == "dev"
21
+ Requires-Dist: mypy; extra == "dev"
22
+ Provides-Extra: postgres
23
+ Requires-Dist: asyncpg>=0.27.0; extra == "postgres"
24
+ Provides-Extra: sqlite
25
+ Requires-Dist: aiosqlite>=0.18.0; extra == "sqlite"
26
+ Provides-Extra: gradio
27
+ Requires-Dist: gradio>=3.50.0; extra == "gradio"
28
+ Provides-Extra: all
29
+ Requires-Dist: asyncpg>=0.27.0; extra == "all"
30
+ Requires-Dist: aiosqlite>=0.18.0; extra == "all"
31
+ Requires-Dist: gradio>=3.50.0; extra == "all"
17
32
  Dynamic: license-file
18
33
 
19
34
  # tinyagent
@@ -37,12 +52,42 @@ This is a tiny agent that uses MCP and LiteLLM to interact with a model. You hav
37
52
 
38
53
  ### Using pip
39
54
  ```bash
55
+ # Basic installation
40
56
  pip install tinyagent-py
57
+
58
+ # Install with all optional dependencies
59
+ pip install tinyagent-py[all]
60
+
61
+ # Install with PostgreSQL support
62
+ pip install tinyagent-py[postgres]
63
+
64
+ # Install with SQLite support
65
+ pip install tinyagent-py[sqlite]
66
+
67
+ # Install with Gradio UI support
68
+ pip install tinyagent-py[gradio]
69
+
41
70
  ```
42
71
 
43
72
  ### Using uv
44
73
  ```bash
74
+ # Basic installation
45
75
  uv pip install tinyagent-py
76
+
77
+ # Install with PostgreSQL support
78
+ uv pip install tinyagent-py[postgres]
79
+
80
+ # Install with SQLite support
81
+ uv pip install tinyagent-py[sqlite]
82
+
83
+ # Install with Gradio UI support
84
+ uv pip install tinyagent-py[gradio]
85
+
86
+ # Install with all optional dependencies
87
+ uv pip install tinyagent-py[all]
88
+
89
+ # Install with development tools
90
+ uv pip install tinyagent-py[dev]
46
91
  ```
47
92
 
48
93
  ## Usage
@@ -158,7 +203,7 @@ The `GradioCallback` hook lets you spin up a full-featured web chat interface fo
158
203
  Features:
159
204
  - **Browser-based chat** with streaming updates
160
205
  - **File uploads** (\*.pdf, \*.docx, \*.txt) that the agent can reference
161
- - **Live thinking view** so you see intermediate thoughts
206
+ - **Live "thinking" view** so you see intermediate thoughts
162
207
  - **Collapsible tool-call sections** showing inputs & outputs
163
208
  - **Real-time token usage** (prompt, completion, total)
164
209
  - **Toggleable display options** for thinking & tool calls
@@ -10,8 +10,8 @@ storage/json_file_storage.py,sha256=SYD8lvTHu2-FEHm1tZmsrcgEOirBrlUsUM186X-UPgI,
10
10
  storage/postgres_storage.py,sha256=IGwan8UXHNnTZFK1F8x4kvMDex3GAAGWUg9ePx_5IF4,9018
11
11
  storage/redis_storage.py,sha256=hu3y7wHi49HkpiR-AW7cWVQuTVOUk1WaB8TEPGUKVJ8,1742
12
12
  storage/sqlite_storage.py,sha256=7lk1XZpr2t4s2bjVr9-AqrI74w4hwkuK3taWtyJZhBc,5769
13
- tinyagent_py-0.0.3.dist-info/licenses/LICENSE,sha256=YIogcVQnknaaE4K-oaQylFWo8JGRBWnwmGb3fWB_Pww,1064
14
- tinyagent_py-0.0.3.dist-info/METADATA,sha256=KPHCk1QjAfTE9HPwChyJr5e1s9ukQ2rJi0YxQTWwESk,7050
15
- tinyagent_py-0.0.3.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
16
- tinyagent_py-0.0.3.dist-info/top_level.txt,sha256=PfpFqZliMhzue7YU7RrBiZGoAqVBPr9sRc310dWabug,14
17
- tinyagent_py-0.0.3.dist-info/RECORD,,
13
+ tinyagent_py-0.0.4.dist-info/licenses/LICENSE,sha256=YIogcVQnknaaE4K-oaQylFWo8JGRBWnwmGb3fWB_Pww,1064
14
+ tinyagent_py-0.0.4.dist-info/METADATA,sha256=MDvRoleb36ya8z44BxQvtgSFJ_-WfH5kv7eSWeaMdJQ,8254
15
+ tinyagent_py-0.0.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
16
+ tinyagent_py-0.0.4.dist-info/top_level.txt,sha256=PfpFqZliMhzue7YU7RrBiZGoAqVBPr9sRc310dWabug,14
17
+ tinyagent_py-0.0.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5