yapbox 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.
yapbox/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """Yapbox - an always-on, voice-first AI companion you own. Bring your own backend.
2
+
3
+ Name reserved. The real release is on its way.
4
+ """
5
+
6
+ __version__ = "0.1.0"
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: yapbox
3
+ Version: 0.1.0
4
+ Summary: An always-on, voice-first AI companion you own. Bring your own backend.
5
+ Author: Shawn Petros
6
+ License: Apache-2.0
7
+ Keywords: agent,always-on,assistant,elevenlabs,voice
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+
14
+ # Yapbox
15
+
16
+ An always-on, voice-first AI companion you own. Bring your own backend.
17
+
18
+ Talk to it like any voice agent out of the box; plug in a backend when you want it
19
+ to do things on your machine. Pluggable persona, pluggable voice, pluggable harness.
20
+
21
+ This is a name placeholder. The real release is on its way.
@@ -0,0 +1,4 @@
1
+ yapbox/__init__.py,sha256=4lI3wlsoIItn-4YpdGWCiIIhGjoMGgr5w7g_S8xGbJk,159
2
+ yapbox-0.1.0.dist-info/METADATA,sha256=MvqTObPXAJSzK8Q1WJBJMhe4o_IWM6RSOKS17RErTGo,760
3
+ yapbox-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ yapbox-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any