cartesia-line 0.0.3a1__tar.gz → 0.1.0__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.

Potentially problematic release.


This version of cartesia-line might be problematic. Click here for more details.

Files changed (35) hide show
  1. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/PKG-INFO +5 -5
  2. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/README.md +3 -3
  3. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/cartesia_line.egg-info/PKG-INFO +5 -5
  4. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/pyproject.toml +2 -2
  5. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/LICENSE +0 -0
  6. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/cartesia_line.egg-info/SOURCES.txt +0 -0
  7. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/cartesia_line.egg-info/dependency_links.txt +0 -0
  8. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/cartesia_line.egg-info/requires.txt +0 -0
  9. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/cartesia_line.egg-info/top_level.txt +0 -0
  10. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/__init__.py +0 -0
  11. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/bridge.py +0 -0
  12. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/bus.py +0 -0
  13. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/call_request.py +0 -0
  14. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/events.py +0 -0
  15. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/harness.py +0 -0
  16. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/harness_types.py +0 -0
  17. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/nodes/__init__.py +0 -0
  18. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/nodes/base.py +0 -0
  19. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/nodes/conversation_context.py +0 -0
  20. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/nodes/reasoning.py +0 -0
  21. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/routes.py +0 -0
  22. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/tools/__init__.py +0 -0
  23. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/tools/system_tools.py +0 -0
  24. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/tools/tool_types.py +0 -0
  25. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/user_bridge.py +0 -0
  26. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/utils/__init__.py +0 -0
  27. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/utils/aio.py +0 -0
  28. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/utils/gemini_utils.py +0 -0
  29. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/utils/openai_utils.py +0 -0
  30. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/voice_agent_app.py +0 -0
  31. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/line/voice_agent_system.py +0 -0
  32. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/setup.cfg +0 -0
  33. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/tests/test_bridge.py +0 -0
  34. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/tests/test_bus.py +0 -0
  35. {cartesia_line-0.0.3a1 → cartesia_line-0.1.0}/tests/test_routes.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cartesia-line
3
- Version: 0.0.3a1
3
+ Version: 0.1.0
4
4
  Summary: Cartesia Voice Agents SDK
5
5
  Author-email: "Cartesia AI, Inc." <support@cartesia.ai>
6
6
  License: Apache 2.0
7
7
  Project-URL: Repository, https://github.com/cartesia-ai/line
8
- Project-URL: Documentation, https://docs.cartesia.ai/line
8
+ Project-URL: Documentation, https://docs.cartesia.ai/line/
9
9
  Project-URL: Homepage, https://cartesia.ai/agents
10
10
  Keywords: voice,agents,ai,cartesia
11
11
  Classifier: Development Status :: 4 - Beta
@@ -65,9 +65,9 @@ Build intelligent, low-latency voice agents with background reasoning.
65
65
 
66
66
  ## Quickstart (< 5 minutes)
67
67
 
68
- The Line SDK is designed to be used with the Cartesia [Line platform](https://cartesia.ai/line).
68
+ The Line SDK is designed to be used with the Cartesia's voice agent platform [Line](https://cartesia.ai/agents).
69
69
  - Create a [Cartesia account](https://play.cartesia.ai).
70
- - Follow the [quickstart guide](https://docs.cartesia.ai/).
70
+ - Follow the [quickstart guide](https://docs.cartesia.ai/line/start-building/talk-to-your-first-agent).
71
71
 
72
72
  And you'll be able to make your first voice call in a few minutes.
73
73
 
@@ -90,5 +90,5 @@ pip install cartesia-line
90
90
  ## Going Deeper
91
91
 
92
92
  - **More examples**: [examples/](examples/) - See all available examples and patterns
93
- - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/)
93
+ - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/line/)
94
94
  - **Get help**: [Discord community](https://discord.gg/cartesia)
@@ -20,9 +20,9 @@ Build intelligent, low-latency voice agents with background reasoning.
20
20
 
21
21
  ## Quickstart (< 5 minutes)
22
22
 
23
- The Line SDK is designed to be used with the Cartesia [Line platform](https://cartesia.ai/line).
23
+ The Line SDK is designed to be used with the Cartesia's voice agent platform [Line](https://cartesia.ai/agents).
24
24
  - Create a [Cartesia account](https://play.cartesia.ai).
25
- - Follow the [quickstart guide](https://docs.cartesia.ai/).
25
+ - Follow the [quickstart guide](https://docs.cartesia.ai/line/start-building/talk-to-your-first-agent).
26
26
 
27
27
  And you'll be able to make your first voice call in a few minutes.
28
28
 
@@ -45,5 +45,5 @@ pip install cartesia-line
45
45
  ## Going Deeper
46
46
 
47
47
  - **More examples**: [examples/](examples/) - See all available examples and patterns
48
- - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/)
48
+ - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/line/)
49
49
  - **Get help**: [Discord community](https://discord.gg/cartesia)
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cartesia-line
3
- Version: 0.0.3a1
3
+ Version: 0.1.0
4
4
  Summary: Cartesia Voice Agents SDK
5
5
  Author-email: "Cartesia AI, Inc." <support@cartesia.ai>
6
6
  License: Apache 2.0
7
7
  Project-URL: Repository, https://github.com/cartesia-ai/line
8
- Project-URL: Documentation, https://docs.cartesia.ai/line
8
+ Project-URL: Documentation, https://docs.cartesia.ai/line/
9
9
  Project-URL: Homepage, https://cartesia.ai/agents
10
10
  Keywords: voice,agents,ai,cartesia
11
11
  Classifier: Development Status :: 4 - Beta
@@ -65,9 +65,9 @@ Build intelligent, low-latency voice agents with background reasoning.
65
65
 
66
66
  ## Quickstart (< 5 minutes)
67
67
 
68
- The Line SDK is designed to be used with the Cartesia [Line platform](https://cartesia.ai/line).
68
+ The Line SDK is designed to be used with the Cartesia's voice agent platform [Line](https://cartesia.ai/agents).
69
69
  - Create a [Cartesia account](https://play.cartesia.ai).
70
- - Follow the [quickstart guide](https://docs.cartesia.ai/).
70
+ - Follow the [quickstart guide](https://docs.cartesia.ai/line/start-building/talk-to-your-first-agent).
71
71
 
72
72
  And you'll be able to make your first voice call in a few minutes.
73
73
 
@@ -90,5 +90,5 @@ pip install cartesia-line
90
90
  ## Going Deeper
91
91
 
92
92
  - **More examples**: [examples/](examples/) - See all available examples and patterns
93
- - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/)
93
+ - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/line/)
94
94
  - **Get help**: [Discord community](https://discord.gg/cartesia)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cartesia-line"
7
- version = "0.0.3a1"
7
+ version = "0.1.0"
8
8
  description = "Cartesia Voice Agents SDK"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
27
27
  "Topic :: Software Development :: Libraries :: Python Modules",
28
28
  "Typing :: Typed",
29
29
  ]
30
- urls = {Repository = "https://github.com/cartesia-ai/line", Documentation = "https://docs.cartesia.ai/line", Homepage = "https://cartesia.ai/agents"}
30
+ urls = {Repository = "https://github.com/cartesia-ai/line", Documentation = "https://docs.cartesia.ai/line/", Homepage = "https://cartesia.ai/agents"}
31
31
 
32
32
 
33
33
  dependencies = [
File without changes
File without changes