proscenium 0.0.5__py3-none-any.whl → 0.0.6__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.
@@ -135,8 +135,9 @@ class Production:
135
135
  """
136
136
  A `Production` is a collection of `Scene`s."""
137
137
 
138
- def __init__(self):
139
- pass
138
+ def __init__(self, admin_channel_id: str, console: Optional[Console] = None):
139
+ self.admin_channel_id = admin_channel_id
140
+ self.console = console
140
141
 
141
142
  def name(self) -> str:
142
143
  return self.__class__.__name__
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: proscenium
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Frame AI Agents
5
5
  License: ASFv2
6
6
  Author: Adam Pingel
@@ -1,7 +1,7 @@
1
1
  proscenium/__init__.py,sha256=nDWNd6_TSf4vDQuHVBoAf4QfZCB3ZUFQ0M7XvifNJ-g,78
2
2
  proscenium/admin/__init__.py,sha256=GqGrkf7NOm3inuo67xszkARXZYKDsDs2jHuZh1tF4n0,924
3
3
  proscenium/bin/bot.py,sha256=nK4WN8ggpCr_KDpDI16Ib8RljmMpJyZ8qZTW8j7lwP4,3700
4
- proscenium/core/__init__.py,sha256=NQlSP9nW0Mh-MAAAvlbcqETIjyDMU-HyTclwU88payg,4210
4
+ proscenium/core/__init__.py,sha256=aSUqPMn2LjZ0C_l9Tx6yqqlfCzM7oSljZxHosJyjlLU,4335
5
5
  proscenium/interfaces/__init__.py,sha256=nDWNd6_TSf4vDQuHVBoAf4QfZCB3ZUFQ0M7XvifNJ-g,78
6
6
  proscenium/interfaces/slack.py,sha256=Arv3JT91gTZ_ZzizsOa9u1Wbbs8CnORr-KUzJzluy3g,8591
7
7
  proscenium/patterns/__init__.py,sha256=nDWNd6_TSf4vDQuHVBoAf4QfZCB3ZUFQ0M7XvifNJ-g,78
@@ -27,8 +27,8 @@ proscenium/verbs/read.py,sha256=twFtcuyP-y-UwksLmGMCOjMqI7mp--VgvkGDfga6IxA,1262
27
27
  proscenium/verbs/remember.py,sha256=Hh9BDRAYf7MGeMD4MzU73p6Q28KrSiLWPx4GjTW1amQ,296
28
28
  proscenium/verbs/vector_database.py,sha256=U09P7jnpzUDeP7pEgJubf8xQsxC-O8Qb0MS0KY8eoe8,3527
29
29
  proscenium/verbs/write.py,sha256=0GUJuixLnuu_EbFFzAIgrhLEQnOrL0TdUlMiqOl9KtA,367
30
- proscenium-0.0.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
31
- proscenium-0.0.5.dist-info/METADATA,sha256=p7_isKi2mhZFqIP__AeClZCFeoqdIfHpahaOh_8agfI,2487
32
- proscenium-0.0.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
33
- proscenium-0.0.5.dist-info/entry_points.txt,sha256=Q05DVkPq_SjgD8mFN6bG5ae2r_UbsqKCdy2kDAtHYGU,57
34
- proscenium-0.0.5.dist-info/RECORD,,
30
+ proscenium-0.0.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
31
+ proscenium-0.0.6.dist-info/METADATA,sha256=WZh8drFgtCqfuL_F6PGn9CvZUvILgsGmYZv3lUzqmXE,2487
32
+ proscenium-0.0.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
33
+ proscenium-0.0.6.dist-info/entry_points.txt,sha256=Q05DVkPq_SjgD8mFN6bG5ae2r_UbsqKCdy2kDAtHYGU,57
34
+ proscenium-0.0.6.dist-info/RECORD,,