File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Voice agent that fills web forms using Stagehand browser automation (Line SDK)"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88 " stagehand>=3.0.0" ,
99 " google-genai>=1.26.0" ,
1010 " loguru>=0.7.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.2.0"
44description = " An interviewer agent using Cerebras via LiteLLM with Line SDK v0.2"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88 " python-dotenv>=1.0.0" ,
99 " loguru>=0.7.0" ,
1010 " pydantic>=2.0.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " A web research voice agent using Exa API and Cartesia Line SDK"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88 " exa-py>=1.0.0" ,
99 " loguru>=0.7.0" ,
1010 " python-dotenv>=1.0.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Basic chat example using Line SDK"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88 " loguru>=0.7.0" ,
99]
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Chat/Supervisor example: A fast Haiku agent that consults Opus for complex questions"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88]
99
1010[tool .setuptools ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Handoff echo example using Line SDK"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88 " loguru>=0.7.0" ,
99]
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Form filling example using Line SDK"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88]
99
1010[tool .setuptools ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Guardrails wrapper example - LLM agent with preprocessing/postprocessing for content filtering"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88]
99
1010[tool .setuptools ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Sales agent with stateful leads extraction and company research"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88 " loguru>=0.7.0" ,
99]
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Multi-agent handoff example demonstrating agent-to-agent transfers using Line SDK"
55requires-python = " >=3.10"
66dependencies = [
7- " cartesia-line==0.2.2 " ,
7+ " cartesia-line==0.2.3 " ,
88]
99
1010[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments