vibe-client 0.1.0__py3-none-any.whl → 0.1.1__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
- Name: vibe-client
3
- Version: 0.1.0
2
+ Name: vibe_client
3
+ Version: 0.1.1
4
4
  Summary: vibe client
5
5
  License: Apache-2.0
6
6
  Keywords: smithy,vibe
@@ -33,7 +33,7 @@ A Python client for the Vibe API, enabling seamless interaction with Vibe agents
33
33
  ## Installation
34
34
 
35
35
  ```bash
36
- pip install vibe
36
+ pip install vibe_client
37
37
  ```
38
38
 
39
39
  ## Features
@@ -47,8 +47,8 @@ pip install vibe
47
47
 
48
48
  ```python
49
49
  import asyncio
50
- from vibe.models import QueryAgentInput, ObservationValueBox
51
- from vibe.client import VibeClient
50
+ from vibe_client.models import QueryAgentInput, ObservationValueBox
51
+ from vibe_client.client import VibeClient
52
52
 
53
53
  async def main():
54
54
  # Initialize the client with your API key
@@ -96,7 +96,7 @@ The built documentation will be available in `docs/build/html/index.html`.
96
96
 
97
97
  ```
98
98
  vibe/
99
- ├── src/vibe/ # Main package source code
99
+ ├── src/vibe_client/ # Main package source code
100
100
  │ ├── __init__.py # Package initialization
101
101
  │ ├── client.py # API client implementation
102
102
  │ ├── config.py # Configuration utilities
@@ -6,6 +6,6 @@ vibe_client/models.py,sha256=AAaUMCA0rYtteHI_HunrL-9FaKV_yNvVuYMON3fevDk,26070
6
6
  vibe_client/serialize.py,sha256=O2ki-TARbjvwqztWYLCRZGMDzgzD15kI7uiOevjwQYY,1593
7
7
  vibe_client/_private/__init__.py,sha256=DxsJq42a0KfQv9zzLrqT0JVpoXrR-IDIYFGuJe4g1Gc,55
8
8
  vibe_client/_private/schemas.py,sha256=EghHfaLbHS47726W3AgRHNPyYFaGWY0ELPw9SImbhfo,7785
9
- vibe_client-0.1.0.dist-info/METADATA,sha256=EZenhgcYREALvj_NXPCPDQsGTvadvF1-gaPzfayw53c,3569
10
- vibe_client-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- vibe_client-0.1.0.dist-info/RECORD,,
9
+ vibe_client-0.1.1.dist-info/METADATA,sha256=42G3inT4PbPKY7p8kwj0RWyB2Wx6UIJMcGpN0zFwbq0,3597
10
+ vibe_client-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ vibe_client-0.1.1.dist-info/RECORD,,