cartesia-line 0.0.2a3__py3-none-any.whl → 0.1.0__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.

Potentially problematic release.


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

@@ -0,0 +1,94 @@
1
+ Metadata-Version: 2.4
2
+ Name: cartesia-line
3
+ Version: 0.1.0
4
+ Summary: Cartesia Voice Agents SDK
5
+ Author-email: "Cartesia AI, Inc." <support@cartesia.ai>
6
+ License: Apache 2.0
7
+ Project-URL: Repository, https://github.com/cartesia-ai/line
8
+ Project-URL: Documentation, https://docs.cartesia.ai/line/
9
+ Project-URL: Homepage, https://cartesia.ai/agents
10
+ Keywords: voice,agents,ai,cartesia
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
+ Classifier: Typing :: Typed
23
+ Requires-Python: >=3.9
24
+ Description-Content-Type: text/markdown
25
+ License-File: LICENSE
26
+ Requires-Dist: python-dotenv>=1.0.0
27
+ Requires-Dist: loguru>=0.7.0
28
+ Requires-Dist: fastapi>=0.115.0
29
+ Requires-Dist: aiohttp>=3.8.0
30
+ Requires-Dist: pydantic<3,>=2.0.0
31
+ Requires-Dist: uvicorn<1,>=0.35.0
32
+ Provides-Extra: dev
33
+ Requires-Dist: pytest; extra == "dev"
34
+ Requires-Dist: pytest-asyncio; extra == "dev"
35
+ Requires-Dist: pre-commit; extra == "dev"
36
+ Requires-Dist: ruff==0.12.8; extra == "dev"
37
+ Requires-Dist: pytest-cov; extra == "dev"
38
+ Requires-Dist: google-genai<2,>=1.26.0; extra == "dev"
39
+ Provides-Extra: gemini
40
+ Requires-Dist: google-genai<2,>=1.26.0; python_version >= "3.9" and extra == "gemini"
41
+ Requires-Dist: aiohttp>=3.12.0; extra == "gemini"
42
+ Provides-Extra: openai
43
+ Requires-Dist: openai>=1.70.0; extra == "openai"
44
+ Dynamic: license-file
45
+
46
+ # Cartesia Line SDK
47
+
48
+ Build intelligent, low-latency voice agents with background reasoning.
49
+
50
+ **With Line you can,**
51
+ - **Create** your first voice agent from scratch, **deploy**, and **talk to it in under 5 minutes**.
52
+ - **Turn any existing chatbot** or text agent you've already built into a low-latency voice agent.
53
+ - **Spin up common use cases** for support or scheduling from **ready-made templates**.
54
+ - **Deploy production-ready systems** with auto-scaling, telephony integration, metrics, and call analytics.
55
+
56
+ **Why Line?**
57
+
58
+ - 🔗 **Event-driven design** to easily define multi-agent architectures with powerful background reasoning.
59
+ - ⚡ **State-of-the-art voice models** using Sonic TTS and Ink STT deliver the lowest latency voice experience.
60
+ - 📋 **Pre-built templates** for common use cases like customer support, sales agents, form filling, and more.
61
+ - 🔌 **Easy integrations** with tools, MCPs, and other frameworks out of the box.
62
+ - 🤝 **Support for handoffs** between agents and humans.
63
+ - 🧠 **Reasoning agnostic** works with any LLM, text agent, or chatbot code.
64
+ - 🚀 **Instant deployment** so you can build, deploy, and start talking in minutes with no infrastructure setup.
65
+
66
+ ## Quickstart (< 5 minutes)
67
+
68
+ The Line SDK is designed to be used with the Cartesia's voice agent platform [Line](https://cartesia.ai/agents).
69
+ - Create a [Cartesia account](https://play.cartesia.ai).
70
+ - Follow the [quickstart guide](https://docs.cartesia.ai/line/start-building/talk-to-your-first-agent).
71
+
72
+ And you'll be able to make your first voice call in a few minutes.
73
+
74
+ ## Install the SDK
75
+
76
+ ```zsh
77
+ pip install cartesia-line
78
+ ```
79
+
80
+
81
+ ## Common Use Cases
82
+
83
+ | Use Case | Example |
84
+ |----------|---------|
85
+ | **Basic chat** | [examples/basic_chat/](examples/basic_chat/) |
86
+ | **Form filling** | [examples/form-filling/](examples/form-filling/) |
87
+ | **Background reasoning** | [examples/sales_with_leads/](examples/sales_with_leads/) |
88
+ | **Support** | [examples/personal_banking_handoffs/](examples/personal_banking_handoffs/) |
89
+
90
+ ## Going Deeper
91
+
92
+ - **More examples**: [examples/](examples/) - See all available examples and patterns
93
+ - **Full API reference**: [docs.cartesia.ai/line](https://docs.cartesia.ai/line/)
94
+ - **Get help**: [Discord community](https://discord.gg/cartesia)
@@ -1,4 +1,4 @@
1
- cartesia_line-0.0.2a3.dist-info/licenses/LICENSE,sha256=ElpXuEGJlZ5XPeLe_tLbAmiEVE79EGxdy-aMw3JxE_Y,11347
1
+ cartesia_line-0.1.0.dist-info/licenses/LICENSE,sha256=ElpXuEGJlZ5XPeLe_tLbAmiEVE79EGxdy-aMw3JxE_Y,11347
2
2
  line/__init__.py,sha256=glA0fvCL2xBmgC1cXZbiv6wcXS-yod7ctcL3EnoeEIk,790
3
3
  line/bridge.py,sha256=53N5UizGKjrb6iR27OQbTtjgQZ-rNLjEJT0HqQiLa-M,14216
4
4
  line/bus.py,sha256=AGMwHCNftVeWDzl0o1Jd2iDm51q1FTBEOlJzGZLub1Q,14324
@@ -21,7 +21,7 @@ line/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  line/utils/aio.py,sha256=l1YgZ8tf1KtOyq6A-6RA_kE-FKGafDfHERFnDx0-PxM,1899
22
22
  line/utils/gemini_utils.py,sha256=6YNyU3-I6Kn95j0qMroelO1WpjIPjIwhiub2lX34-kY,5396
23
23
  line/utils/openai_utils.py,sha256=I9nIpHTFC98ChWzRmV-enMSIcicRVF9KYjifsWkoPCE,3596
24
- cartesia_line-0.0.2a3.dist-info/METADATA,sha256=12JDf6Sr4rVP3qy_yeDih6O1YbQOLTcc3ejdr_PaYZw,874
25
- cartesia_line-0.0.2a3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- cartesia_line-0.0.2a3.dist-info/top_level.txt,sha256=xztzr4hR6ekbxrTcEufazgor-5McHQuLNu82cxn1jNE,5
27
- cartesia_line-0.0.2a3.dist-info/RECORD,,
24
+ cartesia_line-0.1.0.dist-info/METADATA,sha256=RixKzNIiGBedAqPXk7fmVlAsHix19jvb17Ng4z4X-mc,4065
25
+ cartesia_line-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ cartesia_line-0.1.0.dist-info/top_level.txt,sha256=xztzr4hR6ekbxrTcEufazgor-5McHQuLNu82cxn1jNE,5
27
+ cartesia_line-0.1.0.dist-info/RECORD,,
@@ -1,25 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: cartesia-line
3
- Version: 0.0.2a3
4
- Summary: Cartesia Voice Agents SDK
5
- Requires-Python: >=3.9
6
- License-File: LICENSE
7
- Requires-Dist: python-dotenv>=1.0.0
8
- Requires-Dist: loguru>=0.7.0
9
- Requires-Dist: fastapi>=0.115.0
10
- Requires-Dist: aiohttp>=3.8.0
11
- Requires-Dist: pydantic<3,>=2.0.0
12
- Requires-Dist: uvicorn<1,>=0.35.0
13
- Provides-Extra: dev
14
- Requires-Dist: pytest; extra == "dev"
15
- Requires-Dist: pytest-asyncio; extra == "dev"
16
- Requires-Dist: pre-commit; extra == "dev"
17
- Requires-Dist: ruff==0.12.8; extra == "dev"
18
- Requires-Dist: pytest-cov; extra == "dev"
19
- Requires-Dist: google-genai<2,>=1.26.0; extra == "dev"
20
- Provides-Extra: gemini
21
- Requires-Dist: google-genai<2,>=1.26.0; python_version >= "3.9" and extra == "gemini"
22
- Requires-Dist: aiohttp>=3.12.0; extra == "gemini"
23
- Provides-Extra: openai
24
- Requires-Dist: openai>=1.70.0; extra == "openai"
25
- Dynamic: license-file