Skip to content

Commit 03125a6

Browse files
committed
Update README to include new features and usage instructions for Lemonslice agent (#69)
1 parent c9b3c87 commit 03125a6

File tree

9 files changed

+252
-0
lines changed

9 files changed

+252
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Metadata-Version: 2.4
2+
Name: agent-starter-python
3+
Version: 1.0.0
4+
Summary: Simple voice AI assistant built with LiveKit Agents for Python
5+
Requires-Python: <3.14,>=3.10
6+
Requires-Dist: livekit-agents[anam,silero,turn-detector]~=1.3
7+
Requires-Dist: livekit-plugins-noise-cancellation~=0.2
8+
Requires-Dist: python-dotenv
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
README.md
2+
pyproject.toml
3+
src/agent_starter_python.egg-info/PKG-INFO
4+
src/agent_starter_python.egg-info/SOURCES.txt
5+
src/agent_starter_python.egg-info/dependency_links.txt
6+
src/agent_starter_python.egg-info/requires.txt
7+
src/agent_starter_python.egg-info/top_level.txt
8+
tests/test_agent.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
livekit-agents[anam,silero,turn-detector]~=1.3
2+
livekit-plugins-noise-cancellation~=0.2
3+
python-dotenv
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

complex-agents/avatars/anam/agent-ts/dist/main.js

Lines changed: 223 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)